window.onload = function(){ } function resetbutton(frm){ document.frm.reset(); return false; } function mypopup(url,title,resize,menu,loc,stat,scrb,w,h,x,y) { mywindow = window.open ( url, "'" + title + "'", "'resizable=" + resize + ",menubar=" + menu + ",location=" + loc +",status=" + stat + ",scrollbars=" + scrb +",width=" + w + ",height=" + h + "'"); mywindow.moveTo(x,y); }