
//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE.
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=JavaScript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact. The above also needs to be enabled if it not already enabled unless you have more than one _array.js file


////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

timegap=300                   // The time delay for menus to remain visible
followspeed=5                 // Follow Scrolling speed
followrate=40                 // Follow Scrolling Rate
suboffset_top=10              // Sub menu offset Top position
suboffset_left=10             // Sub menu offset Left position

glb_Icon ="<IMG border=0  src='' width='5' height='10'>"

PlainStyle=[                  // SubStyle is an array of properties. You can have as many property arrays as you need
"ffffff",                       // Mouse Off Font Color
"144575",                     // Mouse Off Background Color (use zero for transparent in Netscape 6)
"ffebdc",                     // Mouse On Font Color
"336299",                     // Mouse On Background Color
"ffffff",                     // Menu Border Color
"12",                         // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"bold",                       // Font Weight (bold or normal)
"verdana,helvetica",          // Font Name
4,                            // Menu Item Padding or spacing
,							  // Sub Menu Image (Leave this blank if not needed)
0,                            // 3D Border & Separator bar
"ffff00",                     // 3D High Color
"ccffff",                     // 3D Low Color
,							  // Current Page Item Font Color (leave this blank to disable)
,                             // Current Page Item Background Color (leave this blank to disable)
,                             // Top Bar image (Leave this blank to disable)
"ffffff",                     // Menu Header Font Color (Leave blank if headers are not needed)
"000099",                     // Menu Header Background Color (Leave blank if headers are not needed)
,                             // Menu Item Separator Color
]


SubStyle=[                  // SubStyle is an array of properties. You can have as many property arrays as you need
"navy",                       // Mouse Off Font Color
"ffcc00",                     // Mouse Off Background Color (use zero for transparent in Netscape 6)
"333333",                     // Mouse On Font Color
"FFFF99",                     // Mouse On Background Color
"000099",                     // Menu Border Color
"11",                         // Font Size (default is px but you can specify mm, pt or a percentage)
"normal",                     // Font Style (italic or normal)
"bold",                       // Font Weight (bold or normal)
"verdana,helvetica",          // Font Name
4,                            // Menu Item Padding or spacing
,                             // Sub Menu Image (Leave this blank if not needed)
0,                            // 3D Border & Separator bar
"ffff00",                     // 3D High Color
"ccffff",                     // 3D Low Color
,                             // Current Page Item Font Color (leave this blank to disable)
,                             // Current Page Item Background Color (leave this blank to disable)
,                             // Top Bar image (Leave this blank to disable)
"ffffff",                     // Menu Header Font Color (Leave blank if headers are not needed)
"000099",                     // Menu Header Background Color (Leave blank if headers are not needed)
,                             // Menu Item Separator Color
]



addmenu(menu=[
"Mainmenu",                   // Menu Name - This is needed in order for this menu to be called
100,                          // Menu Top - The Top position of this menu in pixels
1,                          // Menu Left - The Left position of this menu in pixels
130,                             // Menu Width - Menus width in pixels
1,                            // Menu Border Width
,                             // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
PlainStyle,                   // Properties Array - this array is declared higher up as you can see above
1,                            // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,                             // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
,                             // Filter - Text variable for setting transitional effects on menu activation - see above for more info
0,                            // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
0,                            // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
,                            // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,                             // Position of TOP sub image left:center:right
,                             // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
0,                            // Right To Left - Used in Hebrew for example. (1=on or 0=off)
0,                            // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,                             // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,                             // Background image for menu Color must be set to transparent for this to work
0,                            // Scrollable Menu
,                             // Miscellaneous Menu Properties
// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"Home","index.htm target=_parent",,"Home",1
,"Introduction","show-menu=int",,"Introduction",1
,"Club House","show-menu=ch",,"Club House",1  
,"Newsletter","show-menu=nl",,"Newsletter",1  
,"History","show-menu=his",,"History",1
,"Download","show-menu=down",,"Download",1
,"Contact Us","mailto: rhkr@rhkr.org","#","Contact Us",1
,"Guest Book","show-menu=gb",,"Guest Book",1
,"Links","link.htm target=_parent",,"Links",1
,"Chinese","crhkr/index.htm target=_parent",,"Chinese",1
,"","",,"",1
,"Gallery","150/default.htm target=_parent",,"Gallery",1
,"Publications","publications.htm target=_parent",,"Publications",1
])

/*Introduction */
addmenu(menu=[
"int",
,
,
350,
1,
,
SubStyle,
,
,
, //"Fade(duration=0.5);Alpha(style=0,opacity=88);Shadow(color=777777, Direction=135, Strength=5)"
,
,
,
,
,
,
,
,
,
, 
,
,"Association","association.htm target=_parent",,"Association",1
,"Board of Directors","board.htm target=_parent",,"Board of Directors",1 
])


/* Newsletter */
addmenu(menu=[
"nl",  // Menu Name - This is needed in order for this menu to be called
,      // Menu Top - The Top position of this menu in pixels
,      // Menu Left - The Left position of this menu in pixels
350,   // Menu Width - Menus width in pixels
1,     // Menu Border Width
,      // Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
SubStyle,// Properties Array - this array is declared higher up as you can see above
,      // Always Visible - allows this menu item to be visible at all time (1=on or 0=off)
,      // Alignment - sets this menu elements text alignment, values valid here are: left, right or center
,      // Filter - Text variable for setting transitional effects on menu activation - see above for more info - example:"Fade(duration=0.5);Alpha(style=0,opacity=88);Shadow(color=777777, Direction=135, Strength=5)"
,      // Follow Scrolling Top Position - Tells this menu to follow the user down the screen on scroll placing the menu at the value specified.
,      // Horizontal Menu - Tells this menu to display horizontaly instead of top to bottom style (1=on or 0=off)
,      // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on or 0=off)
,      // Position of TOP sub image left:center:right
,      // Set the Overall Width of Horizontal Menu to specified width or 100% and height to a specified amount
,      // Right To Left - Used in Hebrew for example. (1=on or 0=off)
,      // Open the Menus OnClick - leave blank for OnMouseover (1=on or 0=off)
,      // ID of the div you want to hide on MouseOver (useful for hiding form elements)
,      // Background image for menu Color must be set to transparent for this to work
,      // Scrollable Menu
,      // Miscellaneous Menu Properties
,"Newsletter Jul 2010","newsletter/News201007.pdf target=_blank",,"Newsletter Jul 2010",1
,"Newsletter Dec 2009","newsletter/News200912.pdf target=_blank",,"Newsletter Dec 2009",1
,"Newsletter Jul 2009","newsletter/News200907.pdf target=_blank",,"Newsletter Jul 2009",1
,"Newsletter Dec 2008","newsletter/News200812.pdf target=_blank",,"Newsletter Dec 2008",1
,"Newsletter Mar 2008","newsletter/News200803.pdf target=_blank",,"Newsletter Mar 2008",1
,"Newsletter Dec 2007","newsletter/News200712.pdf target=_blank",,"Newsletter Dec 2007",1
,"Newsletter Aug 2007","newsletter/News200708.pdf target=_blank",,"Newsletter Aug 2007",1
,"Newsletter Dec 2006","newsletter/News200612.pdf target=_blank",,"Newsletter Dec 2006",1
,"Newsletter Jul 2006","newsletter/News200607.pdf target=_blank",,"Newsletter Jul 2006",1
,"Newsletter Nov 2005","doc/news112005.pdf target=_blank",,"Newsletter Nov 2005",1
,"Newsletter Jun 2005","doc/news062005.pdf target=_blank",,"Newsletter Jun 2005",1
,"Newsletter Mar 2005","doc/News0501.pdf target=_blank",,"Newsletter Mar 2005",1
,"Newsletter 2004","doc/News2004.pdf target=_blank",,"Newsletter 2004",1
,"Newsletter 2003","/newsletter/002_03.htm",,"Newsletter 2003",1
])

/* club house */
addmenu(menu=[
"ch",
,
,
350,
1,
,
SubStyle,
0,
,
,
0,
0,
0,
,
,
0,
0,
,
,
0,
,
,"Location & Opening Hours","clubhouse/index.htm target=_parent",,"Location & Opening Hours",1 
,"Events - Race Nights at happy Valley","clubhouse/events.htm target=_parent",,"Events - Race Nights at happy Valley",1 
,"Directors Meeting","doc/meeting.xml target=_blank",,"Directors Meeting",1 
,"PRI Souvenir","doc/2010/PRI-orderform-20100423a.pdf target=_blank",,"PRI Souvenir",1 
,"Evening Booking","clubhouse/Booking.htm target=_parent",,"Evening Booking",1 
,"Diving Club","diving.asp target=_parent",,"Diving Club",1 
])


/* History */
addmenu(menu=[
"his",
,
,
350,
1,
,
SubStyle,
0,
,
,
0,
0,
0,
,
,
0,
0,
,
,
0,
,
,"History of The Volunteers","history/index.htm target=_parent",,"History of The Volunteers",1 
,"Journal of The Volunteers","Journal/index.htm target=_parent",,"Journal of The Volunteers",1 
,"Equipment","equipment/index.htm target=_parent",,"Equipment",1 
,"Memoirs of Volunteers","history/memory/index.htm target=_parent",,"Memoirs of Volunteers",1 
,"The History of Regimental March","link.htm target=_parent",,"The Leather Bottel",1 
])

/* Guestbook */
addmenu(menu=[
"gb",
,
,
350,
1,
,
SubStyle,
0,
,
,
0,
0,
0,
,
,
0,
0,
,
,
0,
,
,"Click Here! They are Looking for Old comrade, Please View Messages in Guest Book","http://users3.smartgb.com/g/g.php?a=s&i=g30-01798-dc",,"Guest Book",1
])


/* Downloading Area  */
addmenu(menu=[
"down",
,
,
300,
1,
,
SubStyle,
0,
,
,
0,
0,
0,
,
,
0,
0,
,
,
0,
,
,"Clubhouse Membership Application Form","doc/vaform03.pdf target=_blank",,"Clubhouse Membership Application Form",1 
,"2004 Membership Renewal- Reply Form","doc/renew2004.pdf target=_blank",,"2004 Membership Renewal- Reply Form",1 
,"Multi-Purpose Form","doc/MultiForm.pdf target=_blank",,"Multi-Purpose Form",1
])



dumpmenus();
