// AddMenu( nLevel, TextLink, ImgNorm, ImgMO, Width, Height, URLSelf, URLMain, StatusBarTxt);

// ABOUT MENU
AddMenu( 1, "", "m-about.gif", "m-abouth.gif", 69, 18, "menu_about.html", "main.html", "About Sonometrics Corporation");
if(menuName=="About"){
	AddMenu( 2, "Corporate Values", "", "", 0, 0, "", "main.html#1", "Sonometrics Corporate Values");
	AddMenu( 2, "Company History", "", "", 0, 0, "", "main.html#2", "Sonometrics Company History");
	AddMenu( 2, "Future Development", "", "", 0, 0, "", "main.html#3", "Sonometrics Future Development");
	AddMenu( 2, "Client List", "", "", 0, 0, "", "aboutus_client.html", "Sonometrics Client List");
}

// PRODUCTS MENU
AddMenu( 1, "", "m-prod.gif", "m-prodh.gif", 70, 18, "menu_products.html", "products.html", "See Sonometrics Product Line");
if(menuName=="Products"){
	AddMenu( 3, "", "m-sonomi.gif", "", 97, 12, "", "", "");
	AddMenu( 2, "How it Works", "", "", 0, 0, "", "applications_how.html", "How Sonomicrometry Works");
	AddMenu( 2, "Why use it", "", "", 0, 0, "", "applications_why.html", "Why use Sonomicrometry");
	AddMenu( 2, "Hardware", "", "", 0, 0, "", "products_hardware.html", "Sonometrics Hardware");
	AddMenu( 2, "Crystals", "", "", 0, 0, "", "products_crystals.html", "Crystals");
	AddMenu( 2, "Cables/Connectors", "", "", 0, 0, "", "products_cables.html", "Cables and Connectors");
	AddMenu( 2, "Software Options", "", "", 0, 0, "", "products_software.html", "Software Options");
	//AddMenu( 3, "", "m-analys.gif", "", 103, 12, "", "", "");
	AddMenu( 3, "", "m-analy2.gif", "", 120, 12, "", "", "");
	AddMenu( 2, "CardioSOFT", "", "", 0, 0, "", "products_software.html", "CardioSOFT");
	AddMenu( 3, "", "m-servic.gif", "", 50, 12, "", "", "");
	AddMenu( 2, "Data Processing", "", "", 0, 0, "", "products_data.html", "Data Processing");
	AddMenu( 2, "On-Site Training", "", "", 0, 0, "", "products_training.html", "On-Site Training");
	AddMenu( 3, "", "m-devkit.gif", "", 102, 12, "", "", "");
	AddMenu( 2, "Device Driver Kits", "", "", 0, 0, "", "products_devicedriver.html", "Device Driver Kits");
	AddMenu( 2, "Software Kits", "", "", 0, 0, "", "products_softwarekits.html", "Software Kits");
}

// APPLICATIONS MENU
AddMenu( 1, "", "m-app.gif", "m-apph.gif", 93, 18, "menu_applications.html", "applications.html", "Applications");
if(menuName=="Applications"){
	AddMenu( 2, "Cardiac", "", "", 0, 0, "", "applications_cardiac.html", "Cardiac Applications");
	AddMenu( 2, "3D Applications", "", "", 0, 0, "", "applications_3d.html", "3D Applications");
	AddMenu( 2, "Gastro-Intestinal", "", "", 0, 0, "", "applications_gastrointestinal.html", "Gastro-Intestinal Applications");
	AddMenu( 2, "Biomechanics", "", "", 0, 0, "", "applications_mechanics.html", "Biomechanics Applications");
	AddMenu( 2, "Respiratory Mechanics", "", "", 0, 0, "", "applications_respiratory.html", "Respiratory Mechanics Applications");
	AddMenu( 2, "Vascular Biology", "", "", 0, 0, "", "applications_vascular.html", "Vascular Biology Applications");
	//AddMenu( 2, "Unique Applications", "", "", 0, 0, "", "applications_unique.html", "Unique Applications");
	AddMenu( 2, "Transgenic Studies", "", "", 0, 0, "", "applications_transgenic.html", "Transgenic Studies");
}

// SUPPORT MENU
AddMenu( 1, "", "m-supp.gif", "m-supph.gif", 63, 18, "menu_support.html", "support.html", "Support");
if(menuName=="Support"){
	AddMenu( 2, "FAQ's", "", "", 0, 0, "", "support_faq.html", "Frequently Asked Questions");
	AddMenu( 2, "Software Download", "", "", 0, 0, "", "support_softwaredownload.html", "Download Sonometrics Software Demos");
	AddMenu( 2, "Publications", "", "", 0, 0, "", "support_publications.html", "Publications");
	AddMenu( 2, "Submit Techniques", "", "", 0, 0, "", "support_submit.html", "Submit Techniques");
	AddMenu( 2, "Submit Questions", "", "", 0, 0, "", "support_submit.html", "Submit Questions");
	AddMenu( 2, "Customer Area", "", "", 0, 0, "", "support_customers.html", "Customer Area");
}

// NEWS MENU
AddMenu( 1, "", "m-news.gif", "m-newsh.gif", 103, 18, "menu_news.html", "news.html", "News and Events");
if(menuName=="News"){
	AddMenu( 2, "Newsletter", "", "", 0, 0, "", "news_newsletter.html", "Sonometrics Newsletter");
	AddMenu( 2, "Media Releases", "", "", 0, 0, "", "news_media.html", "Sonometrics Media Releases");
	AddMenu( 2, "Conferences", "", "", 0, 0, "", "news_upcoming.html", "Upcoming Conferences");
}

// CONTACT MENU
AddMenu( 1, "", "m-cont.gif", "m-conth.gif", 62, 18, "menu_contact.html", "contact.html", "Contact Sonometrics");
if(menuName=="Contact"){
	AddMenu( 2, "Distributors", "", "", 0, 0, "", "contact_distributors.html", "Contact Sonometrics Distributors");
}

// CAREERS MENU
AddMenu( 1, "", "m-careers.gif", "m-careersh.gif", 61, 18, "", "careers.html", "Career Opportunities with Sonometrics");

// SEARCH LINK
AddMenu( 1, "", "m-srch.gif", "m-srchh.gif", 112, 18, "", "sonosearch.html", "Search Sonometrics");

