



// 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

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////


timegap=500					// 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=0;		// Sub menu offset Left position



menu_properties=[			// Menu Properties Array
"FFFFFF",					// Off Font Color
"27273D",					// Off Back Color
"ff9900",					// On Font Color
"27273D",					// On Back Color
"000000",					// Border Color
"11px",						// Font Size
"plain",					// Font Style
"normal",						// Font Weight
"Arial, Helvetica",		// Font
5,								// Padding
,								// Sub Menu Image
,								// 3D Border & Separator
,								// 3D High Color
,								// 3D Low Color
]


addmenu(menu=[				// This is the array that contains your menu properties and details
"dyn_mainmenu",				// Menu items Name
117,							// Top
"offset=-185",					// left
,								// Width
,								// Border Width
"center",								// Screen Position - here you can use "center;left;right;middle;top;bottom"
menu_properties,			// Properties Array - this is set higher up, as above
1,								// Always Visible - allows the menu item to be visible at all time
"left",					// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,								// Filter - Text variable for setting transitional effects on menu activation
,								// Follow Scrolling - Tells the menu item to follow the user down the screen
1, 							// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,								// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,								// Position of sub image left:center:right:middle:top:bottom
,								// Show an image on top menu bars indicating a sub menu exists below
,								// Reserved for future use
,,,,							// Reserved for future use
,								// Reserved for future use

,"<span style=color:#ff9900;>&gt;</span>&nbsp;Who&nbsp;We&nbsp;Are&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=about",,,0
,"<span style=color:#ff9900;>&gt;</span>&nbsp;Portfolio&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","/geton_portfolio/clientlist.html",,,0
,"<span style=color:#ff9900;>&gt;</span>&nbsp;Services&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=services",,,0
,"<span style=color:#ff9900;>&gt;</span>&nbsp;Contact&nbsp;Us&nbsp;&nbsp;&nbsp;","/contact_geton/index.html",,,0
])


addmenu(menu=["about",
,,150,1,"",menu_properties,,,,,,,,,,,,,,,
,"About GetOn.com","/careers/index.html",,,1
,"Kelowna Web Design","http://www.geton.com/leading-kelowna-web-design.html",,,1
,"Our Partners","/about_geton/partners.html",,,1
//,"Our Team","/about_geton/team.html",,,1
])

addmenu(menu=["services",
,,200,1,"",menu_properties,,,,,,,,,,,,,,,
,"Website Design &nbsp;","/geton_services/webdesign.html",,,1
,"Real Estate Websites &nbsp;","/geton_services/real-estate-website-design.html",,,1
,"E-commerce Solutions","/geton_services/ecommerce.html",,,1
//,"GO Portal Services","/geton_services/go_portal.html",,,1
,"Search Engine Positioning &nbsp;","/geton_services/searchengines-positioning.html",,,1
,"Search Engine Optimization &nbsp;","/geton_services/searchengines-optimization.html",,,1
,"Search Engine Marketing &nbsp;","/geton_services/searchengines-marketing.html",,,1
//,"Security Solutions &nbsp;","/geton_services/security.html",,,1
,"Intranets &amp; Extranets &nbsp;","/geton_services/intranets.html",,,1
//,"Anti-Spam &nbsp;","/antispam/",,,1
])

addmenu(menu=["portfolio",
,,150,1,"",menu_properties,,,,,,,,,,,,,,,
,"Feature Gallery","/geton_portfolio/websites.html",,,1
,"Client List","/geton_portfolio/clientlist.html",,,1
])


//////////////////////////////////
// Editable properties END here //
//////////////////////////////////

dumpmenus() // This must be the last line in this file
