<!--
// Javascript to do slide in and out menu on Pemco web pages book antiqua
// Dynamic HTML

YOffset=2; // set how far from the top the menu should be
staticYOffset=2; // set the position of the menu from the top for static menu
slideSpeed=20 // set the speed for moving out and moving back of the menu
waitTime=300; // this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#DDA0DD";
menuIsStatic="yes";
menuWidth=110; // Must be a multiple of 10! no quotes!!
hdrFontFamily="Times New Roman, tahoma, arial, sans serif";
hdrFontSize="4";
hdrFontColor="#4B0082";
hdrBGColor="#FFF0F5";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="5";
linkFontFamily="Times New Roman, Tahoma, Arial";
linkFontSize="2";
linkBGColor="#FFF0F5";
linkOverBGColor="#D8BFD8";
linkTarget="_top";
linkAlign="center";
barBGColor="#DDA0DD";
barFontFamily="Times New Roman, tahoma, arial, sans serif";
barFontSize="+1";
barFontColor="#000000";
barVAlign="center";
barWidth=25; // no quotes!!

startMenu("", "TOP DENT MENU")
addHdr("Navigate");
addItem("Home Page", "http://www.teainternet.co.il/topdent/index.htm", "");
addItem("The Idea", "http://www.teainternet.co.il/topdent/eidea.htm", "");
addItem("About", "http://www.teainternet.co.il/topdent/eabout.htm", "");
addItem("Dentists", "http://www.teainternet.co.il/topdent/edentist.htm", "");
addItem("Saving", "http://www.teainternet.co.il/topdent/esave.htm", "");
addItem("Price List", "http://www.teainternet.co.il/topdent/eplist.htm", "");
addItem("Dental Care", "http://www.teainternet.co.il/topdent/edentcar.htm", "");
addItem("Join Us", "http://www.teainternet.co.il/topdent/ejoin.htm", "");
addItem("Next Group", "http://www.teainternet.co.il/topdent/egroup.htm", "");
addItem("Romania", "http://www.teainternet.co.il/topdent/eromania.htm", "");
addItem("Poll", "http://www.teainternet.co.il/topdent/epol.htm", "");
addItem("Forum", "http://www.teainternet.co.il/topdent/eforum.htm", "");
addItem("Flights", "http://www.teainternet.co.il/topdent/eflight.htm", "");
addItem("Accommodation", "http://www.teainternet.co.il/topdent/eacomod.htm", "");
addItem("Contact Us", "http://www.teainternet.co.il/topdent/econtact.htm", "");
endMenu()

//-->