function openNewWindow(URLtoOpen, windowName, windowFeatures) { newWindow=window.open(URLtoOpen, windowName, windowFeatures); } function loadFormsPopup(){ window.open(/public_html/registro.htm/registro.htm','Registro','toolbar=no,scrollbars=no,width=389,height=548,top=0,left=0'); }