var lastScrollOffset = 0;
var mega_offset=60;
function detectWidth(){ if(document.body.clientWidth < 1230) return (0); else return (1);}
function unsignNum(n){ if(n<0) return (n*-1); else return (n); }
function showSlideBanner(){ 
	try{
		if(detectWidth()==1){
			/*
			if(mega_page!=1){
				mega_page=1;
				document.getElementById("inner_mega_right").innerHTML='<IFRAME id="bpos102" SRC="http://a.walla.co.il/adf.cgi?'+padf+'" name="frame3" width=120 height=600 frameborder="no" border="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="no"></IFRAME>';
				padf1=padf.replace("pos=102","pos=104");
				document.getElementById("inner_mega_left").innerHTML='<IFRAME id="bpos104" SRC="http://a.walla.co.il/adf.cgi?'+padf1+'" name="frame4" width=120 height=600 frameborder="no" border="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="no"></IFRAME>';
			}
			
			alert(11);
			*/
			//document.getElementById("inner_mega").innerHTML='<div id="bpos102"><script type="text/javascript"> alert("ss");window.Fusion.space("right_mega"); </script></div>';
			//document.getElementById("inner_mega1").innerHTML='<div id="bpos104"><script type="text/javascript"> window.Fusion.space("left_mega"); </script></div>';
			
			document.getElementById("inner_mega_left").style.display=document.getElementById("inner_mega_right").style.display="block"; 
		}	
		else{
			document.getElementById("inner_mega_left").style.display=document.getElementById("inner_mega_right").style.display="none"; 
		}
	}catch(e){}
}
var tmt,cks;
try{
	//alert(2);
	//var v_f_loc=document.getElementById("v_f").offsetTop+50;
	var display_mega=((detectWidth()==1)?"none":"block");
	//var mega_page=0;
	//alert(1);
	
	try{
		var vf=document.getElementById("v_f");
		if(isNull(vf)) document.write('<div id="v_f"></div>');
	}
	catch(e){
		document.write('<div id="v_f"></div>');
	}
	
	document.write('<div id="inner_mega_left" name="inner_mega_left" style="width:120px;" onresize="showSlideBanner();">');
	document.write(unescape("%3Cscript%3E window.Fusion.space('left_mega'); %3C/script%3E"));
	document.write('</div>');
	
	document.write('<div id="inner_mega_right" name="inner_mega_right" style="width:120px;" onresize="showSlideBanner();">');
	document.write(unescape("%3Cscript%3E window.Fusion.space('right_mega'); %3C/script%3E"));
	document.write('</div>');
	
	//document.write('<div id="inner_mega_right" name="inner_mega_right" style="border:1px solid;width:120px;" onresize="showSlideBanner();"></div>');
	//document.write('</div>');
	
	//var obA = document.getElementById("bpos102");
	//var obB = document.getElementById("bpos103");
	//if(obB && typeof(obB)=="object"){
	//	var obA_loc=obA.src;
	//	var obB_loc=obB.src;
	//}
	window.onresize = showSlideBanner; 
	showSlideBanner();
}catch(e){}
