var LowBgColor=""; // Menu - Background color when mouse is not over var HighBgColor=""; // Menu - Background color when mouse is over var FontLowColor=""; // Menu - Font color when mouse is not over var FontHighColor=""; // Menu - Font color when mouse is over var BorderColor=""; // Menu - border color var LowSubBgColor="000000"; // Subs - Background color when mouse is not over var HighSubBgColor="00A5E5"; // Subs - Background color when mouse is over var FontSubLowColor="FFFFFF"; // Subs - Font color when mouse is not over var FontSubHighColor="FFFFFF"; // Subs - Font color when mouse is over var BorderSubColor=""; // Subs - border color var BorderWidth=0; // Border width var BorderBtwnElmnts=0; // Border between elements 1 or 0 var FontFamily="verdana, arial"; // Font family menu items var FontSize=7; // Font size menu items var FontBold=0; // Bold menu items 1 or 0 var FontItalic=0; // Italic menu items 1 or 0 var MenuTextCentered="left"; // Item text position 'left', 'center' or 'right' var MenuCentered="center"; // Menu horizontal position 'left', 'center' or 'right' var MenuVerticalCentered="top"; // Menu vertical position 'top', 'middle','bottom' or static var ChildOverlap=0; // horizontal overlap child/ parent var ChildVerticalOverlap=0; // vertical overlap child/ parent var VerCorrect=0; // Multiple frames y correction var HorCorrect=0; // Multiple frames x correction var LeftPaddng=13; // Left padding var TopPaddng=0; // Top padding var FirstLineHorizontal=1; // SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL var MenuFramesVertical=1; // Frames in cols or rows 1 or 0 var DissapearDelay=600; // delay before menu folds in var TakeOverBgColor=1; // Menu frame takes over background color subitem frame var FirstLineFrame="navig"; // Frame where first level appears var SecLineFrame="space"; // Frame where sub levels appear var DocTargetFrame="space"; // Frame where target documents appear var TargetLoc="menubar"; // span id for relative positioning var HideTop=0; // Hide first level when loading new document 1 or 0 var MenuWrap=1; // enables/ disables menu wrap 1 or 0 var RightToLeft=0; // enables/ disables right to left unfold 1 or 0 var UnfoldsOnClick=0; // Level 1 unfolds onclick/ onmouseover var WebMasterCheck=0; // menu tree checking on or off 1 or 0 var ShowArrow=0; // Uses arrow gifs when 1 var KeepHilite=1; // Keep selected path highligthed var NoOffFirstLineMenus=8; // Number of first level items var Arrws=['/include/drop_menu/tri.gif',5,10,'/include/drop_menu/tridown.gif',1,1,'/include/drop_menu/trileft.gif',5,10]; // Arrow source, width and height 13 function BeforeStart(){return} function AfterBuild(){return} function BeforeFirstOpen(){return} function AfterCloseAll(){return} 13 13 // Menu tree // MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width); // For rollover images set "Text to show" to: "rollover:Image1.jpg:Image2.jpg" 13 Menu1=new Array("rollover:/public/themes/dentist/images/nav_home_off.gif:/public/themes/dentist/images/nav_home_on.gif","/default.aspx","",0,25,75); 13 Menu2=new Array("rollover:/public/themes/dentist/images/nav_team_off.gif:/public/themes/dentist/images/nav_team_on.gif","/content/team/dentist_team.aspx","",0,25,87); 13 Menu3=new Array("rollover:/public/themes/dentist/images/nav_treatments_off.gif:/public/themes/dentist/images/nav_treatments_on.gif","","",5,25,98); Menu3_1=new Array("Introduction","/content/treatments/introduction.aspx","",0,15,115); Menu3_2=new Array("Preventive Care","/content/treatments/preventive_care.aspx","",0,15,115); Menu3_3=new Array("Nervous Patient Programme","/content/treatments/nervous_patient.aspx","",0,30,115); Menu3_4=new Array("Tooth Whitening","/content/treatments/tooth_whitening.aspx","",0,15,115); Menu3_5=new Array("Smile Gallery","/content/treatments/smile_gallery.aspx","",0,15,115); 13 Menu4=new Array("rollover:/public/themes/dentist/images/nav_appointments_off.gif:/public/themes/dentist/images/nav_appointments_on.gif","/content/appointments/introduction.aspx","",0,25,117); 13 Menu5=new Array("rollover:/public/themes/dentist/images/nav_testimonials_off.gif:/public/themes/dentist/images/nav_testimonials_on.gif","/content/testimonials/introduction.aspx","",0,25,108); 13 Menu6=new Array("rollover:/public/themes/dentist/images/nav_find_us_off.gif:/public/themes/dentist/images/nav_find_us_on.gif","/content/contact/how_to_find_us.aspx","",0,25,123); 13 Menu7=new Array("rollover:/public/themes/dentist/images/nav_contact_off.gif:/public/themes/dentist/images/nav_contact_on.gif","/content/contact/contact.aspx","",0,25,100); 13 Menu8=new Array("rollover:/public/themes/dentist/images/nav_right.gif:/public/themes/dentist/images/nav_right.gif","","",0,25,52); 13