function popup(thefile, thewidth, theheight) { window.open(thefile, 'popup', 'width='+thewidth+',height='+theheight+',toolbar=no,directories=no,status=no,scrollbars=yes,resize=no,menubar=yes,top=50,left=200'); }