
<HTML>
<head>
<title></title>
<script>
function newwindow()
{
	var x=screen.availwidth-10;
	var y=screen.availheight-30;
	var s=open("login/loginpage.jsp","","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+x+",height="+y+",top=0,left=0");
	if (!s)
		_LanguageSkip0.style.display="";
	else
	{
		
		this.focus();
		this.opener=null;
		this.close();
		s.focus();
	}
}
</script>
<link rel="stylesheet" href="css/common.css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</HEAD>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0" onLoad="newwindow();">
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="100%">
	<tr>
		<td height="400" align="center" class="loginstyle">
			<span id="_LanguageSkip0" style="display:'none';"></span>
		</td>
	</tr>
	<tr>
		<td colspan="3" height="100%" class="loginstyle"></td>
	</tr>
</table>
<script src="languageSkip.jsp" language="javascript"></script>
</body>