function popup(theURL,winWidth,winHeight) {
	window.open(theURL,'','status=no,scrollbars=yes,resizable=yes,width='+winWidth+',height='+winHeight+',screenX=0,screenY=0,top=0,left=0');
}
