<!--
	function OpenWindow(width, height, URL) {
		var str
		str = "top=0,left=0,toolbar=no,width=" + width + ", height=" + height + ", menubar=no,directories=no,scrollbars=no";
		window.open(URL, null, str);
	}
//-->


