<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssmItems colors
*/
bodyWidth=(IE)?document.body.offsetWidth-20:window.innerWidth-20
YOffset=60; // no quotes!!
barWidth=18; // no quotes!!
XOffset=1; // no quotes!!
staticYOffset=60; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=260; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Arial";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor= "#ff6820" //"#ff0000" //"#170088";
hdrAlign="right";
hdrVAlign="center";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#DDDDDD";
linkTarget="2";
linkAlign="right";
barBGColor= "#ffcb66" // "#800040" //"#444444";
barFontFamily="Arial";
barFontSize="2";
barFontColor= "black"; //"white";
barVAlign="center";
barText='תפריט צד'; // <IMG> tag supported. Put exact html for an image to show.
//'<IMG SRC="image.gif" WIDTH="9" HEIGHT="9" BORDER="0">'

///////////////////////////

// the menu items
//addHdr("Menu", 1, "no");
addHdr("אתר הבית של משפחת מרון","","");
//addHdr("Menu","","");
addItem("דף הבית", "main.htm", "main")
//addItem("What's new ", "whatsnew/whatsnew.htm","")
addItem("חדשות מולדת", "UnderConst.htm", "main")
//addHdr("Split 1", 1, "no")
//addHdr("Split 2", 1)
//addHdr("","","")
addItem(" לילך מרון שמחאי", "lilach.htm", "main")
addItem("מזג האויר", "http://proxy.maabarot.org.il/~moledet/Current_Monitor.htm", "main")
addItem("מז'א - היסטוריה", "UnderConst.htm", "main")
addItem("John Deere", "JohnDeere.htm", "main", "")
addItem("המתמיד", "UnderConst.htm", "main", "")
addItem("צור קשר", "Email.htm", "main")

addHdr("קישורים נוספים","","")
addItem("השירות המטואורולוגי", "http://www.ims.gov.il", "new")
addItem("מז'א בשלומי", "http://www.shlomi.org.il/Hebrew/meteo/shlomi.htm", "new")
addHdr("","","")

//addItem("Government", "javascript://", "")

// final step that builds the menu
buildMenu();

//-->

