function openlogin(SolutionName)
{
	var loginurl;
	if(SolutionName == null || SolutionName.length == 0)
		loginurl="../login/login.asp";
	else
		loginurl="../login/login" + SolutionName + ".asp";
		
	var screen;
	screen="left=0,top=0,width=" + window.screen.width + "px,height=" + window.screen.height + "px,toolbar=1,location=1,status=1,menubar=1,scrollbars=1,resizable=1"

	window.open (loginurl,SolutionName,screen,true);

}

function openadvice()
{
	if(window.showModalDialog("frame.asp?target=advice.asp", "","dialogwidth:560px;dialogheight:413px;Status:0;center:1;resizable=1;")==true)
	{
	}
}

function openorder()
{
	if(window.showModalDialog("frame.asp?target=fillorder.asp", "","dialogwidth:560px;dialogheight:413px;Status:0;center:1;resizable=1;")==true)
	{
	}
}

function window_onload() {
	Content.height=document.body.offsetHeight-120
}

function playflash(flashhtml)
{
	var mywidth,myheight,screen;

	//flash录制时用的是800*600，最佳播放窗口为850*640
	if(window.screen.width>850)
		mywidth=850
	else
	{
		if(window.screen.width>=800)
			mywidth=780
		else
			mywidth=600
	}
	
	if(window.screen.height>640)
		myheight=640
	else
	{
		if(window.screen.height>=480)
			myheight=580
		else
			myheight=450
	}
	
	screen="width=" + mywidth + "px,height=" + myheight + "px,"
	window.open (flashhtml,"flash",screen + "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=1",true);
}
function TalkWithQQ()
{
	window.open("http://wpa.qq.com/msgrd?V=1&Uin=603160239&Site=华创软件服务&Menu=yes", "","");
}
