
addmenu(menu=[				// This is the array that contains your menu properties and details
"mainmenu",					// Menu Name - This is needed in order for the menu to be called
100,							// Menu Top - The Top position of the menu in pixels
,							// Menu Left - The Left position of the menu in pixels
,							// Menu Width - Menus width in pixels
1,							// Menu Border Width
"center",					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,						// Properties Array - this is set higher up, as above
1,							// Always Visible - allows the menu item to be visible at all time
"center",					// Alignment - sets the 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
,							// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times)
1, 							// Horizontal Menu - Tells the menu to become 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
"center",					// Position of TOP sub image left:center:right
,							// Type of menu use "form" or blank
,							// Right To Left - Used in Hebrew for example.
,							// Open the Menus OnClick - leave blank for OnMouseover
,							// Menu Header Text (only works on Vertical menus)
,							// Reserved for future use
,							// Reserved for future use
,							// Reserved for future use
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|","show-menu=home",,,0  		// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Solutions&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|","show-menu=solutions",,"",0
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Services&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|","show-menu=services",,"",0
,"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Contact&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;","show-menu=contact",,"",0
])

addmenu(menu=["home",,,220,1,"",style2,,"left",effect,,,,,,,,,,,,
,"Home Page","http://www.opensolutionsinc.com/default.htm",,,1
,"eServices Login","http://esupport.opensolutions.ca/",,,1
,"eMeeting Room","http://webdemo.osicrm.com//",,,1
,"ResQ User Forum","http://osi1.opensolutionsinc.com/resqforum/",,,1
,"Office Directions","http://www.opensolutionsinc.com/directions.htm",,,1
])

addmenu(menu=["solutions",,,220,1,"",style2,,"left",effect,,,,,,,,,,,,
,"ResQ Enterprise&#153; ","show-menu=resqenterprise",,,1
,"Professional Services","http://www.opensolutionsinc.com/resq_professional.htm",,,1
,"Artisoft TeleVantage&#153 6.0","http://www.opensolutionsinc.com/televantage.htm",,,1
,"Technical Support","show-menu=support2",,,1
])

addmenu(menu=["resqenterprise",,,220,1,"",style2,,"left",effect,,,,,,,,,,,,
,"Overview","http://www.opensolutionsinc.com/resqenterprise.htm",,,1
,"Sales Automation","http://www.opensolutionsinc.com/resq_sfa.htm",,,1
,"Service Dispatch","http://www.opensolutionsinc.com/resq_service.htm",,,1
,"Inventory","http://www.opensolutionsinc.com/resq_accounting.htm",,,1
,"Financials","http://www.opensolutionsinc.com/resq_accounting.htm",,,1
,"eServices Web Portal","http://www.opensolutionsinc.com/resq_eservices.htm",,,1
,"Architecture","http://www.opensolutionsinc.com/resq_architecture.htm",,,1
,"Request a Demo","http://www.opensolutionsinc.com/request_demo.htm",,,1
,"Case Studies","http://www.opensolutionsinc.com/casestudies.htm",,,1
,"Customer Analytics","http://www.opensolutionsinc.com/resq_analytics.htm",,,1
,"Reseller Inquiries","http://www.opensolutionsinc.com/resellopps.htm",,,1
,"ResQ User Forum","http://osi1.opensolutionsinc.com/resqforum/",,,1
,"Product Brochure","http://www.opensolutionsinc.com/news/Brochure_ResQ.pdf",,,1
])

addmenu(menu=["support",,,220,1,"",style2,,"left",effect,,,,,,,,,,,,
,"eSupport Login","http://esupport.opensolutions.ca/",,,1
,"WebInteractive Support","http://webdemo.opensolutionsinc.com/InteractiveDemo/GetHelp.asp",,,1
,"Contact Support","http://www.opensolutionsinc.com/contact.php",,,1
])

addmenu(menu=["services",,,220,1,"",style2,,"left",effect,,,,,,,,,,,,
,"Software Development","http://www.opensolutionsinc.com/development.htm",,,1
,"Project Management","http://www.opensolutionsinc.com/projectmgmt.htm",,,1
,"Consulting Services","http://www.opensolutionsinc.com/consulting.htm",,,1
,"Development Tools","http://www.opensolutionsinc.com/devtools.htm",,,1
,"Technical Support","show-menu=support2",,,1
])

addmenu(menu=["support2",,,220,1,"",style2,,"left",effect,,,,,,,,,,,,
,"eSupport Login","http://esupport.opensolutions.ca/",,,1
,"Contact Support","http://www.opensolutionsinc.com/contact.php",,,1
,"WebInteractive Support","http://webdemo.opensolutionsinc.com/InteractiveDemo/GetHelp.asp",,,1
,"ResQ User Forum","http://osi1.opensolutionsinc.com/resqforum/",,,1
])

addmenu(menu=["contact",,,220,1,"",style2,,"left",effect,,,,,,,,,,,,
,"Contact Us","http://www.opensolutionsinc.com/contact.php",,,1
,"Office Directions","http://www.opensolutionsinc.com/directions.htm",,,1
,"Feedback","http://www.opensolutionsinc.com/feedback.php",,,1
,"ResQ User Forum","http://osi1.opensolutionsinc.com/resqforum/",,,1
,"Corporate Information","http://www.opensolutionsinc.com/corporate.htm",,,1
,"Reseller Inquiries","http://www.opensolutionsinc.com/resellopps.htm",,,1
])

dumpmenus() // This must be the last line in this file