var IE = document.all?true:false;
			function getMouseXY(e) {
				if (IE) { // grab the x-y pos.s if browser is IE
					tempY = event.clientY + document.body.scrollTop;
				}
				else {  // grab the x-y pos.s if browser is NS
					tempY = e.pageY;
				}
				if ((tempY<125) && (Opened==0))
				{
					clearTimeout(timer1);
					clearTimeout(timer2);
					if (IE)
						document.getElementById('headeraa').height='125px';
					else
						window.document['headeraa'].height='125';
					document.getElementById('headeraab').style.height='125px';
					Opened=1;
				}
				if ((tempY>190) && (Opened==1))
				{
					if (IE)
						timer1=setTimeout("document.getElementById('headeraa').height='60px';",500);
					else
					{
						timer1=setTimeout("window.document['headeraa'].height='60';",500);
					}
					timer2=setTimeout("document.getElementById('headeraab').style.height='60px';",500);
					Opened=0;
				}
				return true;
			}
			if(FlashDetect.installed)
			{
				document.write('<table id="headeraab" cellpadding="0" cellspacing="0" width="716" border="0" dir="rtl">');
				//document.write('<tr><td style="background-image:url(images/top_buttons_bg.png);background-position:top;background-repeat:repeat-x;">&nbsp;</td><td valign="top" width="586">');
				document.write('<tr><td valign="top"><img src="images/top_buttons_bg.png" alt="test" width="100%" height="60" /></td><td valign="top" width="586">');
				if (AC_FL_RunContent == 0)
				{
					alert("This page requires AC_RunActiveContent.js.");
				}
				else
				{
					
					if (!IE) document.captureEvents(Event.MOUSEMOVE);
					document.onmousemove = getMouseXY;
					var timer1;
					var timer2;
					var Opened=1;
					var tempY = 0;
					
					AC_FL_RunContent(
										'codebase', 'https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
										'width', '660',
										'height', '125',
										'src', 'swf/header1',
										'quality', 'high',
										'pluginspage', 'https://www.macromedia.com/go/getflashplayer',
										'align', 'left',
										'play', 'true',
										'loop', 'true',
										'scale', 'noscale',
										'wmode', 'transparent',
										'devicefont', 'false',
										'id', 'headeraa',
										'bgcolor', '#ffffff',
										'name', 'headeraa',
										'menu', 'true',
										'allowFullScreen', 'false',
										'allowScriptAccess','sameDomain',
										'movie', 'swf/header1',
										'salign', 't'
									); //end AC code
				}

				document.write('<noscript><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="660" height="125" id="headeraa" align="left"><param name="allowScriptAccess" value="sameDomain" />	<param name="allowFullScreen" value="false" />');
				document.write('<param name="movie" value="swf/header1.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />	<embed src="swf/header1.swf" quality="high" bgcolor="#ffffff" width="660" height="125" name="headeraa" align="left" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/go/getflashplayer" />	</object></noscript>');
				document.write('</td></tr></table>');
			}
			else
			{
				document.write('<table style="text-align:right; width:716px; height:87px;" cellpadding="0" cellspacing="0"><tr><td style="background-image:url(images/top_buttons_bg.png);background-position:top;background-repeat:repeat-x; width:100%;">&nbsp;</td><td style="text-align:left; width::586px; vertical-align:top;"><img src="images/top_bar_links.png" alt="You כי ביחד זה יותר" usemap="#TopNavBar" /></td></tr></table>');
			}
