var oldTop_1084162, newTop_1084162, Timer_1084162, tmp_1084162 = 0, maxwidth_1084162;
var top_max, top_min;

function newsdefil_1084162(){
	 var img_newsdefil_1084162 = window.document.getElementById('img_newsdefil_1084162');
	 if (img_newsdefil_1084162 != null){
		 if (tmp_1084162 == 0){
			 top_max = 150;
			 top_min = 0;
			 window.document.getElementById('defilbox_1084162').style.top=top_max + 'px';
			 window.document.getElementById('defilbox_1084162').style.visibility='visible';
			 maxwidth_1084162 = img_newsdefil_1084162.offsetTop;
			 maxwidth_1084162 += top_max;
			 tmp_1084162 = 1;
		 }
		 else{
			 maxwidth_1084162 -= 2;
		 }
		 oldTop_1084162 = window.document.getElementById('defilbox_1084162').style.top;
		 pos = oldTop_1084162.indexOf('p');
		 if (pos > 0)	{ oldTop_1084162 = oldTop_1084162.substring(0,pos)*1;}
		 else		{ oldTop_1084162 = top_min;}
		 newTop_1084162 = newTop_1084162 * 1;
		 newTop_1084162 = oldTop_1084162 - 2;
		 if (maxwidth_1084162 < top_min)	{newTop_1084162 = top_max; tmp_1084162 = 0; window.document.getElementById('defilbox_1084162').style.visibility='hidden'}
		 window.document.getElementById('defilbox_1084162').style.top = newTop_1084162 + "px";
	 }
	 Timer_1084162 = setTimeout("newsdefil_1084162()", 100)
}

window.document.onload = newsdefil_1084162();

