
		var home = new menuItem('home', 'Home', 'http://atcormedical.com/index.html');
		var products = new menuItem('products', 'Products', 'http://atcormedical.com/sphygmocor.html');
		var clinicians = new menuItem('clinicians', 'Clinicians', 'http://atcormedical.com/clinicians.html');
		var patients = new menuItem('patients', 'Patients', 'http://atcormedical.com/patients.html');
		var researchers = new menuItem('researchers', 'Researchers', 'http://atcormedical.com/researchers.html');
		var investors = new menuItem('investors', 'Investors', 'http://atcormedical.com/analysts_reports.html');
		var support = new menuItem('support', 'Support', 'http://atcormedical.com/support.html');
		var company = new menuItem('company', 'Company', 'http://atcormedical.com/company_profile.html');
		var news = new menuItem('news', 'News', 'http://atcormedical.com/news_2010.html');
		
		products.addSubMenuItem('SphygmoCor Technology', 'http://atcormedical.com/sphygmocor.html');
		products.addSubMenuItem('SphygmoCor CP', 'http://atcormedical.com/sphygmocor_px.html');
		products.addSubMenuItem('SphygmoCor CPV and CPVH', 'http://atcormedical.com/sphygmocor_vx.html');
		//products.addSubMenuItem('Heart Rate Variability', 'http://atcormedical.com/sphygmocor_hrv.html');
		products.addSubMenuItem('SphygmoCor CPM', 'http://atcormedical.com/sphygmocor_mx.html');
		
		clinicians.addSubMenuItem('Clinical Users Guide', 'http://atcormedical.com/users_guide.html');
		clinicians.addSubMenuItem('Wave Reflection Tutorials', 'http://atcormedical.com/wave_reflection.html');
		clinicians.addSubMenuItem('Publications', 'http://atcormedical.com/publications.html');
		clinicians.addSubMenuItem('Hypertension', 'http://atcormedical.com/hypertension.html');
		clinicians.addSubMenuItem('Heart Failure', 'http://atcormedical.com/heart_failure.html');
		clinicians.addSubMenuItem('Renal', 'http://atcormedical.com/renal.html');
		clinicians.addSubMenuItem('Diabetes', 'http://atcormedical.com/diabetes.html');
		clinicians.addSubMenuItem('CV Risk', 'http://atcormedical.com/cv_risk.html');
		clinicians.addSubMenuItem('Pregnancy', 'http://atcormedical.com/pregnancy.html');
		
		researchers.addSubMenuItem('Pharmaceutical Clinical Trials', 'http://atcormedical.com/pharma_clinical_trials.html');
		researchers.addSubMenuItem('Overview Article', 'http://atcormedical.com/overview.html');
		researchers.addSubMenuItem('More Information', 'http://atcormedical.com/information.html');
		
		investors.addSubMenuItem('Analysts\' Reports', 'http://atcormedical.com/analysts_reports.html');
		investors.addSubMenuItem('Annual Reports', 'http://atcormedical.com/annual_reports.html');
		investors.addSubMenuItem('Board Charters', 'http://atcormedical.com/board_charters.html');
		investors.addSubMenuItem('Shareholder Information', 'https://www.linkmarketservices.com.au/public/investors/login.html?issuer=ACG');
		investors.addSubMenuItem('ASX Announcements', 'http://www.asx.com.au/asx/research/companyInfo.do?by=asxCode&asxCode=acg#headlines');
		investors.addSubMenuItem('AtCor Share Price', 'http://www.asx.com.au/asx/markets/equityPrices.do?by=asxCodes&asxCodes=acg');
		
		support.addSubMenuItem('FAQ', 'http://atcormedical.com/faq.html');
		support.addSubMenuItem('Request Support', 'http://atcormedical.com/request_support.html');
		support.addSubMenuItem('Downloads', 'http://atcormedical.com/downloads.html');
		support.addSubMenuItem('Manuals', 'http://atcormedical.com/manuals.html');
		support.addSubMenuItem('Technical Notes', 'http://atcormedical.com/technical_notes.html');
		support.addSubMenuItem('Product Registration', 'http://atcormedical.com/registration.html');
		support.addSubMenuItem('Customer Survey/Feedback', 'http://atcormedical.com/survey.html');
		support.addSubMenuItem('Advisory Notices', 'http://atcormedical.com/advisory.html');
		
		company.addSubMenuItem('Company Profile', 'http://atcormedical.com/company_profile.html');
		company.addSubMenuItem('Directors', 'http://atcormedical.com/directors.html');
		company.addSubMenuItem('Management', 'http://atcormedical.com/management.html');
		company.addSubMenuItem('Exhibitions & Conferences', 'http://atcormedical.com/exhibitions.html');
		company.addSubMenuItem('International Distribution', 'http://atcormedical.com/distribution.html');
		company.addSubMenuItem('Contact Us', 'http://atcormedical.com/contact.html');
		company.addSubMenuItem('Regulatory/QA', 'http://atcormedical.com/regulatory.html');
		
		news.addSubMenuItem('News 2010', 'http://atcormedical.com/news_2010.html');
		news.addSubMenuItem('News 2009', 'http://atcormedical.com/news_2009.html');
		news.addSubMenuItem('News 2008', 'http://atcormedical.com/news_2008.html');
		news.addSubMenuItem('News 2007', 'http://atcormedical.com/news_2007.html');
		news.addSubMenuItem('News 2006', 'http://atcormedical.com/news_2006.html');
		news.addSubMenuItem('News Archive', 'http://atcormedical.com/news_archive.html');
		