<!-- Popup .................................................................................................... -->
function popup(URL,h,b) {
popUp= window.open(URL,'','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=yes,width='+b+',height='+h+',right=0,left = 0,top = 0');
popUp.window.focus(); 
}
<!-- Popup .................................................................................................... -->

