document.write('<div id="in4_d">');
document.write('<div style="width:200; height:23px; line-height:23px; text-align:right; background-image:url(http://ad.363.in/ad/4/mn_tit_bg.gif)"><span style=" font-size:12px; color:#FFFFFF; font-weight:bold; float:left; padding-left:4px;">相关页面</span><img id="in4_i" src="http://ad.363.in/ad/4/mn_tit_n.gif" style="padding-top:4px; padding-right:4px; cursor:hand" onClick="in4_ReSize()"></div>');
document.write('<iframe id="in4_if" style="visibility:visible" frameBorder=0 scrolling=no marginHeight=0 marginWidth=0 src="http://ad.363.in/ad/4.html?ID=' + in4_id + '" width=200 height=223></iframe>');
document.write('</div>');


//初始位置
in4_d.style.position = "absolute";
in4_d.style.bottom = 0;
in4_d.style.right = 0;
in4_d.style.width = 200;
in4_d.style.heigh = 245;

//移动位置
function in4_TimeExec()
{
	if(document.compatMode == "CSS1Compat")
	{
		document.getElementById("in4_d").style.top = document.documentElement.scrollTop + document.documentElement.clientHeight - document.getElementById("in4_d").style.heigh + "px";
	}
	else
	{
		in4_d.style.top = document.body.scrollTop + document.body.offsetHeight - in4_d.style.heigh - 4;
	}
}
setInterval("in4_TimeExec()",100);


//最小化，还原
var in4_is = 1;
function in4_ReSize()
{
	if( in4_is == 1 )
	{
		in4_i.src = "http://ad.363.in/ad/4/mn_tit_r.gif";
		document.all("in4_if").height = 0;
		in4_d.style.heigh = 23;
		in4_is = 0;
	}
	else if( in4_is == 0 )
	{
		in4_i.src = "http://ad.363.in/ad/4/mn_tit_n.gif";
		document.all("in4_if").height = 223;
		in4_d.style.heigh = 245;
		in4_is = 1;
	}
}