var mainmenu = new Menu(new Array(
	new MenuItem("Overview", "Default.htm", new Menu(new Array(
		new MenuItem("Why use Patent-Management.net?", "Default.htm#why")
	))),
	new MenuItem("Features", "features.htm", new Menu(new Array(
		new MenuItem("Web connectivity", "features.htm#web"),
		new MenuItem("Flexibility", "features.htm#flex"),
		new MenuItem("Case Management", "features.htm#case"),
		new MenuItem("Trifold view", "features.htm#trifold"),
		new MenuItem("Task Management", "features.htm#task"),
		new MenuItem("Online Calendar", "features.htm#calendar"),
		new MenuItem("Contact Management", "features.htm#contact"),
		new MenuItem("Invoicing & Accounting", "features.htm#invoice"),
		new MenuItem("Document Uploads", "features.htm#upload"),
		new MenuItem("Electronic Reminders", "features.htm#reminders"),
		new MenuItem("Web-based Email Program", "features.htm#email"),
		new MenuItem("Intelligent Permissions control", "features.htm#permissions"),
		new MenuItem("Comprehensive Searching", "features.htm#search")
	))),
	new MenuItem("Benefits", "benefits.htm"),
	new MenuItem("Technical Architecture", "architecture.htm", new Menu(new Array(
		new MenuItem("Client/Server Software", "architecture.htm#soft"),
		new MenuItem("SQL Queries", "architecture.htm#sql"),
		new MenuItem("Security", "architecture.htm#security")
	))),
	new MenuItem("About Us", "about.htm", new Menu(new Array(
		new MenuItem("OptiRoads", "about.htm#1"),
		new MenuItem("Mobile Location and Traffic Jam application", "about.htm#2"),
		new MenuItem("Traffic Signal Timings Optimization", "about.htm#3"),
		new MenuItem("OptiRetailChain", "about.htm#4"),
		new MenuItem("Real-Time Reservations", "about.htm#5"),
		new MenuItem("Contact information", "about.htm#info")
	))),
	new MenuItem("Registration", "registration.htm")
));


