"); } //--------------------------------------------------------------------------------------- function ventana_powershota480() { // abrimos nueva ventana con el url pasado como parámetro var ventana_formulario;// la nueva ventana tendrá un tamaño u otro en función de la resolución del cliente var window_width=400; var window_height=300; var window_left=20; var window_top=30; // detección de resolución if((screen.width==800)&&(screen.height==600)){ window_left=100; window_top=16; window_width=600; window_height=600; var atributos="resizable=1,scrollbars=1,menubar=0,left="+window_left+",top="+window_top; } else if((screen.width==1024)&&(screen.height==768)){ window_left=10; window_top=20; window_width=600; window_height=600; var atributos="resizable=1,scrollbars=1,menubar=0,left="+window_left+",top="+window_top; } else if((screen.width==1280)&&(screen.height==1024)){ window_left=50; window_top=20; window_width=600; window_height=600; var atributos="resizable=1,scrollbars=1,menubar=0,left="+window_left+",top="+window_top; } else if((screen.width==1280)&&(screen.height==800)) { window_left=20; window_top=50; window_width=600; window_height=600; var atributos="resizable=1,scrollbars=1,menubar=0,left="+window_left+",top="+window_top; } else if((screen.width==1440)&&(screen.height==900)) { window_left=150; window_top=200; window_width=600; window_height=600; var atributos="resizable=1,scrollbars=1,menubar=0,left="+window_left+",top="+window_top; } else if((screen.width==1680)&&(screen.height==1050)) { window_left=150; window_top=200; window_width=600; window_height=600; var atributos="resizable=1,scrollbars=1,menubar=0,left="+window_left+",top="+window_top; } else if((screen.width==1920)&&(screen.height==1080)) { window_left=150; window_top=200; window_width=600; window_height=650; var atributos="resizable=1,scrollbars=1,menubar=0,left="+window_left+",top="+window_top; } else { window_left=150; window_top=200; window_width=600; window_height=600; var atributos="resizable=1,scrollbars=1,menubar=0,left="+window_left+",top="+window_top; } atributos=atributos+", width="+window_width+", height="+window_height; ventana_formulario=window.open("","ventana_formulario",atributos); ventana_formulario.document.write("