<!--
function openWindow(URL,winName,features) {
	window.open(URL,winName,features);
	}


function windowAction(URL) {
		window.opener.location.href = URL; 
		window.close();
	}
//-->
