function mtdCreateMenu(){
	var html = "";
	var blnHome = (mstrHighlightItem == "HOME" ? "true" : "false");
	var blnAboutCardiomed = (mstrHighlightItem == "ABOUT_CARDIOMED" ? "true" : "false");
    var blnOurServices = (mstrHighlightItem == "OUR_SERVICES" ? "true" : "false");
    var blnManagement = (mstrHighlightItem == "MANAGEMENT" ? "true" : "false");
	var blnInfo = (mstrHighlightItem == "INFO" ? "true" : "false");
	var blnTalk = (mstrHighlightItem == "TALK" ? "true" : "false");
	var blnContact = (mstrHighlightItem == "CONTACT" ? "true" : "false");

html += "<table cellpadding='0' cellspacing='0' border='0'>";

html += "<tr>";
html += "<td>";

	html += "<table cellpadding='0' cellspacing='0' border='0'>";
	// Header
	html += "<tr>";
	html += "<td>";
	html += "<img src='../Menuimg/menu_19.gif'></img>";
	html += "</td>";
	html += "</tr>";
	// Home
	html += "<tr>";
	html += "<td id=\"HOME\" name=\"HOME\" onmouseover='mtdOnMenuItemMouseEnter(event, this, null, true, " + blnHome + ")' onmouseout='mtdOnMenuItemMouseExit(event, this, null, true, " + blnHome + ")'>";
	html += "<a href=\"home_" + mstrLang + ".html\" ><img src='../MenuImg/menu_28_" + (blnHome == "true" ? "o_" + mstrLang : mstrLang) + ".gif' border=0></img></a>";
	html += "</td>";
	html += "</tr>";	
	// Spacer 01
	html += "<tr>";
	html += "<td>";
	html += "<img src='../Menuimg/menu_37.gif'></img>";
	html += "</td>";
	html += "</tr>";
	// About CadioMed
	html += "<tr>";
	html += "<td id=\"ABOUT_CARDIOMED\" name=\"ABOUT_CARDIOMED\" onmouseover='mtdOnMenuItemMouseEnter(event, this, \"ABOUT_SUB_MENU\", true, " + blnAboutCardiomed + ")' onmouseout='mtdOnMenuItemMouseExit(event, this, \"ABOUT_SUB_MENU\", true, " + blnAboutCardiomed + ")'>";
	html += "<a href=#><img src='../MenuImg/menu_46_" + (blnAboutCardiomed == "true" ? "o_" + mstrLang : mstrLang) + ".gif' border=0></img></a>";
	html += "</td>";
	html += "</tr>";
    // Spacer 02
	html += "<tr>";
	html += "<td>";
	html += "<img src='../Menuimg/menu_55.gif'></img>";
	html += "</td>";
	html += "</tr>";
    // Our Services
	html += "<tr>";
	html += "<td id=\"OUR_SERVICES\" name=\"OUR_SERVICES\" onmouseover='mtdOnMenuItemMouseEnter(event, this, \"SERVICES_SUB_MENU\", true, " + blnOurServices + ")' onmouseout='mtdOnMenuItemMouseExit(event, this, \"SERVICES_SUB_MENU\", true, " + blnOurServices + ")'>";
	html += "<a href=#><img src='../MenuImg/menu_64_" + (blnOurServices == "true" ? "o_" + mstrLang : mstrLang) + ".gif' border=0></img></a>";
	html += "</td>";
	html += "</tr>";
    // Spacer 03
	html += "<tr>";
	html += "<td>";
	html += "<img src='../Menuimg/menu_73.gif'></img>";
	html += "</td>";
	html += "</tr>";
	// Disease Infomation
	html += "<tr>";
	html += "<td id=\"INFO\" name=\"INFO\" onmouseover='mtdOnMenuItemMouseEnter(event, this, \"INFO_SUB_MENU\", true, " + blnInfo + ")' onmouseout='mtdOnMenuItemMouseExit(event, this, \"INFO_SUB_MENU\", true, " + blnInfo + ")'>";
	html += "<a href=#><img src='../MenuImg/menu_100_" + (blnInfo == "true" ? "o_" + mstrLang : mstrLang) + ".gif' border=0></img></a>";
	html += "</td>";
	html += "</tr>";
    // Spacer 03
	html += "<tr>";
	html += "<td>";
	html += "<img src='../Menuimg/menu_91.gif'></img>";
	html += "</td>";
	html += "</tr>";	
	// Health Talk
	html += "<tr>";
	html += "<td id=\"TALK\" name=\"TALK\" onmouseover='mtdOnMenuItemMouseEnter(event, this, \"TALK_SUB_MENU\", true, " + blnTalk + ")' onmouseout='mtdOnMenuItemMouseExit(event, this, \"TALK_SUB_MENU\", true, " + blnTalk + ")'>";
	html += "<a href=\"../health_talk/health_talk_" + mstrLang + ".html\"><img src='../MenuImg/menu_118_" + (blnTalk == "true" ? "o_" + mstrLang : mstrLang) + ".gif' border=0></img></a>";
	html += "</td>";
	html += "</tr>";
    // Spacer 05
	html += "<tr>";
	html += "<td>";
	html += "<img src='../Menuimg/menu_127.gif'></img>";
	html += "</td>";
	html += "</tr>";
	// Contact Us
	html += "<tr>";
	html += "<td id=\"CONTACT\" name=\"CONTACT\" onmouseover='mtdOnMenuItemMouseEnter(event, this, \"CONTACT_SUB_MENU\", true, " + blnContact + ")' onmouseout='mtdOnMenuItemMouseExit(event, this, \"CONTACT_SUB_MENU\", true, " + blnContact + ")'>";
	html += "<a href=\"contact_us_" + mstrLang + ".html\"><img src='../MenuImg/menu_136_" + (blnContact == "true" ? "o_" + mstrLang : mstrLang) + ".gif' border=0></img></a>";
	html += "</td>";
	html += "</tr>";
    // Footer
	html += "<tr>";
	html += "<td>";
	html += "<img src='../Menuimg/menu_145.gif'></img>";
	html += "</td>";
	html += "</tr>";



html += "</td>";


// creating submenu

html += "<td valign='top'>";
	html += "<div style='position: absolute;'>";


	// About Cardiomed Sub Menu
	html += "<table id='ABOUT_SUB_MENU' name='ABOUT_SUB_MENU' onmouseout='mtdOnMenuBarExit(event, this, false)' style='position: absolute; top: -165; left: 143; visibility: hidden; display: none' cellpadding='0' cellspacing='0' border='0'>";
	// Company Background
	html += "<tr>";
	html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<a href=\"company_background_" + mstrLang + ".html\"><img src='../MenuImg/SubMenu_about_53_" + mstrLang + ".gif' border=0></img></a>";
	 html += "</td>";
    html += "<tr>";
    html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<img src='../MenuImg/spacer.gif' width=10 height=1 border=0></img>";
	html += "</td>";
	html += "</tr>";
	// Our Environment
	html += "<tr>";
	html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<a href=\"our_environment_" + mstrLang + ".html\"><img src='../MenuImg/SubMenu_about_73_" + mstrLang + ".gif' border=0></img></a>";
    html += "</td>";
    html += "<tr>";
    html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<img src='../MenuImg/spacer.gif' width=10 height=1 border=0></img>";
	html += "</td>";
	html += "</tr>";
	// Location Map
	html += "<tr>";
	html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<a href=\"location_map_" + mstrLang + ".html\"><img src='../MenuImg/SubMenu_about_93_" + mstrLang + ".gif' border=0></img></a>";
    html += "</td>";
    html += "<tr>";
    html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<img src='../MenuImg/spacer.gif' width=10 height=1 border=0></img>";
	html += "</td>";
	html += "</tr>";	
	// Appointment
	html += "<tr>";
	html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<a href=\"appointment_" + mstrLang + ".html\"><img src='../MenuImg/SubMenu_about_113_" + mstrLang + ".gif' border=0></img></a>";
    html += "</td>";
    html += "<tr>";
    html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<img src='../MenuImg/spacer.gif' width=10 height=1 border=0></img>";
	html += "</td>";
	html += "</tr>";


    // Our Services
	html += "<table id='SERVICES_SUB_MENU' name='SERVICES_SUB_MENU' onmouseout='mtdOnMenuBarExit(event, this, false)' style='position: absolute; top: -136; left: 143; visibility: hidden; display: none' cellpadding='0' cellspacing='0' border='0'>";
	// Medical Consultations
	html += "<tr>";
	html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<a href=\"medical_consultations_" + mstrLang + ".html\"><img src='../MenuImg/SubMenu_services_58_" + mstrLang + ".gif' border=0></img></a>";
	 html += "</td>";
    html += "<tr>";
    html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<img src='../MenuImg/spacer.gif' width=10 height=1 border=0></img>";
	html += "</td>";
	html += "</tr>";
	// CT Angiogram
	html += "<tr>";
	html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<a href=\"ct_" + mstrLang + ".html\"><img src='../MenuImg/SubMenu_services_300_" + mstrLang + ".gif' border=0></img></a>";
    html += "</td>";
    html += "<tr>";
    html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<img src='../MenuImg/spacer.gif' width=10 height=1 border=0></img>";
	html += "</td>";
	html += "</tr>";
	// Electrocardiogram (ECG)/ Exercise Tolerance Test
	html += "<tr>";
	html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<a href=\"ecg_ett_" + mstrLang + ".html\"><img src='../MenuImg/SubMenu_services_76_" + mstrLang + ".gif' border=0></img></a>";
    html += "</td>";
    html += "<tr>";
    html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<img src='../MenuImg/spacer.gif' width=10 height=1 border=0></img>";
	html += "</td>";
	html += "</tr>";
	// Echocardiogram/ Stress Echocardiogram
	html += "<tr>";
	html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<a href=\"Stress_ECHO_" + mstrLang + ".html\"><img src='../MenuImg/SubMenu_services_94_" + mstrLang + ".gif' border=0></img></a>";
    html += "</td>";
    html += "<tr>";
    html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<img src='../MenuImg/spacer.gif' width=10 height=1 border=0></img>";
	html += "</td>";
	html += "</tr>";	
	// Ambulatory Electrocardiography (Holter Monitoring / Event Recorder)
	html += "<tr>";
	html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<a href=\"ambulatory_" + mstrLang + ".html\"><img src='../MenuImg/SubMenu_services_112_" + mstrLang + ".gif' border=0></img></a>";
    html += "</td>";
    html += "<tr>";
    html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<img src='../MenuImg/spacer.gif' width=10 height=1 border=0></img>";
	html += "</td>";
	html += "</tr>";
	// 24-hour Blood Pressure Monitoring
	html += "<tr>";
	html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<a href=\"24_hr_mon_" + mstrLang + ".html\"><img src='../MenuImg/SubMenu_services_130_" + mstrLang + ".gif' border=0></img></a>";
    html += "</td>";
    html += "<tr>";
    html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<img src='../MenuImg/spacer.gif' width=10 height=1 border=0></img>";
	html += "</td>";
	html += "</tr>";	
	// Vascular Ultrasound 
	html += "<tr>";
	html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<a href=\"vascular_ultrasound_" + mstrLang + ".html\"><img src='../MenuImg/SubMenu_services_148_" + mstrLang + ".gif' border=0></img></a>";
    html += "</td>";
    html += "<tr>";
    html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<img src='../MenuImg/spacer.gif' width=10 height=1 border=0></img>";
	html += "</td>";
	html += "</tr>";
	html += "</div>";
    // Hypertension Plan
	html += "<tr>";
	html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<a href=\"hypertension_" + mstrLang + ".html\"><img src='../MenuImg/SubMenu_services_166_" + mstrLang + ".gif' border=0></img></a>";
    html += "</td>";
    html += "<tr>";
    html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<img src='../MenuImg/spacer.gif' width=10 height=1 border=0></img>";
	html += "</td>";
	html += "</tr>";
    // 12-Week Cardiac Rehabilitation Program
	html += "<tr>";
	html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<a href=\"12_weeks_" + mstrLang + ".html\"><img src='../MenuImg/SubMenu_services_400_" + mstrLang + ".gif' border=0></img></a>";
	html += "</td>";
    html += "<tr>";
    html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<img src='../MenuImg/spacer.gif' width=10 height=1 border=0></img>";
	html += "</td>";
	html += "</tr>";
    // Health Check
	html += "<tr>";
	html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<a href=\"health_check_" + mstrLang + ".html\"><img src='../MenuImg/SubMenu_services_500_" + mstrLang + ".gif' border=0></img></a>";
	html += "</td>";
    html += "<tr>";
    html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<img src='../MenuImg/spacer.gif' width=10 height=1 border=0></img>";
	html += "</td>";
	html += "</tr>";
	// Advanced Heart Protection Plan
	// html += "<tr>";
	// html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	// html += "<a href=\"advances_heart_" + mstrLang + ".html\"><img src='../MenuImg/SubMenu_services_184_" + mstrLang + ".gif' border=0></img></a>";
    // html += "</td>";
    // html += "<tr>";
    // html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	// html += "<img src='../MenuImg/spacer.gif' width=10 height=1 border=0></img>";
	// html += "</td>";
	
	// Disease Information
	html += "<table id='INFO_SUB_MENU' name='INFO_SUB_MENU' onmouseout='mtdOnMenuBarExit(event, this, false)' style='position: absolute; top: -106; left: 143; visibility: hidden; display: none' cellpadding='0' cellspacing='0' border='0'>";
	// Hypertension
	html += "<tr>";
	html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<a href=\"info_hypertension_" + mstrLang + ".html\"><img src='../MenuImg/SubMenu_Info_58_" + mstrLang + ".gif' border=0></img></a>";
	html += "</td>";
    html += "<tr>";
    html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<img src='../MenuImg/spacer.gif' width=10 height=1 border=0></img>";
	html += "</td>";
	html += "</tr>";
    // Coronary Artery Disease
	html += "<tr>";
	html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<a href=\"info_coronary_artery_" + mstrLang + ".html\"><img src='../MenuImg/SubMenu_Info_76_" + mstrLang + ".gif' border=0></img></a>";
	html += "</td>";
    html += "<tr>";
    html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<img src='../MenuImg/spacer.gif' width=10 height=1 border=0></img>";
	html += "</td>";
	html += "</tr>";
    // Heart Valve Disease
	html += "<tr>";
	html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<a href=\"info_heart_valve_" + mstrLang + ".html\"><img src='../MenuImg/SubMenu_Info_94_" + mstrLang + ".gif' border=0></img></a>";
	html += "</td>";
    html += "<tr>";
    html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<img src='../MenuImg/spacer.gif' width=10 height=1 border=0></img>";
	html += "</td>";
	html += "</tr>";    
	// Heart Failure
	html += "<tr>";
	html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<a href=\"info_heart_failure_" + mstrLang + ".html\"><img src='../MenuImg/SubMenu_Info_112_" + mstrLang + ".gif' border=0></img></a>";
	html += "</td>";
    html += "<tr>";
    html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<img src='../MenuImg/spacer.gif' width=10 height=1 border=0></img>";
	html += "</td>";
	html += "</tr>";
	// Abnormal Heart Rhythms
	html += "<tr>";
	html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<a href=\"info_abnormal_" + mstrLang + ".html\"><img src='../MenuImg/SubMenu_Info_130_" + mstrLang + ".gif' border=0></img></a>";
	html += "</td>";
    html += "<tr>";
    html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<img src='../MenuImg/spacer.gif' width=10 height=1 border=0></img>";
	html += "</td>";
	html += "</tr>";
	// Cardiomyopathy
	html += "<tr>";
	html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<a href=\"info_cardiomyopathy_" + mstrLang + ".html\"><img src='../MenuImg/SubMenu_Info_148_" + mstrLang + ".gif' border=0></img></a>";
	html += "</td>";
    html += "<tr>";
    html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<img src='../MenuImg/spacer.gif' width=10 height=1 border=0></img>";
	html += "</td>";
	html += "</tr>";
	// Aorta Disease
	html += "<tr>";
	html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<a href=\"info_aorta_" + mstrLang + ".html\"><img src='../MenuImg/SubMenu_Info_166_" + mstrLang + ".gif' border=0></img></a>";
	html += "</td>";
    html += "<tr>";
    html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<img src='../MenuImg/spacer.gif' width=10 height=1 border=0></img>";
	html += "</td>";
	html += "</tr>";
	// Carotid Artery Disease - Stroke Prevention
	html += "<tr>";
	html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<a href=\"info_carotid_artery_" + mstrLang + ".html\"><img src='../MenuImg/SubMenu_Info_184_" + mstrLang + ".gif' border=0></img></a>";
	html += "</td>";
    html += "<tr>";
    html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<img src='../MenuImg/spacer.gif' width=10 height=1 border=0></img>";
	html += "</td>";
	html += "</tr>";
	// Peripheral Vascular Disease
	html += "<tr>";
	html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<a href=\"info_peripheral_" + mstrLang + ".html\"><img src='../MenuImg/SubMenu_Info_202_" + mstrLang + ".gif' border=0></img></a>";
	html += "</td>";
    html += "<tr>";
    html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<img src='../MenuImg/spacer.gif' width=10 height=1 border=0></img>";
	html += "</td>";
	html += "</tr>";
	// Congenital Heart Disease
	html += "<tr>";
	html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<a href=\"info_congenital_heart_" + mstrLang + ".html\"><img src='../MenuImg/SubMenu_Info_220_" + mstrLang + ".gif' border=0></img></a>";
	html += "</td>";
    html += "<tr>";
    html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<img src='../MenuImg/spacer.gif' width=10 height=1 border=0></img>";
	html += "</td>";
	html += "</tr>";
	// Cardiovascular Risk Assessment and Prevention (e.g. hyperlipidemia)
	html += "<tr>";
	html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<a href=\"info_cardiovascular_risk_" + mstrLang + ".html\"><img src='../MenuImg/SubMenu_Info_238_" + mstrLang + ".gif' border=0></img></a>";
	html += "</td>";
    html += "<tr>";
    html += "<td onmouseover='mtdOnMenuItemMouseEnter(event, this, null, false)' onmouseout='mtdOnMenuItemMouseExit(event, this, null, false)'>";
	html += "<img src='../MenuImg/spacer.gif' width=10 height=1 border=0></img>";
	html += "</td>";
	html += "</tr>";

	
	
	
	
	html += "</div>";

	
html += "</td>";
html += "</tr>";
html += "</table>";


	document.write(html);
}

mtdCreateMenu();

function mtdOnMenuItemMouseEnter(e, aobjElement, astrSubMenu, ablnIsRoot, ablnIsHighlight){
	var img = aobjElement.getElementsByTagName("IMG")[0].src;
	img = img.substring(0, img.indexOf("_", img.indexOf("_")+1)) + "_o" + img.substring(img.indexOf("_", img.indexOf("_")+1), img.length);
	if (!ablnIsHighlight){
		aobjElement.getElementsByTagName("IMG")[0].src = img;
	}

	if (astrSubMenu == null || astrSubMenu == "") return;

	var objSubMenu = document.getElementById(astrSubMenu);
	if (objSubMenu == null) return;
	objSubMenu.style.visibility = "visible";
	objSubMenu.style.display = "inline";
}

function mtdOnMenuItemMouseExit(e, aobjElement, astrSubMenu, ablnIsRoot, ablnIsHighlight){
	var img = aobjElement.getElementsByTagName("IMG")[0].src;
	img = img.replace(/_o/g, '');
	if (!ablnIsHighlight){
		aobjElement.getElementsByTagName("IMG")[0].src = img;
	}

	var objSubMenu = null;
	if (astrSubMenu != null && astrSubMenu != ""){
		objSubMenu = document.getElementById(astrSubMenu);
	}

	var mouseX, mouseY, subMenuLeft, subMenuTop;
	if (e.pageX || e.pageY){
		mouseX = e.pageX - e.relatedTarget.offsetLeft;
		mouseY = e.pageY - e.relatedTarget.offsetTop;
	}else{
		mouseX = e.x;
		mouseY = e.y;
	}

	if (objSubMenu != null){
		if (e.toElement){
			if (!mtdContainElement(objSubMenu, e.toElement, e.toElement.tagName)){
				objSubMenu.style.visibility = "hidden";
				objSubMenu.style.display = "none";
			}
		}else{
			if (!mtdContainElement(objSubMenu, e.relatedTarget, e.relatedTarget.tagName)){
				objSubMenu.style.visibility = "hidden";
				objSubMenu.style.display = "none";
			}
		}
		/*
		if (!mtdHitChildMenuBar(mouseX, mouseY, objSubMenu.parentNode.offsetTop, objSubMenu.parentNode.offsetLeft)){
			objSubMenu.style.visibility = "hidden";
			objSubMenu.style.display = "none";
		}
		*/
	}
}

function mtdContainElement(aobjContainer, aobjElement, aobjTag){
	if (aobjContainer == null || aobjElement == null) return false;
	if (aobjContainer.getElementsByTagName(aobjTag) == null || aobjContainer.getElementsByTagName(aobjTag).length <= 0) return false;

	var i;
	var elmList = aobjContainer.getElementsByTagName(aobjTag);
	for (i=0; i<=elmList.length; i++){
		if (elmList[i] == aobjElement) return true;
	}
	return false;
}

function mtdOnMenuBarExit(e, aobjElement, ablnRoot){
		if (!ablnRoot){
				if (aobjElement.contains){
					//if (!aobjElement.contains(e.toElement)){
					if (e.toElement == null || !mtdContainElement(aobjElement, e.toElement, e.toElement.tagName)){
						aobjElement.style.visibility = "hidden";
						aobjElement.style.display = "none";
					}
				}else{
					if (!mtdContainElement(aobjElement, e.relatedTarget, e.relatedTarget.tagName)){
						aobjElement.style.visibility = "hidden";
						aobjElement.style.display = "none";
					}
				}
		}
}

function mtdHitChildMenuBar(amouseX, amouseY, aMenuTop, aMenuLeft){
//alert(amouseX + ", " + aMenuLeft);
	if (parseInt(amouseX) < parseInt(aMenuLeft)){
//window.status = false;
		return false;
	}
	if (parseInt(amouseY) < parseInt(aMenuTop)){
//window.status = false;
		return false;
	}

//alert( true + ", " + amouseX + ", " + aMenuLeft);
	return true;
}

