var oldTop_20536, newTop_20536, Timer_20536, tmp_20536 = 0, maxwidth_20536;
var top_max, top_min;

function newsdefil_20536(){
	 var img_newsdefil_20536 = window.document.getElementById('img_newsdefil_20536');
	 if (img_newsdefil_20536 != null){
		 if (tmp_20536 == 0){
			 top_max = 200;
			 top_min = 0;
			 window.document.getElementById('defilbox_20536').style.top=top_max + 'px';
			 window.document.getElementById('defilbox_20536').style.visibility='visible';
			 maxwidth_20536 = img_newsdefil_20536.offsetTop;
			 maxwidth_20536 += top_max;
			 tmp_20536 = 1;
		 }
		 else{
			 maxwidth_20536 -= 2;
		 }
		 oldTop_20536 = window.document.getElementById('defilbox_20536').style.top;
		 pos = oldTop_20536.indexOf('p');
		 if (pos > 0)	{ oldTop_20536 = oldTop_20536.substring(0,pos)*1;}
		 else		{ oldTop_20536 = top_min;}
		 newTop_20536 = newTop_20536 * 1;
		 newTop_20536 = oldTop_20536 - 2;
		 if (maxwidth_20536 < top_min)	{newTop_20536 = top_max; tmp_20536 = 0; window.document.getElementById('defilbox_20536').style.visibility='hidden'}
		 window.document.getElementById('defilbox_20536').style.top = newTop_20536 + "px";
	 }
	 Timer_20536 = setTimeout("newsdefil_20536()", 40)
}

window.document.onload = newsdefil_20536();

