<!--
	function newin(url,name) {
	msgWindow=window.open(url,name,'statusbar=no,scrollbars=yes,status=yes,resizable=yes,width=380,height=300')
	}
		function newwin(url,name) {
	msgWindow=window.open(url,name,'statusbar=no,scrollbars=yes,status=yes,resizable=yes,width=570,height=480')
	}
	function AddChar(ch) {
	document.msg_form.content.value+=ch;
	document.msg_form.content.focus();
	}

	function listgo(url){
	opener.location.href=url;
	window.close();
	}

//-->




