<!--
function newWindow(sURL)
{
	window.open(sURL, "popupWindow", "status=0,scrollbars=yes,resizeable=1,width=700, height=600");
}
//-->

