function Menulnx(){
htm=''
htm=htm+'<table id="tblMainBody" cellspacing=0 cellpadding=0 width=170 align=right style="cursor: hand">'
htm=htm+'<tr><td width="170" nowrap onClick="JavaScript:changeStatus(\'About\');" class=toplnk style="padding: 5 5 5 5;"><i>About Us</i><\/td><\/tr>'		
htm=htm+'<tr><td width=170 nowrap valign=top>'
htm=htm+'<table id="About" cellspacing=0 cellpadding=0 width=160 align=right>'
htm=htm+'<tr><td width=160 height=18 nowrap><a class=mainlnk href="../html/about.htm">&nbsp; &nbsp;About ICCDS</a><\/td><\/tr>'
htm=htm+'<tr><td width=160 height=18 nowrap><a class=mainlnk href="../html/about_1synergy.htm">&nbsp; &nbsp;ICC Synergy</a><\/td><\/tr>'
htm=htm+'<tr><td width=160 height=18 nowrap><a class=mainlnk href="../html/about_2concept.htm">&nbsp; &nbsp;Concept</a><\/td><\/tr>'
htm=htm+'<tr><td width=160 height=18 nowrap><a class=mainlnk href="../html/about_3advantages.htm">&nbsp; &nbsp;Advantages</a><\/td><\/tr>'
htm=htm+'<tr><td width=160 height=18 nowrap><a class=mainlnk href="../html/about_4why.htm">&nbsp; &nbsp;Biographies & Why ICCDS?</a><\/td><\/tr>'
htm=htm+'<tr><td width=160 height=18 class=nolnk>&nbsp; &nbsp;ICC FAQ<\/td><\/tr>'
htm=htm+'<tr><td width=160 height=18 nowrap><a class=mainlnk1 href="../html/about_5faq.htm">&nbsp; &nbsp; &nbsp;General</a><\/td><\/tr>'
htm=htm+'<tr><td width=160 height=18 nowrap><a class=mainlnk1 href="../html/about_5faq_appl.htm">&nbsp; &nbsp; &nbsp;Application Process</a><\/td><\/tr>'
//htm=htm+'<tr><td width=160 height=18 nowrap><a class=mainlnk href="ICCDS_Brochure_English.pdf" target="_blank">&nbsp; &nbsp;Brochure English</a><\/td><\/tr>'
//htm=htm+'<tr><td width=160 height=18 nowrap><a class=mainlnk href="ICCDS_Brochure_Arabic.pdf" target="_blank">&nbsp; &nbsp;Brochure Arabic</a><\/td><\/tr>'
htm=htm+'<\/table><\/td><\/tr>'
htm=htm+'<tr><td width="170" nowrap onClick="JavaScript:changeStatus(\'Investors\');" class=toplnk style="padding: 5 5 5 5;"><i>Investors</i><\/td><\/tr>'		
htm=htm+'<tr><td width=170 nowrap valign=top>'
htm=htm+'<table id="Investors" cellspacing=0 cellpadding=0 width=160 align=right>'
htm=htm+'<tr><td width=160 height=18 nowrap><a class=mainlnk href="../html/inv_1franchise.htm">&nbsp; &nbsp;Franchise Elements</a><\/td><\/tr>'
htm=htm+'<tr><td width=160 height=18 nowrap><a class=mainlnk href="../html/inv_2advantages.htm">&nbsp; &nbsp;Advantages</a><\/td><\/tr>'
htm=htm+'<tr><td width=160 height=18 nowrap><a class=mainlnk href="../html/inv_3terms.htm">&nbsp; &nbsp;Finance Terms</a><\/td><\/tr>'
htm=htm+'<tr><td width=160 height=18 nowrap><a class=mainlnk href="../html/inv_4attributes.htm">&nbsp; &nbsp;Franchise Attributes</a><\/td><\/tr>'
htm=htm+'<tr><td width=160 height=18 nowrap><a class=mainlnk href="../html/inv_5training.htm">&nbsp; &nbsp;Premier Training</a><\/td><\/tr>'
htm=htm+'<tr><td width=160 height=18 nowrap><a class=mainlnk href="../html/inv_6nextstep.htm">&nbsp; &nbsp;Next Step</a><\/td><\/tr>'
htm=htm+'<tr><td width=160 height=18 nowrap><a class=mainlnk href="../html/inv_7realestate.htm">&nbsp; &nbsp;Real Estate Criteria</a><\/td><\/tr>'
htm=htm+'<tr><td width=160 height=18 class=nolnk>&nbsp; &nbsp;Investors FAQ<\/td><\/tr>'
htm=htm+'<tr><td width=160 height=18 nowrap><a class=mainlnk1 href="../html/inv_8faq.htm">&nbsp; &nbsp; &nbsp;General</a><\/td><\/tr>'
htm=htm+'<tr><td width=160 height=18 nowrap><a class=mainlnk1 href="../html/inv_8faq_appl.htm">&nbsp; &nbsp; &nbsp;Qualification & Application</a><\/td><\/tr>'
htm=htm+'<tr><td width=160 height=18 nowrap><a class=mainlnk href="../html/inv_9apply.htm">&nbsp; &nbsp;Apply Online</a><\/td><\/tr>'

htm=htm+'<\/table><\/td><\/tr>'
htm=htm+'<tr><td width="170" nowrap onClick="JavaScript:changeStatus(\'Contact\');" class=toplnk style="padding: 5 5 5 5;"><i>Contact Us</i><\/td><\/tr>'		
htm=htm+'<tr><td width=170 nowrap valign=top>'
htm=htm+'<table id="Contact" cellspacing=0 cellpadding=0 width=160 align=right>'
htm=htm+'<tr><td width=160 height=18 nowrap><a class=mainlnk href="../html/contak_1information.htm">&nbsp; &nbsp;Contact Information</a><\/td><\/tr>'
htm=htm+'<tr><td width=160 height=18 nowrap><a class=mainlnk href="../html/contak_2international.htm">&nbsp; &nbsp;International Enquiries</a><\/td><\/tr>'
htm=htm+'<\/table><\/td><\/tr>'
htm=htm+'<\/table>'
inserthtml('menu',htm);
}