function openthis(URL,W,H) { popUp = window.open(URL, '', 'toolbar=no,menubar=no,resizable=no,Width='+W+',Height='+H+',titlebar=no,alwaysRaised=yes,status=no'); }  