function popup(theURL,W,H) {
	window.open(theURL,'zoom','width='+W+',height='+H+',scrollbars=yes,resizable=yes');
}