function ow(strSrc) {
	var left;
	var top;
	left = (screen.width - 600) / 2;
	top = (screen.height - 600) / 2 - 20;
	window.open(strSrc, "","width=680,height=575,top=" + top + ",left=" + left + ",alwaysRaised=yes,toolbar=0,directories=0,menubar=0,status=0,resizable=yes,location=0,scrollbars=1,copyhistory=0");
}
function owterms(strSrc) {
	var left;
	var top;
	left = (screen.width - 600) / 2;
	top = (screen.height - 600) / 2 - 20;
	window.open(strSrc, "","width=800,height=600,top=" + top + ",left=" + left + ",alwaysRaised=yes,toolbar=1,directories=0,menubar=1,status=1,resizable=yes,location=1,scrollbars=1,copyhistory=0");
}
