function popup(url,name,pwidth,pheight){ window.open(url,name,'toolbar=0,menubar=0,location=0,directories=0,status=1,resizable=0,scrollbars=1,HEIGHT='+pheight+',WIDTH='+pwidth); }