function pressPopUp(URL,h,w) {
press_pup = window.open(URL, 'NetRatings', 'toolbar=0,scrollbars=1,location=1,statusbar=0,menubar=0,resizable=1,width='+ w +',height='+ h +',left = 50,top = 50');
press_pup.focus()
}