function openwindow(url){window.open(url,"_blank","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=yes, width=800, height=600");}function RateThisPage(unid,p){javascript:NewWindow(sWebDbName+'RatePageForm?OpenForm&unid='+unid+'&p='+p, 'rate', 420, 190); }function NewWindow(mypage, myname, w, h) {  if (window.pup && !window.pup.closed){	pup.window.focus();	pup.window.location.href = mypage;	}  else {    var winl = (screen.width - w) / 2;    var wint = (screen.height - h) / 2;    winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',status=no,resizable=no,scrollbars=yes'    pup = window.open(mypage, myname, winprops)    pup.window.focus()    return;  }}
