function popUpWindow(popUpURL,windowWidth,windowHeight) {
	window.open(popUpURL,"mywindow","location=no,status=no,scrollbars=no,toolbar=no,menubar=no,directories=no,width="+windowWidth+",height="+windowHeight+"");
} 