function showPopUp(URL,windowName,windowWidth,windowHeight) {
	window.open(URL,windowName,"toolbar=0, location=0, directories=no, status=no, menubar=0, scrollbars=0, resizable=0, 	copyhistory=0, width="+windowWidth+", height="+windowHeight);
}
