<!--

// HANDLES FSCOMMAND CALL FOR INTERNET EXPLORER

if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {

document.write('<SCRIPT LANGUAGE=VBScript\> \n');

document.write('on error resume next \n');

document.write('Sub navbar_FSCommand(ByVal command, ByVal args)\n');

document.write(' call navbar_DoFSCommand(command, args)\n');

document.write('end sub\n');

document.write('</SCRIPT\> \n');

}

//-->


function build_flash(height,width,subFlashPath,subRedirectPath){
	var swf_click = "http://dclk.themarker.com/event.ng/Type=click&FlightID=$FlightID$&AdID=$AdID$&TargetID=$TargetID$&Segments=$Segments$&Targets=$Targets$&Values=$Values$&RawValues=$RawValues$&Redirect="+subRedirectPath;
var dcswf_click = escape(swf_click);

document.write('<OBJECT id="navbar" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="'+width+'" height="'+height+'">');

document.write('<PARAM NAME="movie" VALUE="'+subFlashPath+'?clickThru='+dcswf_click+'">');

document.write('<PARAM NAME="quality" VALUE="high">');

document.write('<PARAM NAME="menu" VALUE="true">');

document.write('<EMBED src="'+subFlashPath+'?clickThru='+dcswf_click+'" quality="high" menu="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'" swLiveConnect="true" NAME="navbar"> </EMBED>');

document.write('</OBJECT>');


}

function navbar_DoFSCommand(command,args){
	if(command=="closebanner"){closebanner();}
}






var coll, styleObj, isNav, isIE, isIE55, b, currWidth, currTop, msnTop, tickersLength, browserVer, commNo, currTime, h, m, s;
// Browser params - Start
isNav = isIE = isIE55 = false;
var type;
var timeArray = [];
browser = navigator.appName;
browserVer = navigator.appVersion;

if (navigator.userAgent.indexOf("Opera")!=-1
    && document.getElementById) type="OP"; 
if (document.all) type="IE"; 
if (document.layers) type="NN";
if (!document.all && document.getElementById) type="MO"; 

if (browser == "Netscape") isNav = true;
else if (browser == "Microsoft Internet Explorer") isIE = true;
if (isIE)
{
 if (browserVer.indexOf("MSIE 5.5") != -1) isIE55 = true;
 coll = "all.";
	styleObj = ".style";
 document.write("<body>");currWidth = getWidth();document.write("</body>");
}
else
{
 coll = "ids.";
	styleObj = "";
 currWidth = getWidth();
}
// Browser params - End
function titleView(title)
{
if(title != "(*")
{
	document.title = title;
}
}
function pageInit(pID, commNum){
 commNo = commNum;
 if ((pID == 1)||(pID == 69))
 {
   currTime = document.all.isTime.innerText;
   startTime(currTime);
   digiTime();
 }
}

 function pageArch(pID)
 {
 if (pID == 33 ||pID == 37)
 {
 if (type=="IE") 
 {
 	if (document.all)
 	document.all.wait.style.visibility="hidden";
 }
  if (type=="NN")
  {
  	if(document) 
  	document.wait.visibility="hidden";
  }
  if (type=="MO" || type=="OP") 
   document.getElementById("wait").style.visibility="hidden";
   }
 }

// Clock functions Start
function digiTime()//Clock Function
{
 if (!document.layers)
 {
  h = timeArray[0]; m = timeArray[1]; s = timeArray[2];
  if (s < 59) s = parseInt(s) + 1;
  else
  {
   s = 0;
   if (m < 59) m = parseInt(m) + 1;
   else
   {
    m = 0;
    if (h < 24) h = parseInt(h) + 1;
    else h = 1;
   }
  }
  timeArray[0] = h;
  timeArray[1] = m;
  timeArray[2] = s;
 	var strH = strM = strS = "";
  if (h < 10) strH = "0" + h; else strH = h;
  if (m < 10) strM = "0" + m; else strM = m;
  if (s < 10) strS = "0" + s; else strS = s;
  if (strH.length == 3) strH = strH.substring(1, strH.length);
  if (strM.length == 3) strM = strM.substring(1, strM.length);
  if (strS.length == 3) strS = strS.substring(1, strS.length);
 	digclock = strH + ":" + strM;// + ":" + strS;
 
 	document.all.isTime.innerText = digclock;
 			
  setTimeout("digiTime()",1000)
 }
}
function startTime(time)//Insert server's time into array
{
 timeArray[0] = time.substring(0, time.indexOf(" "));
 timeArray[1] = time.substring(time.indexOf(" ")+1, time.length);
 timeArray[2] = 0;
}

var tickerwidth=450;
var tickerheight=28;
var tickerbgcolor="#ffffff";
var tickerCounter = 0;

var msgTexts = new Array();
var msgTimes = new Array();
var msgAgencys = new Array();
var msgLines = new Array();
var cCodeArray = new Array();
var currTWidth = 760;
var currTblWidth = Math.floor(currTWidth/6);

function changeContent(which, what, text){
 if (which == "t12")
  text = "<table border='0' cellspacing='0' cellpadding='0' width='270'><tr><td align='right'><span class='" + which + "'>" + text + "</span></td></tr></table>";
 else if (which == "t11")
  text = "<table border='0' cellspacing='0' cellpadding='0' width='200'><tr><td align='right'><span class='" + which + "'>" + text + "</span></td></tr></table>";
 else
  text = "<span class='" + which + "'>" + text + "</span>";
 what.document.open();
 what.document.write(text);
 what.document.close();
}

function initTickers(){
	var tmpTime, tmpText;
	tickersLength = document.all.tickerText.length;
  	for (var i=0;i<tickersLength;i++){
 	   tmpText = eval("document." + coll + "tickerText[i].innerText");
      msgTexts[i] = setTicker(tmpText, i);
		tmpTime = eval("document." + coll + "tickerTime(i).innerText");
		msgTimes[i] = tmpTime;
		msgAgencys[i] = eval("document." + coll + "tickerAgency(i).innerText");
	}
 insertTicker(tickerCounter);
}
function setTicker(strTicker, counter){
   var tmp = /\n/;
   if (strTicker.length > 130) // width of ticker text
   {
		msgLines[counter] = Math.ceil(strTicker.length/63); // test how many rows 
      var tmpStr = strTicker.substring(0, strTicker.search(tmp));
      strTicker = strTicker.substring(strTicker.search(tmp)+1, strTicker.length);
      if (strTicker.search(tmp) != -1)
      strTicker = tmpStr + "... " + strTicker.substring(0, strTicker.search(tmp));
	}
	else
	{
      var tmpStr = strTicker.substring(strTicker.search(tmp), strTicker.length);
		if (tmpStr.length > 80)
			msgLines[counter] = 2;
		else
		 msgLines[counter] = 1;
	}
 return strTicker;
}
function insertTicker(tCounter){
	document.all.tickerDateTd.innerHTML = "<span class='t11r1'>" + msgTimes[tCounter] + "</span>";
	document.all.tickerAgencyTD.innerHTML = "<span class='t11r1'>" + msgAgencys[tCounter] + "</span>";
   document.all.tickerTxtTd.innerText = msgTexts[tCounter];
}
function nextTicker(){
   if (tickerCounter < (tickersLength - 1))
		tickerCounter++;
	else
		tickerCounter = 0;
 
   if (isIE)
 	   insertTicker(tickerCounter);
}
function prevTicker(){
	if (tickerCounter > 0)
		tickerCounter--;
	else
		tickerCounter = tickersLength - 1;
   if (isIE)
 	   insertTicker(tickerCounter);
}
function showT(expose){
 var tmpText = msgTexts[tickerCounter]
 if (tmpText.length > 96){
  var textL = eval(document.layers['tickerTxtTd']);
  if (expose)
   changeContent("t12", textL, tmpText);
  else{
   tmpText = setNavTicker(tmpText);
   changeContent("t12", textL, tmpText);
  }
 }
}
function showTicker(expose){
	if (msgLines[tickerCounter] > 1){
		if (expose){
			if (isIE)
				document.all.tickerTxtTd.innerText = document.all.tickerText(tickerCounter).innerText;
   	}else{
			if (isIE)
				document.all.tickerTxtTd.innerText = msgTexts[tickerCounter];
		}
	}
}
function getWidth()
{
	if (isIE)
		return document.body.clientWidth;
	else
		return window.innerWidth;
}
function DD(on, id)
{
 if (document.layers)
 {
  if (on)
   navShowSub(on, id);
  else 
   setTimeout("navShowSub(false, "+id+")", 4000);
 }
 else
  ieShowSub(on, id)
}

function navShowSub(on, id)
{
 var offSet = 8;
 var currSubMenu = cCodeArray[id];
 var cWidth = Math.floor(currTWidth/6)
 var tmpCurrSubMenu;
 
 if (currWidth > currTWidth)
 {
 	switch(id)
 	{
 		case 0: currLeft = currWidth/2 - (3 * cWidth + 11);	break;
 		case 1: currLeft = currWidth/2 - (2 * cWidth + 14); break;
	 	case 2: currLeft = currWidth/2 - (cWidth + 17); break;
		 case 3: currLeft = currWidth/2 - 20 ; break;
 		case 4: currLeft = currWidth/2 + (cWidth - 23); break;
	 	case 5: currLeft = currWidth/2 + (2 * cWidth - 25); break;
 	}
 }
 else
 {
 	switch(id)
 	{
 		case 0: currLeft = offSet;break;
 		case 1: currLeft = offSet+cWidth-3;break;
 		case 2: currLeft = offSet+cWidth*2-6;break;
 		case 3: currLeft = offSet+cWidth*3-9;break;
 		case 4: currLeft = offSet+cWidth*4-12;break;
 		case 5: currLeft = offSet+cWidth*5-14;break;
 	}
 }
 if (on)
 {
  document.layers[currSubMenu].top = parseInt(currTop);
  document.layers[currSubMenu].left = parseInt(currLeft);
  for (j=0;j<cCodeArray.length;j++)
  {
   if (j != 5)
   {
    tmpCurrSubMenu = cCodeArray[j];
    if (j == id)
    {
     document.layers[tmpCurrSubMenu].visibility = "show";
    }
    else
    {
     document.layers[tmpCurrSubMenu].visibility = "hide";
    }
   }
  }
 }
 else
 {
  document.layers[currSubMenu].visibility = "hide";
 }
}

function ieShowSub(on, id)
{
 var offSet = 8;

 if (isIE55)
  offSet = 1;
// else
//  offSet = 8;
 var currSubMenu = cCodeArray[id];
 var cWidth = Math.floor(currTWidth/6)
 if (currWidth > currTWidth)
 {
 	switch(id)
 	{
 		case 0: currLeft = currWidth/2 - (3 * cWidth + 2) - offSet;break;
 		case 1: currLeft = currWidth/2 - (2 * cWidth + 5) - offSet;break;
 		case 2: currLeft = currWidth/2 - (cWidth + 8) - offSet;break;
 		case 3: currLeft = currWidth/2 - 11 - offSet ;break;
 		case 4: currLeft = currWidth/2 + (cWidth - 14) - offSet;break;
 		case 5: currLeft = currWidth/2 + (2 * cWidth - 17) - offSet;break;
 	}
 }
 else
 {
  offSet += 10;
 	switch(id)
 	{
 		case 0: currLeft = offSet;break;
 		case 1: currLeft = offSet+cWidth-3;break;
 		case 2: currLeft = offSet+cWidth*2-6;break;
 		case 3: currLeft = offSet+cWidth*3-9;break;
 		case 4: currLeft = offSet+cWidth*4-12;break;
 		case 5: currLeft = offSet+cWidth*5-14;break;
 	}
 }
// alert (currLeft);
 if (on)
 {
  document.all[currSubMenu].style.top = parseInt(currTop);
  document.all[currSubMenu].style.left = parseInt(currLeft);
  document.all[currSubMenu].style.display = "inline";
 }
 else
 {
  document.all[currSubMenu].style.display = "none";
 }
}

/*if (isNav)
{
	window.captureEvents(Event.RESIZE)
	window.onresize = handeleResize
}
else
{
	window.onresize = handeleResize
}

function handeleResize()
{
	location.reload()
	return false
}
*/
function setCCodeArray(id, code)
{
 id = parseInt(id);
 cCodeArray[id] = code;
}

function formHandler(formName, selectName)
{
 if (document.forms[formName][selectName].selectedIndex != 0)
 {
  var URL = document.forms[formName][selectName].options[document.forms[formName][selectName].selectedIndex].value;
  if (isNaN(URL))
  {
   if (URL.indexOf("-") == 4)
   {
    URL = "/hasite/pages/LiArtSR.jhtml?itemNo=" + URL.substring(0,URL.indexOf("-")) + "&specialReportLines=" + URL.substring(URL.indexOf("-")+1, URL.length);
    window.location.href = URL;
   }
   else
    window.open(URL);
  }
  else
  {
   URL = "/hasite/pages/ShArt.jhtml?itemNo=" + URL;
   window.location.href = URL;
  }
 }
}

function checkForm(formName)
{
 if (document.forms[formName].searchWord.value == "")
 {
  alert("לא הוכנס ערך לחיפוש");
  document.forms[formName].searchWord.focus();
  return false;
 }
}

function PopUpWin(mypage, myname, w, h, scroll)
{
<!-- Original:  Eric King (eric_andrew_king@hotmail.com) -->
 var posTop = (screen.width)
 var winl = (screen.width)* 235/1000 ;
  if (posTop > 500)
   var wint =(screen.height) * 22/100;
 else
   var wint =(screen.height) * 40/100;
 winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
 win = window.open(mypage, myname, winprops)
 if (parseInt(navigator.appVersion) >= 4)
  {
   win.window.focus();
  }
}

function chkSearch(word)
{
 if (word == "")
  return false;
 else
  return true;
}

function banner(noPosition,lay1, lay2, lay3, time)
{
 var site = "haaretz";
// var size = new Array("","WIDTH=143 HEIGHT=204");
var size = new Array("","WIDTH=468 HEIGHT=60","WIDTH=468 HEIGHT=60","WIDTH=109 HEIGHT=65","WIDTH=109 HEIGHT=65","WIDTH=124 HEIGHT=31","WIDTH=124 HEIGHT=31","WIDTH=124 HEIGHT=150","WIDTH=124 HEIGHT=150","WIDTH=80 HEIGHT=31","WIDTH=124 HEIGHT=150","WIDTH=109 HEIGHT=100","WIDTH=420 HEIGHT=108","WIDTH=420 HEIGHT=108","WIDTH=124 HEIGHT=450","","WIDTH=124 HEIGHT=31","WIDTH=124 HEIGHT=180","WIDTH=210 HEIGHT=210");

var posSrcs = new Array(" ","adsize=468x60","adsize=468x60","adsize=109x65","adsize=109x65","adsize=124x31","adsize=124x31","adsize=124x150","adsize=124x150","adsize=80x31","adsize=124x150","adsize=109x100","adsize=420x108","adsize=420x108","adsize=124x450","","adsize=124x31","adsize=124x180","adsize=210x210");

// var posSrcs = new Array(" ","adsize=143X204");
 var now = new Date();
 var RND = now.getSeconds();
 //alert("noPosition-"+noPosition+"-l1-"+lay1+"-l2-"+lay2+"-l3-"+lay3);
 document.write('<IFRAME ' + size[noPosition] + ' MARGINWIDTH=0 MARGINHEIGHT=0 HSPACE=0 VSPACE=0 FRAMEBORDER=0 SCROLLING=no BORDERCOLOR=000000 SRC="http://dclk.themarker.com/html.ng/site=' + site + '&' + posSrcs[noPosition] + '&' + (lay1=="none"?'':'hlayer1='+lay1+'&') + (lay2=="none"?'':'hlayer2='+lay2+'&')+ (lay3=="none"?'':'hlayer3='+lay3+'&')+'hposition=' + noPosition + '&Rnd=' + RND +'"></IFRAME>');
}


function paramContrassID(contrassID)
{
	return contrassID;
}
function paramSubContrassID(subContrassID)
{
	return subContrassID;
}
function paramObjectLink(objectLink)
{
	return objectLink;
}
function paramArtWriter(artWriter)
{
	return artWriter;
}
function paramObjectSubHeader(objectSubHeader)
{
	return objectSubHeader;
}
function paramObjectHeader(objectHeader)
{
	return objectHeader;
}
function paramObjectArtTitle(artTitle)
{
	return artTitle;
}


function daily_banner_change(position)
{
	var currentDate = new Date();
	var hours = 12;
	var name = "dailyBanner";
	returnvalue = "";
	
	if(name != "null" && hours != "null")
	{	
		var cookie = document.cookie;
		currentDate.setHours(currentDate.getHours() + hours); 
		ExpDate = currentDate.toGMTString();
	
		if (cookie.indexOf(name) == -1)
		{
			if(position=='400')
			document.cookie = name+"=1;expires=" + ExpDate + ";path=/";
			return true;
		}
		else
		{
			return false;
		}
	}
}

idTemp = null;
var paramAct="";
var paramType="";

function showBox(pType,pAct,madadName)
{
	if(madadName.indexOf("&nbsp;")!=-1)
	{
	madadName=madadName.replace("&nbsp;"," ");
	}
	var sWidth = screen.width;
	document.getElementById("dropDown").style.display="inline";
	if(event.clientY <300)
	{
		document.getElementById("dropDown").style.top = event.clientY + window.document.body.scrollTop+10;
		document.getElementById("dropDown").style.left = event.clientX + window.document.body.scrollLeft-100;
document.getElementById("titPic").innerHTML= "<img src='http://www.themarker.com/ibo/images/0.gif' width='8'><img src='http://www.themarker.com/tmc/i/c/top.gif' alt='' border=0>";	
	}
	else 
	{
	if(event.clientY <400)
	{
		document.getElementById("dropDown").style.top = event.clientY + window.document.body.scrollTop-90;
	}
	else
	{
	document.getElementById("dropDown").style.top = event.clientY + window.document.body.scrollTop-150;
	}
document.getElementById("dropDown").style.left = event.clientX + window.document.body.scrollLeft+20;	
document.getElementById("titPic").innerHTML= "<img src='http://www.themarker.com/ibo/images/0.gif' width='8'><img src='http://www.themarker.com/tmc/i/c/side.gif' alt='' border=0>";
}

	
	document.getElementById("premumTitle").innerHTML= "<img src='http://www.themarker.com/ibo/images/0.gif' width='10'>"+madadName;	


idTemp='1';
paramAct = pAct;
paramType = pType;
}

function hideBox()
{
	if(idTemp == null)
	document.getElementById("dropDown").style.display= "none";
}

function hideDrop()
{
	document.getElementById("dropDown").style.display= "none";
}

function showDropPremiumDiv()
{
	document.getElementById("dropDown").style.display="inline";
	idTemp='1';	
}


function changeDropPremiumBgcolor(idName)
{
var cdName= idName+"7";
	if(idName=='manay')
	{
	document.getElementById("manayLink").href="http://www.themarker.com/klal.jhtml?stockid="+paramAct;
document.getElementById("manay8").href="http://www.themarker.com/klal.jhtml?stockid="+paramAct;
	}
	
	if(idName=='news')
	{
document.getElementById("newsLink").href="http://finance.themarker.com/f/quote.jhtml?secCode="+paramAct+"&sType="+paramType;
document.getElementById("news8").href="http://finance.themarker.com/f/quote.jhtml?secCode="+paramAct+"&sType="+paramType;
	}
	if(idName=='analize')
	{
	document.getElementById("Analyst").href="http://finance.themarker.com/f/analyst.jhtml?secCode="+paramAct;
	}
	document.getElementById(idName).className = "dropDownGrey";
	document.getElementById(cdName).className = "dropDownGrey";
}

function hideDropPremiumBgcolor(idName)
{
var cdName= idName+"7";
		document.getElementById(idName).className = "dropDownGreen";
		document.getElementById(cdName).className = "dropDownGreen";

}

document.write("<div id='dropDown' onmouseover='showDropPremiumDiv()' onmouseout='hideDrop()' style='display:none;position:absolute;'>");
document.write("<table cellpadding='0' cellspacing='0' width='113' height='139' dir='ltr' border=0>");
document.write("<tr>");
document.write("	<td>");
document.write("		<table cellpadding='0' cellspacing='0' width='113' dir='rtl' style='border-left-color: #738A90; border-left-style: solid; border-left-width: 1px;' border=0>");
document.write("		<tr>");	
document.write("			<td height='3' width='3' rowspan=2><table cellpadding='0' cellspacing='0' border='0'><tr><td width='3'><img src='http://www.themarker.com/tmc/i/c/no_color.gif'></td></tr><tr><td width='2' bgcolor='#DCDCDC' height='14'></td></tr></table></td>");
document.write("<td>");
document.write("		<table cellpadding='0' cellspacing='0' width='100%' dir='rtl'>");
document.write("			<tr>");		
document.write("				<td height='1' width='50' bgcolor='#738A90' colspan=3></td>");
document.write("			</tr>");
document.write("			<tr><td height='3' width='1' bgcolor='#738A90'></td>");
document.write("			<td id='premumTitle' height='16' class='dropDownTitle' align=right dir='rtl' style='line-height:1;'></td><td bgColor='84C41C' align=left id='titPic'></td>");
document.write("</table></td>");
document.write("		</tr>");
document.write("		</table>");
document.write("	</td>");
document.write("</tr>");
document.write("<tr>");
document.write("	<td>");
document.write("		<table cellpadding='0' cellspacing='0' width='100%' dir='rtl' style='border-left-color: #738A90; border-left-style: solid; border-left-width: 1px;'>");
document.write("		<tr>");
document.write("			<td height='3' width='3' bgcolor='#D8D8D8'></td>");
document.write("			<td height='3' width='1' bgcolor='#738A90'></td>");
document.write("			<td id='manay' height='17' class='dropDownGreen' style='border-bottom-color: #D6EEAF; border-bottom-style: solid; border-bottom-width: 1px;' onmouseover=changeDropPremiumBgcolor('manay') onmouseout=hideDropPremiumBgcolor('manay') nowrap>&nbsp;<a href='' target=_blank style='text-decoration : none;cursor:hand;color : #000000;' id='manayLink'><img src='http://www.themarker.com/tmc/i/c/chart.gif' border=0> מסחר במניה</a></td>");
document.write("<td class='dropDownGreen' style='border-bottom-color: #D6EEAF; border-bottom-style: solid; border-bottom-width: 1px;' onmouseover=changeDropPremiumBgcolor('manay') onmouseout=hideDropPremiumBgcolor('manay') id='manay7'><a href='' target=_blank style='cursor:hand;' id='manay8'><img src='http://www.themarker.com/ibo/images/0.gif' border=0 width='15'></a></td>");
document.write("		</tr>");
document.write("		<tr>");
document.write("			<td height='3' width='3' bgcolor='#D8D8D8'></td>");
document.write("			<td height='3' width='1' bgcolor='#738A90' ></td>");
document.write("			<td id='news' height='17' class='dropDownGreen' style='border-bottom-color: #D6EEAF; border-bottom-style: solid; border-bottom-width: 1px;' onmouseover=changeDropPremiumBgcolor('news') onmouseout=hideDropPremiumBgcolor('news')>&nbsp;&nbsp;<span id='news1'></span><a href='");
document.write("' style='text-decoration : none;cursor:hand;color:#000000;' id='newsLink' target=_blank>נתוני מסחר </a></td>");
document.write("<td class='dropDownGreen' style='border-bottom-color: #D6EEAF; border-bottom-style: solid; border-bottom-width: 1px;' onmouseover=changeDropPremiumBgcolor('news') onmouseout=hideDropPremiumBgcolor('news') id='news7'><a href='' target=_blank style='cursor:hand;' id='news8'><img src='http://www.themarker.com/ibo/images/0.gif' border=0 width='15'></a></td>");
document.write("		</tr>");
document.write("		<tr>");
document.write("			<td height='3' width='3' bgcolor='#D8D8D8'></td>");
document.write("			<td height='3' width='1' bgcolor='#738A90' ></td>");
document.write("			<td id='analize' height='17' class='dropDownGreen' style='border-bottom-color: #D6EEAF; border-bottom-style: solid; border-bottom-width: 1px;' onmouseover=changeDropPremiumBgcolor('analize') onmouseout=hideDropPremiumBgcolor('analize')>&nbsp;&nbsp;<span id='analize1'></span><a href='' style='text-decoration : none;cursor:hand;color:#000000;' id='Analyst' target=_blank>המלצות אנליסטים</a></td><td id=analize7 class='dropDownGreen' style='border-bottom-color: #D6EEAF; border-bottom-style: solid; border-bottom-width: 1px;' onmouseover=changeDropPremiumBgcolor('analize') onmouseout=hideDropPremiumBgcolor('analize')>&nbsp;</td>");
document.write("		</tr>");
document.write("		<tr>");
document.write("			<td height='3' width='3' bgcolor='#D8D8D8'></td>");
document.write("			<td height='3' width='1' bgcolor='#738A90' ></td>");
document.write("			<td id='mail' height='17' class='dropDownGreen' style='border-bottom-color: #D6EEAF; border-bottom-style: solid; border-bottom-width: 1px;' onmouseover=changeDropPremiumBgcolor('mail') onmouseout=hideDropPremiumBgcolor('mail') nowrap>&nbsp;&nbsp;<span id='mail1'></span><a href='http://www.themarker.com/alerts' style='text-decoration : none;cursor:hand;color:#000000;' target=_blank>אתראות במייל</a></td>");
document.write("<td class='dropDownGreen' style='border-bottom-color: #D6EEAF; border-bottom-style: solid; border-bottom-width: 1px;' onmouseover=changeDropPremiumBgcolor('mail') onmouseout=hideDropPremiumBgcolor('mail') id='mail7'><a href='http://www.themarker.com/alerts' style='cursor:hand;'><img src='http://www.themarker.com/ibo/images/0.gif' border=0 width='15'></a></td>");
document.write("		</tr>");
document.write("		<tr>");
document.write("			<td height='3' width='3' bgcolor='#D8D8D8'></td>");
document.write("			<td height='3' width='1' bgcolor='#738A90' ></td>");
document.write("			<td id='sms' height='17' class='dropDownGreen' style='border-bottom-color: #D6EEAF; border-bottom-style: solid; border-bottom-width: 1px;' onmouseover=changeDropPremiumBgcolor('sms') onmouseout=hideDropPremiumBgcolor('sms')>&nbsp;&nbsp;<span id='sms1'></span><a href='http://finance.themarker.com/sms' style='text-decoration : none;cursor:hand;color:#000000;' target=_blank>אתראות SMS</a></td>");
document.write("<td class='dropDownGreen' style='border-bottom-color: #D6EEAF; border-bottom-style: solid; border-bottom-width: 1px;' onmouseover=changeDropPremiumBgcolor('sms') onmouseout=hideDropPremiumBgcolor('sms') id='sms7'><a href='http://finance.themarker.com/sms' style='cursor:hand;'><img src='http://www.themarker.com/ibo/images/0.gif' border=0 width='15'></a></td>");
document.write("		</tr>");
document.write("<tr>");
document.write("			<td height='3' width='3' bgcolor='#D8D8D8'></td>");
document.write("			<td height='3' width='1' bgcolor='#738A90' ></td>");
document.write("			<td bgColor='738A90' height='4' colspan=2></td>");
document.write("</tr>");
document.write("		<tr>");
document.write("			<td height='3' width='3' bgcolor='#D8D8D8'></td>");
document.write("			<td height='3' width='1' bgcolor='#738A90' ></td>");
document.write("			<td id='trade' height='17' class='dropDownGreen' style='border-bottom-color: #D6EEAF; border-bottom-style: solid; border-bottom-width: 1px;' onmouseover=changeDropPremiumBgcolor('trade') onmouseout=hideDropPremiumBgcolor('trade') nowrap>&nbsp;&nbsp;<span id='trade1'></span><a href='http://www.themarket-online.co.il/tol/index.html' style='text-decoration : none;cursor:hand;color:#000000;' target=_blank>TheMarket</a></td>");
document.write("<td class='dropDownGreen' style='border-bottom-color: #D6EEAF; border-bottom-style: solid; border-bottom-width: 1px;' onmouseover=changeDropPremiumBgcolor('trade') onmouseout=hideDropPremiumBgcolor('trade') id='trade7'><a href='http://www.themarket-online.co.il/tol/index.html' style='text-decoration : none;cursor:hand;'><img src='http://www.themarker.com/ibo/images/0.gif' border=0 width='15'></a></td>");
document.write("		</tr>");
document.write("		<tr>");
document.write("			<td height='3' width='3' bgcolor='#D8D8D8'></td>");
document.write("			<td height='3' width='1' bgcolor='#738A90'></td>");
document.write("			<td id='newsletter' height='17' class='dropDownGreen' style='border-bottom-color: #D6EEAF; border-bottom-style: solid; border-bottom-width: 1px;' onmouseover=changeDropPremiumBgcolor('newsletter') onmouseout=hideDropPremiumBgcolor('newsletter')>&nbsp;&nbsp;<span id='newsletter1'></span><a href='http://www.themarker.com/newsletter' style='text-decoration : none;cursor:hand;color:#000000;' target=_blank>ניוזלטרים</a></td>");
document.write("<td class='dropDownGreen' style='border-bottom-color: #D6EEAF; border-bottom-style: solid; border-bottom-width: 1px;' onmouseover=changeDropPremiumBgcolor('newsletter') onmouseout=hideDropPremiumBgcolor('newsletter') id='newsletter7'><a href='http://www.themarker.com/newsletter' style='cursor:hand;'><img src='http://www.themarker.com/ibo/images/0.gif' border=0 width='15'></a></td>");
document.write("		</tr>");
document.write("		<tr>");
document.write("			<td height='3' width='3' bgcolor='#D8D8D8'></td>");
document.write("			<td height='3' width='1' bgcolor='#738A90' ></td>");
document.write("			<td id='rss' height='17' class='dropDownGreen' onmouseover=changeDropPremiumBgcolor('rss') onmouseout=hideDropPremiumBgcolor('rss')>&nbsp;&nbsp;<span id='rss1'></span><a href='http://www.themarker.com/rss' style='text-decoration : none;cursor:hand;color:#000000;' target=_blank>אתראות RSS</a></td>");
document.write("<td class='dropDownGreen' onmouseover=changeDropPremiumBgcolor('rss') onmouseout=hideDropPremiumBgcolor('rss') id='rss7'><a href='/rss' style='cursor:hand;' ><img src='http://www.themarker.com/ibo/images/0.gif' border=0 width='15'></a></td>");
document.write("		</tr>");
document.write("		</table>");
document.write("	</td>");
document.write("</tr>");
document.write("<tr>");
document.write("	<td>");
document.write("		<table cellpadding='0' cellspacing='0' width='100%' dir='rtl'>");
document.write("			<tr>");
document.write("				<td height='1' width='3' bgcolor='#D8D8D8'></td>");
document.write("				<td height='1' width='80' bgcolor='#738A90'></td>");
document.write("			</tr>");
document.write("		</table>");
document.write("	</td>");
document.write("</tr>");
document.write("<tr>");
document.write("	<td>");
document.write("		<table cellpadding='0' cellspacing='0' width='100%' border='0'>");
document.write("			<tr>");
document.write("				<td height='3'><img src='http://www.themarker.com/ibo/images/0.gif'></td>");
document.write("				<td width='109' bgcolor='#dbdbdb' height='3' align=right><img src='http://www.themarker.com/tmc/i/c/no_color.gif' width='3'></td>");
document.write("			</tr>");
document.write("		</table>");
document.write("	</td>");
document.write("</tr>");
document.write("</table>");
document.write("</div>");

