<!--
function isCurrentSection(sectionID)
{
	var currURL = document.location.href;
	defaultOutput = false;
	
	if (sectionID == 'home'      && (currURL.indexOf("index.html"    ) != -1 || currURL.indexOf("index_"    ) != -1)) { return true;}
	if (sectionID == 'why'       && (currURL.indexOf("why.html"      ) != -1 || currURL.indexOf("why_"      ) != -1)) { return true;}
	if (sectionID == 'solutions' && (currURL.indexOf("solutions.html") != -1 || currURL.indexOf("solutions_") != -1)) { return true;}
	if (sectionID == 'sucesses'  && (currURL.indexOf("successes.html") != -1 || currURL.indexOf("successes_") != -1)) { return true;}
	if (sectionID == 'clients'   && (currURL.indexOf("clients.html"  ) != -1 || currURL.indexOf("clients_"  ) != -1)) { return true;}
	if (sectionID == 'company'   && (currURL.indexOf("company.html"  ) != -1 || currURL.indexOf("company_"  ) != -1)) { return true;}
	if (sectionID == 'contact'   && (currURL.indexOf("contact.html"  ) != -1 || currURL.indexOf("contact_"  ) != -1)) { return true;}
	
	return defaultOutput;
	
}


function nav_highlight()
{
	if (isCurrentSection('home'     )) {  MM_swapImage('nav_home'     ,'','images/menu/btn_home_on.gif'     ,1); }
	if (isCurrentSection('why'      )) {  MM_swapImage('nav_why'      ,'','images/menu/btn_why_on.gif'      ,1); }
	if (isCurrentSection('solutions')) {  MM_swapImage('nav_solutions','','images/menu/btn_solutions_on.gif',1); }
	if (isCurrentSection('sucesses' )) {  MM_swapImage('nav_sucesses' ,'','images/menu/btn_sucesses_on.gif' ,1); }
	if (isCurrentSection('clients'  )) {  MM_swapImage('nav_clients'  ,'','images/menu/btn_clients_on.gif'  ,1); }
	if (isCurrentSection('company'  )) {  MM_swapImage('nav_company'  ,'','images/menu/btn_company_on.gif'  ,1); }
	if (isCurrentSection('contact'  )) {  MM_swapImage('nav_contact'  ,'','images/menu/btn_contact_on.gif'  ,1); }
}


function subnav_rowOver(objRow)
{
	objRow.style.background = '#0576BA';
	objRow.style.color      = '#FFFFFF';
	objRow.style.cursor     = 'hand';
}

function subnav_rowOut(objRow)
{
	objRow.style.background = '#E5F6FE';
	objRow.style.color      = '#000000';
	objRow.style.cursor     = 'auto';
}

function subnav_showLayer(sectionID)
{
	subnav_clearHide();
	MM_showHideLayers('subnav_' + sectionID,'','show');
	MM_swapImage('nav_' + sectionID,'','images/menu/btn_'+sectionID+'_on.gif',1);
}

function subnav_hideLayer(sectionID,timeout)
{
	delayhide = setTimeout("MM_showHideLayers('subnav_"+sectionID+"','','hide'); MM_swapImgRestore(); nav_highlight();", timeout);
}

function subnav_clearHide()
{
	if (window.delayhide)
	{
		clearTimeout(delayhide);
	}
}

function subnav_hideAllLayers()
{
	MM_showHideLayers('subnav_solutions','','hide');
	MM_showHideLayers('subnav_company'  ,'','hide');
	
	if (!isCurrentSection('solutions')) MM_swapImage('nav_solutions','','images/menu/btn_solutions.gif',1);  
	if (!isCurrentSection('company'))   MM_swapImage('nav_company'  ,'','images/menu/btn_company.gif'  ,1);  
	
	
}

function subnav_initLayers()
{
	// Load Sub-Navigation Menu for SOLUTION section
	document.write('<div id="subnav_solutions" style="position:absolute; top:90px; left:525px; z-index:5; visibility: hidden;">');
	document.write('<table cellpadding="0" cellspacing="0" border="0" bgcolor="#E5F6FE" onMouseOver="subnav_showLayer(\'solutions\')" onMouseOut="subnav_hideLayer(\'solutions\',700)">');
	document.write('<tr onMouseOver="subnav_rowOver(this);" onMouseOut="subnav_rowOut(this);" onClick="window.location = \'solutions.html\'              ;"><td height="17" width="15"><img src="images/spacer.gif" border="0"></td><td height="17" class="text8pt">Overview                                           </td><td height="17" width="13"><img src="images/spacer.gif" border="0"></td></tr><tr><td colspan="3" height="2" bgcolor="#A9ADB0"><img src="images/spacer.gif" border="0"></td></tr>');
	document.write('<tr onMouseOver="subnav_rowOver(this);" onMouseOut="subnav_rowOut(this);" onClick="window.location = \'solutions_market.html\'       ;"><td height="17" width="15"><img src="images/spacer.gif" border="0"></td><td height="17" class="text8pt">Market Entry Research & Consulting                 </td><td height="17" width="13"><img src="images/spacer.gif" border="0"></td></tr><tr><td colspan="3" height="2" bgcolor="#A9ADB0"><img src="images/spacer.gif" border="0"></td></tr>');
	document.write('<tr onMouseOver="subnav_rowOver(this);" onMouseOut="subnav_rowOut(this);" onClick="window.location = \'solutions_establishment.html\';"><td height="17" width="15"><img src="images/spacer.gif" border="0"></td><td height="17" class="text8pt">Business Establishment & Executive Recruiting      </td><td height="17" width="13"><img src="images/spacer.gif" border="0"></td></tr><tr><td colspan="3" height="2" bgcolor="#A9ADB0"><img src="images/spacer.gif" border="0"></td></tr>');
	document.write('<tr onMouseOver="subnav_rowOver(this);" onMouseOut="subnav_rowOut(this);" onClick="window.location = \'solutions_outsourcing.html\'  ;"><td height="17" width="15"><img src="images/spacer.gif" border="0"></td><td height="17" class="text8pt">Business Operations Outsourcing                    </td><td height="17" width="13"><img src="images/spacer.gif" border="0"></td></tr><tr><td colspan="3" height="2" bgcolor="#A9ADB0"><img src="images/spacer.gif" border="0"></td></tr>');
	document.write('<tr onMouseOver="subnav_rowOver(this);" onMouseOut="subnav_rowOut(this);" onClick="window.location = \'solutions_partnership.html\'  ;"><td height="17" width="15"><img src="images/spacer.gif" border="0"></td><td height="17" class="text8pt">Partnership Development & Local Operations Funding </td><td height="17" width="13"><img src="images/spacer.gif" border="0"></td></tr><tr><td colspan="3" height="2" bgcolor="#A9ADB0"><img src="images/spacer.gif" border="0"></td></tr>');
	document.write('<tr onMouseOver="subnav_rowOver(this);" onMouseOut="subnav_rowOut(this);" onClick="window.location = \'solutions_special.html\'      ;"><td height="17" width="15"><img src="images/spacer.gif" border="0"></td><td height="17" class="text8pt">Special Projects                                   </td><td height="17" width="13"><img src="images/spacer.gif" border="0"></td></tr><tr><td colspan="3" height="2" bgcolor="#A9ADB0"><img src="images/spacer.gif" border="0"></td></tr>');
	document.write('<tr onMouseOver="subnav_rowOver(this);" onMouseOut="subnav_rowOut(this);" onClick="window.location = \'contact.html\'                ;"><td height="17" width="15"><img src="images/spacer.gif" border="0"></td><td height="17" class="text8pt">Enquiry                                            </td><td height="17" width="13"><img src="images/spacer.gif" border="0"></td></tr><tr><td colspan="3" height="2" bgcolor="#A9ADB0"><img src="images/spacer.gif" border="0"></td></tr>');
	document.write('</table>');
	document.write('</div>');

	// Load Sub-Navigation Menu for COMPANY section
	document.write('<div id="subnav_company" style="position:absolute; top:90px; left:776px; z-index:5; visibility: hidden;">');
	document.write('<table cellpadding="0" cellspacing="0" border="0" bgcolor="#E5F6FE" width="150" onMouseOver="subnav_showLayer(\'company\')" onMouseOut="subnav_hideLayer(\'company\',700)">');
	document.write('<tr onMouseOver="subnav_rowOver(this);" onMouseOut="subnav_rowOut(this);" onClick="window.location = \'company.html\'       ;"><td height="17" width="15"><img src="images/spacer.gif" border="0"></td><td height="17" class="text8pt">Our Company      </td><td height="17" width="13"><img src="images/spacer.gif" border="0"></td></tr><tr><td colspan="3" height="2" bgcolor="#A9ADB0"><img src="images/spacer.gif" border="0"></td></tr>');
	document.write('<tr onMouseOver="subnav_rowOver(this);" onMouseOut="subnav_rowOut(this);" onClick="window.location = \'company_team.html\'  ;"><td height="17" width="15"><img src="images/spacer.gif" border="0"></td><td height="17" class="text8pt">Our Team         </td><td height="17" width="13"><img src="images/spacer.gif" border="0"></td></tr><tr><td colspan="3" height="2" bgcolor="#A9ADB0"><img src="images/spacer.gif" border="0"></td></tr>');
	document.write('<tr onMouseOver="subnav_rowOver(this);" onMouseOut="subnav_rowOut(this);" onClick="window.location = \'company_office.html\';"><td height="17" width="15"><img src="images/spacer.gif" border="0"></td><td height="17" class="text8pt">Office Locations </td><td height="17" width="13"><img src="images/spacer.gif" border="0"></td></tr><tr><td colspan="3" height="2" bgcolor="#A9ADB0"><img src="images/spacer.gif" border="0"></td></tr>');
	document.write('</table>');
	document.write('</div>');
}

//-->







