document.write('<div style="cursor:hand" onmouseover ="U_layer1.filters.alpha.opacity=100;" style="cursor:hand" onmouseout="U_layer1.filters.alpha.opacity=70;" style="filter:alpha(opacity=70):color=#000000;border:1px solid #00CCFF; position: absolute;  background-color:#EAF9FF; right:10px; top:15px; height:17px; padding-left:2px; padding-right:2px; padding-top:1px; padding-bottom:1px;left=0;top=0;widht=0;" align=center id="U_layer1">');
document.write('<iframe id="I1" name="I1" marginwidth="0" marginheight="0" border="0" frameborder="0" src="http://www.mobah.org/tablighate_linkbar/update.htm" scrolling="no"  height="15" width="300" ></iframe>')
document.write('</div>');
document.write('<div style="cursor:hand" onclick="Hide();" style="zorder=-1;border:1px solid #00CCFF; position: absolute; background-color:#CEF1FF; right:10px; top:15px; height:19px; padding-left:2px; padding-right:2px; padding-top:1px; padding-bottom:1px" id="U_layer3"><font size=1>X</font></div>');

U_layer1.style.pixelTop= window.document.body.clientHeight- U_layer1.style.posHeight -2+document.body.scrollTop;
U_layer1.style.pixelLeft= window.document.body.clientWidth/2- U_layer1.style.posWidth;
U_layer3.style.pixelTop= U_layer1.style.pixelTop;

U_layer3.style.posWidth=10;
U_layer1.filters.alpha.opacity=70;
var Lwidth=U_layer1.style.posWidth +30;
var Sp=10;
Animate();

function Animate(){
	if (U_layer1.style.posWidth < window.document.body.clientWidth-Lwidth)  {
		U_layer1.style.pixelLeft = U_layer1.style.pixelLeft - Sp;
		U_layer1.style.posWidth  = U_layer1.style.posWidth + Sp*2;
		U_layer3.style.pixelLeft = U_layer1.style.posWidth ;
		document.getElementById('I1').style.posWidth =U_layer1.style.posWidth 
		setTimeout("Animate()", 30);
		}

}
SCTimer();
function SCTimer(){
	U_layer1.style.pixelTop= window.document.body.clientHeight- U_layer1.style.posHeight -2+document.body.scrollTop;
	U_layer3.style.pixelTop= U_layer1.style.pixelTop;
	setTimeout("SCTimer()", 30);
}
function Hide(){
	if (U_layer1.style.visibility =="hidden")
	{
		U_layer1.style.visibility ="visible";
	}
	else
	{
		U_layer1.style.visibility ="hidden";
	}
}

function Ref()
{
U_layer1.style.visibility ="visible";
U_layer1.style.posWidth=0;
U_layer1.style.pixelTop= window.document.body.clientHeight - U_layer1.style.posHeight ;
U_layer1.style.pixelLeft = window.document.body.clientWidth/2 ;
U_layer3.style.pixelTop= U_layer1.style.pixelTop;
U_layer3.style.posWidth=10;
U_layer1.filters.alpha.opacity=70;	
Animate();
}