<!--
function WindowOpenUp(sURL){
	window.open(sURL,null,'height=560,width=820,status=yes,toolbar=yes,menubar=yes,location=yes,resizable=yes,scrollbars=yes',false);
}
//-->

<!--
function WindowOpenUpCalc(sURL){
	window.open(sURL,null,'height=400,width=350,status=no,toolbar=no,menubar=no,location=yes,resizable=no,scrollbars=no',false);
}
//-->
