function iframeResize_Parent()
{
	if (typeof(parent.frmContent)=="object")
	{
		var bodyheight = window.document.body.scrollHeight;
		if (bodyheight==0 || bodyheight==114)
		{
			location.reload();
		}
		parent.document.all.frmContent.height = window.document.body.scrollHeight;
	}
}

function changeIframSrc(isrc)
{
	if (typeof(frmContent)=="object")
	{
		document.all.frmContent.src=isrc;
	}
}
if (typeof(parent.frmContent)=="undefined")
{
	var _Str,_TPlace,_TStr ;
	_Str  = location.href;
	_TPlace = _Str.lastIndexOf("/")
	_Tstr = _Str.substring(_TPlace+1,_Str.length-4)
	if (_Str.indexOf("xiazai")!=-1)
	{
		location.href="/game/xiayidao/xiazai/index.asp?XYDUrl=" + _Tstr
	}
	else if (_Str.indexOf("zhinan")!=-1)
		{
			location.href="/game/xiayidao/zhinan/index.asp?XYDUrl=" + _Tstr
		}
		else if (_Str.indexOf("jieshao")!=-1)
			{
				location.href="/game/xiayidao/jieshao/index.asp?XYDUrl=" + _Tstr
			}
}