<!--
function openWindow(theURL, Width, Height){
	window.open(theURL, "popup", "status=yes,scrollbars=yes,width=" + Width + ",height=" + Height);
}

function PrintVersion(theURL){
	window.open(theURL, "printversion", "status=yes,scrollbars=yes,width=625,height=650");
}
//-->
