<!--[266,11,419] published at 2007-09-20 11:36:11 from #237 by 1578-->
function iframeResize()
{
	if (typeof(window.frames["flobby"].LobbyHelp)=="object")
	{
		document.all.flobby.height=window.frames["flobby"].LobbyHelp.scrollHeight;
	}

}

function iframeResize_Parent()
{
	if (typeof(parent.flobby)=="object")
	{
		if(document.domain=="igameport.sina.com.cn")
		{
			parent.document.all.flobby.height=window.document.body.scrollHeight;
		}
	}
if (typeof(parent.frmVerFive)=="object")
	{
document.domain="sina.com.cn";
parent.document.getElementById("frmVerFive").height=window.document.body.scrollHeight;
	}
}

function pageRedirect(GameName)
{
	if (typeof(parent.flobby)=="object")
	{
		location.href="/lobby/help/game/" + GameName + "/paihang.htm";
	}
	else
	{
		location.href="/help/game/" + GameName + "/paihang.asp";
	}
}