function popUp(thePath, theWidth, theHeight){
	window.open(thePath,'','width='+theWidth+'height='+theHeight);	
}