/* --- menu items --- */

var MENU_ITEMS = 
[
	
['Home', 'http://www.onlinedb.com.au',  {'tw':'_parent','sw':50} ],		
['About Online dB', 'odb-pages/aboutodb.html',    {'tw':'home'},

	['About Us',           'odb-pages/about.html',         {'tw':'home'}],
	['Our Team',           'odb-pages/ourteam.html',       {'tw':'home'}],
/*	['Quality Clients',    'odb-pages/clientlist.html',    {'tw':'home'}],*/
	['Case Studies',       'odb-pages/casestudy.html',     {'tw':'home'}],
/*	['Testimonials',        'odb-pages/testimonials.html', {'tw':'home'}],*/
	['Partnership Profile','odb-pages/partnership.html',  {'tw':'home'}],
	['Privacy Policy','odb-pages/privacy.html',  {'tw':'home'}]

],
['Products & Services', 'odb-pages/prod&serv.html', {'tw':'home'} ,
	['Hosted Telephony', 'odb-pages/hosted.html', {'tw':'home'},
		['Single Office', 'odb-pages/single.html', {'tw':'home'}],
		['Multiple Offices', 'odb-pages/multi.html', {'tw':'home'}],
		['Informal Call Centre', 'odb-pages/informal.html', {'tw':'home'}]
	],
	['Phones', 'odb-pages/phones.html', {'tw':'home'}],
	['Services', 'odb-pages/services.html', {'tw':'home'}],
	['Online Database', 'odb-pages/odb1.html', {'tw':'home'}],
	
],
['News', 'odb-pages/news.html', {'tw':'home'},
	['Latest News', 'odb-pages/latest.html', {'tw':'home'}],
	['Quick Answers', 'odb-pages/quick.html', {'tw':'home'}],	
	['White Papers', 'odb-pages/white.html', {'tw':'home'}],
	['Events', 'odb-pages/events.html', {'tw':'home'}]

],


['Why Online dB', 'odb-pages/why.html', {'tw':'home'}],
['Contact Us', 'odb-pages/contact.html', {'tw':'home'}]
];

