function funcion_popup(direccionURL, widthw, heightw, name) { var estilo = "resizable=0,menubar=0,toolbar=0,location=0,personalbar=0"+ ",status=0,scrollbars=0,width="+widthw+",height="+heightw+",top="+ (screen.height-heightw)/2+",left="+(screen.width-widthw)/2; window.open(direccionURL,name,estilo); }; document.write("Operador no disponible")