<!--
	function PopUp(url){
window.open(url,'nextWindow','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,width=640,height=560');
}
	function PopUptandc(url){
window.open(url,'nextWindow','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=no,width=400,height=300');
}
-->