var mainMenu = new Menu ('mainMenu', 0, 0);
mainMenu.m_vertical  = false; // If true menu is vertical

mainMenu.addItem ('HOME',{'url':'http://www.vfwpost3285.org/VFW_country_club/VFW_country_club_main.php','width':100,'background':''},false);
mainMenu.addItem ('Members',{'url':'','width':175,'background':'#2A3160'},false);
mainMenu.addItem ('Contacts',{'url':'http://www.vfwpost3285.org/VFW_country_club/contact.htm','width':175,'background':'#2A3160'},false);
mainMenu.addItem ('Membership',{'url':'http://www.vfwpost3285.org/VFW_country_club/membership.htm','width':175,'background':'#2A3160'},false);
mainMenu.addItem ('MISGA',{'url':'http://www.vfwpost3285.org/VFW_country_club/misga.htm','width':175,'background':'#2A3160'},false);
mainMenu.addItem ('Golf Links',{'url':'http://www.vfwpost3285.org/VFW_country_club/golf_links.htm','width':175,'background':'#2A3160'},true);
mainMenu.addItem ('GOLF Course',{'url':'','width':175,'background':'#2A3160'},false);
mainMenu.addItem ('Green stats',{'url':'http://www.vfwpost3285.org/VFW_country_club/greens_info/main_green_info.htm','width':175,'background':'#2A3160'},false);
mainMenu.addItem ('Course Rules',{'url':'http://www.vfwpost3285.org/VFW_country_club/vfw_course_rules.htm','width':175,'background':'#2A3160'},true);
mainMenu.addItem ('Events',{'url':'','width':175,'background':'#2A3160'},false);
mainMenu.addItem ('Event Calendar',{'url':'http://www.vfwpost3285.org/VFW_country_club/events.php','width':175,'background':'#2A3160'},true);


if (document.layers) {
	document.onMouseDown = hideMenus;
} else {
	document.body.onclick = hideMenus;
}

mainMenu.doMenu();
