function newwin_open(winname,url,w,h,scr,resizable,menubar) { params='toolbar=no,location=no,status=no,menubar='+menubar+',resizable='+resizable+',directories=no,scrollbars='+scr+',width='+w+',height='+h; wname='nws'; newwin = top.window.open(url, wname, params); } function gofull(p) { ob=document.sortform; ob.page.value=p; ob.submit(); }