function Popup(url) {if (window.screen.height >= 768) {h = 710 ; } if (window.screen.height == 600) {h = 540 ; } if (window.screen.height == 480) {h = 420 ; } if (window.screen.width >= 1024) {w = 670 ; } if (window.screen.width == 800)  {w = 550 ; } if (window.screen.width == 640)  {w = 400 ;	}le = window.screen.width - w - 30 ;ventana=window.open(url,'_blank','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+w+',height='+h+',left='+le+',top=0') ; ventana.focus() ; }
function PopupA(url) {if (window.screen.height >= 768) {h = 710 ; } if (window.screen.height == 600) {h = 540 ; } if (window.screen.height == 480) {h = 420 ; } if (window.screen.width >= 1024) {w = 670 ; } if (window.screen.width == 800)  {w = 550 ; } if (window.screen.width == 640)  {w = 400 ;	}le = window.screen.width - w - 30 ;ventana=window.open(url,'_blank','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width='+w+',height='+h+',left='+le+',top=0') ; ventana.focus() ; }
function PopupXY(url,x,y,w,h) { ventana=window.open(url,'popup','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+w+',height='+h+',left='+x+',top='+y) ; ventana.focus() ; }
function PopupXY2(url,x,y,w,h) { ventana=window.open(url,'popup2','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width='+w+',height='+h+',left='+x+',top='+y) ; ventana.focus() ; }
function PopupXYA(url,x,y,w,h) { ventana=window.open(url,'popup','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width='+w+',height='+h+',left='+x+',top='+y) ; ventana.focus() ; }
function PopupXYAV(url, nombre, x,y,w,h) { ventana=window.open(url, nombre,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width='+w+',height='+h+',left='+x+',top='+y) ; ventana.focus() ; }
function PopupXYMax(url,x,y,w,h) { ventana=window.open(url,'popup','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width='+w+',height='+h+',left='+x+',top='+y) ; ventana.focus() ; }
function PopupXYMaxS(url,x,y,w,h) { ventana=window.open(url,'popup','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width='+w+',height='+h+',left='+x+',top='+y) ; ventana.focus() ; }
function PopupXYTool(url,x,y,w,h) { if (window.screen.height == 600) {h = h * 70 /100 ; } if (window.screen.height == 480) {h = h * 60 / 100 ; } if (window.screen.width == 800)  {w = w * 70 /100 ; }  if (window.screen.width == 640)  {w = w * 60 / 100 ;	} ventana=window.open(url, 'popup32', 'toolbar=1,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width='+w+',height='+h+',left='+x+',top='+y) ; ventana.focus() ; }
function PopupC(url,w,h) { 
	x = (window.screen.width - w) / 2 ;
	y = (window.screen.height- h) / 2 ;
	ventana=window.open(url, 'popupC', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+w+',height='+h+',left='+x+',top='+y) ; 
	ventana.focus() ; }
function NewPopup(url) { ventana = window.open(url,'_blank',''); ventana.focus() }
function NewPopup2(url,x,y,w,h) { ventana = window.open(url,'_blank','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+w+',height='+h+',left='+x+',top='+y) ; ventana.focus() ; }
function Popupmensaje(url,titulo,mensaje,idioma) {  le= (window.screen.width-350)/2;  to= (window.screen.height-235)/2; men=escape(mensaje);   tit=escape(titulo);   url2=url + '?mensaje=' + men + '&titulo=' + tit + '&idioma=' + idioma;   ventana=window.open(url2, 'mensajes','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=350,height=235,left=' + le + ',top=' + to) ;  ventana.focus() ; }
