var NoOffFirstLineMenus=8; // Number of first level items var LowBgColor='#FFCC00'; // Background color when mouse is not over var LowSubBgColor='#FFCC00'; // Background color when mouse is not over on subs var HighBgColor='#FFFF99'; // Background color when mouse is over var HighSubBgColor='#FFFF99'; // Background color when mouse is over on subs var FontLowColor='black'; // Font color when mouse is not over var FontSubLowColor='black'; // Font color subs when mouse is not over var FontHighColor='#666666'; // Font color when mouse is over var FontSubHighColor='#666666'; // Font color subs when mouse is over var BorderColor='#666666'; // Border color var BorderSubColor='#666666'; // Border color for subs var BorderWidth=1; // Border width var BorderBtwnElmnts=1; // Border between elements 1 or 0 var FontFamily="arial,comic sans ms,technical" // Font family menu items var FontSize=8; // Font size menu items var FontBold=1; // Bold menu items 1 or 0 var FontItalic=0; // Italic menu items 1 or 0 var MenuTextCentered='center'; // Item text position 'left', 'center' or 'right' var MenuCentered='right'; // 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=.1; // vertical overlap child/ parent var StartTop=16; // Menu offset x coordinate var StartLeft=-16; // Menu offset y coordinate var VerCorrect=0; // Multiple frames y correction var HorCorrect=0; // Multiple frames x correction var LeftPaddng=3; // Left padding var TopPaddng=3; // 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=500; // 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=''; // 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=1; // Uses arrow gifs when 1 var KeepHilite=1; // Keep selected path highligthed var Arrws=['menu/tri.gif',5,10,'menu/tridown.gif',10,5,'menu/trileft.gif',5,10]; // Arrow source, width and height function BeforeStart(){return} function AfterBuild(){return} function BeforeFirstOpen(){return} function AfterCloseAll(){return} // 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" Menu1=new Array("SAFVL","index.htm","",7,20,80); Menu1_1=new Array("About SAFVL","safvl_about.htm","",0,20,160); Menu1_2=new Array("Membership","safvl_member.htm","",0); Menu1_3=new Array("Welfare Fund","safvl_welfare.htm","",0); Menu1_4=new Array("Link to Report","safvl_report3.htm","",0); Menu1_5=new Array("Major Event","safvl_events.htm","",0); Menu1_6=new Array("Archive","safvl_archive.htm","",0); Menu1_7=new Array("Management Committee","safvl_committee.htm","",0); // Menu1_8=new Array("Heritage","safvl_heritage.htm","",0); Menu2=new Array("MIW","http://www.miw.com.sg/","",1); Menu2_1=new Array("MIW Home","http://www.miw.com.sg/","",0,20,110); Menu3=new Array("SAF","http://www.mindef.gov.sg/imindef/home.html","",3); Menu3_1=new Array("ARMY","http://www.mindef.gov.sg/army/","",0,20,110); Menu3_2=new Array("NAVY","http://www.mindef.gov.sg/navy/","",0); Menu3_3=new Array("AIRFORCE","http://www.mindef.gov.sg/rsaf/main.asp","",0); Menu4=new Array("SAFRA","http://www.safra.sg/","",1); Menu4_1=new Array("SAFRA Home","http://www.safra.sg/","",0,20,110); Menu5=new Array("WVF","http://www.wvf-fmac.org/","",5); Menu5_1=new Array("WVF HQ","http://www.wvf-fmac.org/","",0,20,110); Menu5_2=new Array("WVF Constitution","wvf_constitution.htm","",0,20,110); Menu5_3=new Array("SCAP","http://www.safvl.org.sg","",0); Menu5_4=new Array("SCEA","http://www.copernicus.org.pl/veterans","",0); Menu5_5=new Array("SCAA","http://www.wvf-scaa.co.za","",0); Menu6=new Array("SCAP","scap_summary.htm","",7); Menu6_1=new Array("Executive Summary","scap_summary.htm","",0,20,200); Menu6_2=new Array("SCAP Secretariat","scap_photo.htm","",0); Menu6_3=new Array("Link to report","scap_reports3.htm","",0); Menu6_4=new Array("Major Event","scap_events.htm","",0); Menu6_5=new Array("Archive","scap_archive.htm","",0); Menu6_6=new Array("Link to SME resources websites","scap_resources.htm","",0); Menu6_7=new Array("Link to members' websites","scap_links.htm","",0); // Menu6_8=new Array("SCAP Knowledge Management","forum","",0); Menu7=new Array("VECONAC","veconac.htm","",6); Menu7_1=new Array("VECONAC Site","veconac.htm","",0,20,140); Menu7_2=new Array("Constitution","veconac_constitution.htm","",0); Menu7_3=new Array("Executive Board","veconac_board.htm","",0); Menu7_4=new Array("Link to Report","veconac_reports.htm","",0); Menu7_5=new Array("Major Event","veconac_events.htm","",0); Menu7_6=new Array("Archive","veconac_archives.htm","",0); Menu8=new Array("Contact","contact.htm","",1); Menu8_1=new Array("Contact Information","contact.htm","",0,20,130);