function kapPopUp(theURL) {
	window.open(theURL,'popUp1','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=550,height=400');
}