//function HideBanner(){scrollBy(0,79);}
//onload=HideBanner;
var bHi=0;
var bLo=0;
function high(which)
{
	theobject=which;
	bLo=0;
	bHi=1;
	_hi=setInterval("Hi(theobject)",5);
}
function low(which)
{
	theobject=which;
	bHi=0;
	bLo=1;
	_lo=setInterval("Lo(theobject)",5);
}
function Hi(theobject)
{
	if (theobject.filters.alpha.opacity>=100)bHi=0;
	if(bHi==1)theobject.filters.alpha.opacity+=20;
	else if (window._hi)clearInterval(_hi);
}
function Lo(theobject)
{
	if (theobject.filters.alpha.opacity<=50)bLo=0;
	if(bLo==1)theobject.filters.alpha.opacity-=20;
	else if (window._lo)clearInterval(_lo);
}
function ShowBottom()
{
var userid = 14886257;
var page = 1;
var rndnum = Math.round(Math.random() * 10000);
document.write('<table width="100%" border="0" cellspacing="1" cellpadding="1"><tr bgcolor="#333333"><td valign="bottom" align="right" width="90%">&nbsp;</td><td width="10%"> ');
document.write('<A HREF="http://ad1.bannerbank.ru/bb.cgi?cmd=go&pubid=' + userid + '&pg=' + page + '&vbn=228&num=1&w=468&h=60&nocache=' + rndnum + '" target="_blank">');
document.write('<IMG SRC="http://ad1.bannerbank.ru/bb.cgi?cmd=ad&pubid=' + userid + '&pg=' + page + '&vbn=228&num=1&w=468&h=60&nocache=' + rndnum + '" width=468 height=60 Alt="Rusweb Banner Exchange" border=0  onmouseout=low(this) onmouseover=high(this) style="FILTER: alpha(opacity=20)"></A><BR>');
document.write('</td></tr></table>');
}
