
/* Pop-Up Window */
function popUp(url) {
	window.open(url, "popUp", "toolbar=yes,directories=no,menubar=yes,location=no,status=yes,resizable=yes,scrollbars=yes,left=10,top=10,width=700,height=700,screenX=10,screenY=10,");
}