function help(strLang)
{
	var url = "style/"+strLang+"/help/index.html";
	window.open (url,"Help","menubar=0,toolbar=0,scrollbars=1,width=700,height=600,resizable");
}
function about()
{
	var url = "about/about.htm";
	window.open (url,"About","");
}
function go( where, subAction )
{
	document.formmain.dest.value = where;
	document.formmain.sub_action.value = subAction;
	document.formmain.submit();
}

// added by simen 2003-10-23 for ahau.edu.cn
function gocompose( where, subAction )
{
	var url="main.php?dest="+where+"&sub_action="+subAction;
	window.open (url,"","");
}
// end

function ReceiveEx()
{
	 window.open("pop3.php",null,"resizable,toolbar=0,scrollbars=1,width=460,height=250,left=10,top=10");
}
function sendmaitoadmin(address)
{
	location.href = "mailto:"+address;
}
