function popupLaunch(popUrl, width, height){
	//newWindow=window.open(popUrl,'newWin','toolbar=no');
	//newWindow.focus();
	window.open(popUrl,'popupWindow','width='+width+',height='+height+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,screenX=50,screenY=50,top=50,left=50');
}
