function AgregarTestimonio(){
		var win = new Window('wincat', {className: "alphacube", title: "Agregar Testimonio" , width:533, height:306, resizable: false, url: "http://www.sonidoespiritual.com/php/testimonio.html", showEffectOptions: {duration:1}});
		win.setDestroyOnClose();
		win.showCenter(false,150,310);
    	}

function ConsultarTestimonio(){
		var win = new Window('agregar', {className: "alphacube", title: "Testimonios" , width:583, height:346, resizable: false, url: "http://www.sonidoespiritual.com/php/consultartestimonio.php", showEffectOptions: {duration:1}});
		win.setDestroyOnClose();
		win.showCenter(false,150,310);
    	}
