function docheck()
{
	if (Form1.UsernameGet.value=="")
	{
		alert("请输入用户名!");
		Form1.UsernameGet.focus();
		return false;
	}
	if (Form1.PasswordGet.value=="")
	{
		alert("请输入密码!");
		Form1.PasswordGet.focus();
		return false;
	}
	Form1.UsernameGet.value=Form1.UsernameGet.value.toLowerCase();
	//Form1.submit();
	return true;
}

function show_business(link)
{
	window.open(link,'','top=30,left=10,width=520,height=550,scrollbars=yes,menubar=yes,location=yes');
}
function tq(url)
{ 
	window.open(url,'_blank','status=no,scrollbars=yes,top=30,left=10,width=540,height=600'); 
}
function view1(url)
{ 
	window.open(url,'_blank','status=no,scrollbars=yes,top=20,left=110,width=418,height=300'); 
}
function view2(url)
{ 
	window.open(url,'_blank','status=no,scrollbars=yes,top=30,left=10,width=600,height=600'); 
}
function show_sader(mylink)
{
	window.open(mylink,'','top=140,left=135,width=480,height=280,scrollbars=yes');
}
function member_question(mylink)
{
	window.open('login/question/'+mylink+'.htm','','width=400,height=300');
}