
//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
"000000",                       // Mouse Off Font Color
"cccccc",                     // Mouse Off Background Color (use zero for transparent in Netscape 6)
"000000",                     // Mouse On Font Color
"ffffff",                     // Mouse On Background Color
"000000",                     // 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
"cccccc",                     // Mouse Off Background Color (use zero for transparent in Netscape 6)
"333333",                     // Mouse On Font Color
"ffffff",                     // 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
70,                          // 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"
,"Main","../index.htm target=_parent",,"Main",1
,"","",,"",1
,"About Aikido","../aboutaikido.htm target=_parent",,"About Aikido",1
,"About HKAA","../aboutus.htm target=_parent",,"About HKAA",1  
,"Scheduled Training","../newcal/fun.asp target=_parent",,"Scheduled Training",1  
,"Dojo","http://maps.google.com/maps/ms?msa=0&msid=112380997257509080127.00046e70b850d43941653&hl=zh-TW&ie=UTF8&ll=22.304212,114.168262&spn=0.001452,0.002063&z=19 target=_blank",,"Dojo",1
,"Grading","../grade.htm target=_parent",,"Grading",1
,"","",,"",1
,"Join HKAA","../joinus.htm target=_parent",,"Join HKAA",1
,"Contact HKAA","../contactus.htm target=_parent",,"Contact HKAA",1
,"Links","../link.htm target=_parent",,"Links",1
,"","",,"",1
,"Event Calendar</a>","../schedule.htm target=_parent",,"Event Calendar",1
,"Photo Gallery","../photo.htm target=_parent",,"Photo Gallery",1
,"The EC and TC Member Only","../aec.htm target=_parent",,"The Executive and Technical Committee",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 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/PRIform.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://www.012guestbook.com/cgi-bin/guestbook.pl?a=15143 target=_parent",,"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();

