\n'); } function descuento(URL, nombre){ if(screen.height>600){ var h=635; }else{ var h=screen.height-55 } var H = (screen.height - h) / 2; var w=580; var W = (screen.width - w) / 2; ventana = window.open(URL,nombre,"status=yes,scrollbars=yes,resizable=no,height="+h+",width="+w+",top="+H+",left="+W); }
|
|