//
//
//script: determine what top menu is bolded. every page should have a variable
//currentGroup, The default is "CORPORATE"
//
//

	var aihomecorporarate = 'CORPORATE';
	var ainewsinfo = 'NEWS & INFO';
	var aifeaturedproperty = 'FEATURED PROPERTY';
	var aicurrentproperties = 'CURRENT PROPERTIES';
	var aiinternational = 'INTERNATIONAL';
	var airealty = 'REALTY';
	var aicommercial = 'COMMERCIAL';
	var aiexchange = '1031 EXCHANGE &trade;';
	var aiportfolio = 'PORTFOLIO';
	
	
	
	if (currentGroup !="NONE")
	{
		switch (currentGroup){
		case "CORPORATE": 
			{
				aihomecorporarate = '<font color="black">' + aihomecorporarate + '</font>';
			}
		break;
		case "NEWS & INFO": 
			{
				ainewsinfo = '<font color="black">' + ainewsinfo + '</font>';
			}
		break;
		case "FEATURED PROPERTY": 
			{
				aifeaturedproperty = '<font color="black">' + aifeaturedproperty + '</font>';
			}
		break;
		case "CURRENT PROPERTIES": 
			{
				aicurrentproperties = '<font color="black">' + aicurrentproperties + '</font>';
			}
		break;
		case "INTERNATIONAL": 
			{
				aiinternational = '<font color="black">' + aiinternational + '</font>';
			}
		break;
		case "REALTY": 
			{
				airealty = '<font color="black">' + airealty + '</font>';
			}
		break;
		case "COMMERCIAL": 
			{
				aicommercial = '<font color="black">' + aicommercial + '</font>';
			}
		break;
		case "1031 EXCHANGE &trade;": 
			{
				aiexchange = '<font color="black">' + aiexchange + '</font>';
			}
		break;
		case "PORTFOLIO": 
			{
				aiportfolio = '<font color="black">' + aiportfolio + '</font>';
			}
		break;
		default : 		aihomecorporarate = '<font color="black">' + aihomecorporarate + '</font>';
		}
}
//
//
//end script
//
//



document.write('<TABLE id="tblMenu" height="25px" cellSpacing="0" cellPadding="0" width="100%" bgcolor="#e8e8e8" align="center" border="0">'
  + '			<TR>'
  + '				<td class="aiHomeHref" width="10%"></td>'
  + '<td class="aiHomeHref" align="left">'
  + '		<table height="25px" cellspacing="0" cellpadding="0" width="900px" align="center" border="0">' 
  + '					<tr>'
  + '				<td align="left" class="aiHomeHref"><a class="aiHomeHref" href="../corporate/corporatehome.html" onmouseover="HM_f_PopUp(\'AI_HOME_CORPORATE\',event,\'center\');" onmouseout="HM_f_PopDown(\'AI_HOME_CORPORATE\');"><span id="AI_HOME_CORPORATE_PIC" name="AI_HOME_CORPORATE_PIC"></span>' + aihomecorporarate + '</a></font></td>'
  + '<td class="aiHomeHref"  width="25px"></td>'
  + '				<td class="aiHomeHref"><a class="aiHomeHref" href="../newsinfo/newsinfohome.html" onmouseover="HM_f_PopUp(\'AI_HOME_NEWS_INFO\',event,\'center\');" onmouseout="HM_f_PopDown(\'AI_HOME_NEWS_INFO\');"><span id="AI_HOME_NEWS_INFO_PIC" name="AI_HOME_NEWS_INFO_PIC"></span>' + ainewsinfo +'</a></font></td>'
  + '<td class="aiHomeHref"  width="25px"></td>'
  + '				'
  + '				<td class="aiHomeHref"><a class="aiHomeHref" href="../featuredproperty/featuredpropertyhome.html" onmouseover="HM_f_PopUp(\'AI_HOME_FEATURED_PROPERTY\',event,\'center\');" onmouseout="HM_f_PopDown(\'AI_HOME_FEATURED_PROPERTY\');"><span id="AI_HOME_FEATURED_PROPERTY_PIC" name="AI_HOME_CORPORATE_PIC"></span>' + aifeaturedproperty + '</a></font></td>'
  + '<td class="aiHomeHref"  width="25px"></td>'
  + '				<td class="aiHomeHref"><a class="aiHomeHref" href="../currentproperties/currentpropertieshome.html" onmouseover="HM_f_PopUp(\'AI_HOME_CURRENT_PROPERTIES\',event,\'center\');" onmouseout="HM_f_PopDown(\'AI_HOME_CURRENT_PROPERTIES\');"><span id="AI_HOME_CURRENT_PROPERTIES_PIC" name="AI_HOME_CURRENT_PROPERTIES_PIC"></span>' + aicurrentproperties + '</a></font></td>'
  + '<td class="aiHomeHref"  width="25px"></td>'
 // + '				<td class="aiHomeHref"><a class="aiHomeHref" href="../portfolio.html">' + aiportfolio + '</a></font></td>'
  + '				<td class="aiHomeHref"><a class="aiHomeHref" href="../international/internationalhome.html" onmouseover="HM_f_PopUp(\'AI_HOME_INTERNATIONAL\',event,\'center\');" onmouseout="HM_f_PopDown(\'AI_HOME_INTERNATIONAL\');"><span id="AI_HOME_INTERNATIONAL_PIC" name="AI_HOME_INTERNATIONAL_PIC"></span>' + aiinternational + '</a></font></td>'
  + '<td class="aiHomeHref"  width="25px"></td>'
  + '<td class="aiHomeHref"><a class="aiHomeHref" href="../realty/realtyhome.html" onmouseover="HM_f_PopUp(\'AI_HOME_REALTY\',event,\'center\');" onmouseout="HM_f_PopDown(\'AI_HOME_REALTY\');"><span id="AI_HOME_REALTY_PIC" name="AI_HOME_REALTY_PIC"></span>' + airealty + '</a></font></td>'
  + '<td class="aiHomeHref"  width="25px"></td>'
  + '<td class="aiHomeHref"><a class="aiHomeHref" href="../commercial/commercialhome.html" onmouseover="HM_f_PopUp(\'AI_HOME_COMMERCIAL\',event,\'center\');" onmouseout="HM_f_PopDown(\'AI_HOME_COMMERCIAL\');"><span id="AI_HOME_COMMERCIAL_PIC" name="AI_HOME_COMMERCIAL_PIC"></span>' + aicommercial + '</a></font></td>'
 + '<td class="aiHomeHref" width="25px"></td>'
  + '				<td class="aiHomeHref"><a class="aiHomeHref" href="../exchange/exchangehome.html" onmouseover="HM_f_PopUp(\'AI_HOME_EXCHANGE\',event,\'center\');" onmouseout="HM_f_PopDown(\'AI_HOME_EXCHANGE\');"><span id="AI_HOME_EXCHANGE_PIC" name="AI_HOME_EXCHANGE_PIC"></span>' + aiexchange + '</a></font></td>'
  + ''
  + '			</TR><td class="aiHomeHref" width=3%></td></tr></table></td>'
    + '				<td class="aiHomeHref" width="10%"></td></tr>'
  + '		</TABLE>');