var menu = "";
menu += "        <table cellspacing='0' class='c_tbl_top'><tr>\n";
menu += "            <td style='width:700px; vertical-align:bottom; padding:0px 20px 20px 40px;'>\n";
menu += "                <table cellspacing='0'><tr>\n";

arry = new Array('what_we_do','how_we_work','who_we_are','who_you_are','our_partners','contact_us');
wdth = new Array( 110        , 110         , 100        , 115         , 110          , 95);
for(n=1; n<7; n++) {
	if(    (this_file=='what_we_do'   && n==1)
		
		|| (this_file=='sub_Strengthening_Organizational_Culture'  && n==1)
		|| (this_file=='sub_Board_Development'  && n==1)
		|| (this_file=='sub_Team_Development'  && n==1)
		|| (this_file=='sub_Leading_Change'  && n==1)
		|| (this_file=='sub_Conflict_Intervention'  && n==1)
		|| (this_file=='sub_Business_Process_Improvement'  && n==1)
		|| (this_file=='sub_Managing_a_Family_Owned_Business'  && n==1)
		|| (this_file=='sub_Developing_Leaders_At_All_Levels'  && n==1)
		|| (this_file=='sub_Improving_Human_Performance'  && n==1)
		|| (this_file=='sub_Identifying_the_Issues'  && n==1)
		|| (this_file=='sub_Individual_Assessments'  && n==1)
		|| (this_file=='sub_Organizational_Assessments'  && n==1)
		|| (this_file=='sub_Creating_A_Preferred_Future'  && n==1)
		|| (this_file=='sub_Cultivating_Professional_Skills'  && n==1)
		|| (this_file=='sub_Managerial_Leadership_Certificate'  && n==1)
		|| (this_file=='sub_Advanced_Leadership_Certificate'  && n==1)
		|| (this_file=='sub_Class_and_Presentation_List'  && n==1)
		
		|| (this_file=='how_we_work'  && n==2)
		|| (this_file=='who_we_are'   && n==3)
		|| (this_file=='who_you_are'  && n==4)
		|| (this_file=='our_partners' && n==5)
		|| (this_file=='contact_us'   && n==6)
		) {
		menu += "                        <td class='c_rllvr_td' style='width:"+wdth[n-1]+"px; height:35px;'><img\n";
		menu += "                            id='i_m_"+n+"_off' class='c_rllvr_img_1'\n";
		menu += "                            src='img/m_"+n+"_off.jpg'\n";
		menu += "                            /><img id='i_m_"+n+"_ovr' class='c_rllvr_img_1'\n";
		menu += "                            src='img/m_"+n+"_ovr.jpg'\n";
		menu += "                            /><img id='i_m_"+n+"_ovr' class='c_rllvr_img_2'\n";
		menu += "                            onload=\"this.style.visibility='visible';\"\n";
		menu += "                            onclick=\"window.location.href='"+arry[n-1]+".shtml';\"\n";
		menu += "                            src='img/m_"+n+"_on.jpg' /></td>\n";
	} else {
		menu += "                        <td class='c_rllvr_td' style='width:"+wdth[n-1]+"px; height:35px;'\n";
		menu += "                            onmouseover=\"Q_rollover('i_m_"+n+"_off','i_m_"+n+"_ovr');\"\n";
		menu += "                            onmouseout =\"Q_rollover('i_m_"+n+"_ovr','i_m_"+n+"_off');\"><img\n";
		menu += "                            id='i_m_"+n+"_off' class='c_rllvr_img_1'\n";
		menu += "                            src='img/m_"+n+"_off.jpg'\n";
		menu += "                            onload=\"this.style.visibility='visible';\"\n";
		menu += "                            /><img id='i_m_"+n+"_ovr' class='c_rllvr_img_1'\n";
		menu += "                            src='img/m_"+n+"_ovr.jpg'\n";
		menu += "                            onclick=\"window.location.href='"+arry[n-1]+".shtml';\"\n";
		menu += "                            /><img id='i_m_"+n+"_ovr' class='c_rllvr_img_2'\n";
		menu += "                            src='img/m_"+n+"_on.jpg' /></td>\n";
	}
}

menu += "                </tr></table>\n";
menu += "            </td>\n";
menu += "            <td class='c_rllvr_td' style='width:240px; height:66px;'\n";
menu += "                onmouseover=\"Q_rollover('i_logo_off','i_logo_on' );\"\n";
menu += "                onmouseout =\"Q_rollover('i_logo_on' ,'i_logo_off');\"><img\n";
menu += "                id='i_logo_off' class='c_rllvr_img_1' src='img/logo_top_off.gif'\n";
menu += "                onload=\"this.style.visibility='visible';\" style='cursor:pointer;'\n";
menu += "                /><img id='i_logo_on' class='c_rllvr_img_2' src='img/logo_top_on.gif'\n";
menu += "                onclick=\"window.location.href='index.shtml';\" style='cursor:pointer;' /></td>\n";
menu += "        </tr></table>\n";
document.write(menu);
//document.getElementById('i_menu').value = menu;
