// Popup
 function OpenWin(url){
    window.open(url, "ventana", "fullscreen=no,toolbar=no,status=no,menubar=no,scrollbars=yes,resizable=yes,directories=no,location=no,width=530,height=300,left="+(screen.availWidth-530)/2+",top="+(screen.availHeight-300)/2)
	}      	                            
// Fin Popup