temp = document.location.href;

	tempArray = temp.split("/");
	locName = tempArray[tempArray.length-1];
	locArray = locName.split(".");
	pageName=locArray[0];
	
function goTo(loc) {
		
	if ( (loc=="support") || (loc=="news") )  {
		document.location.replace(loc+'.php');
	}else if( loc=="donate" ){
		document.location.replace(loc+'.jsp');
	}
	else {
		document.location.replace(loc+'.html');
	}
}
	
document.write('<table cellpadding="0" cellspacing="0" border="0" width="166" height="114" ><tr>');

document.write('<td valign="top" align="left" class="navLinkOnTop" width="166">HOME</td>');
document.write('</tr><tr>');
	
	
if (pageName=="about"){
		document.write('<td valign="top" align="left" class="navLinkOn" width="166">ABOUT  AFL</td>');
	} else {
		document.write('<td class="navLink" onmouseover="this.style.backgroundColor=\'#D48805\';" onmouseout="this.style.backgroundColor=\'#FD7516\';" onClick="goTo(\'about\');" width="166">ABOUT  AFL</td>');
		
	}
	
	document.write('</tr><tr>');
	
if (pageName=="inus"){
		document.write('<td valign="top" align="left" class="navLinkOn" width="166">THE LOUVRE IN THE US</td>');
	} else {
		document.write('<td class="navLink" onmouseover="this.style.backgroundColor=\'#D48805\';" onmouseout="this.style.backgroundColor=\'#FD7516\';"  onClick="goTo(\'inus\');"  width="166">THE LOUVRE IN THE US</td>');
		
	}	
	
	document.write('</tr><tr>');
	
if (pageName=="support"){
		document.write('<td valign="top" align="left" class="navLinkOn" width="166">SUPPORT AFL</td>');
	} else {
		document.write('<td class="navLink" onmouseover="this.style.backgroundColor=\'#D48805\';" onmouseout="this.style.backgroundColor=\'#FD7516\';"  onClick="goTo(\'support\');" width="166">SUPPORT AFL</td>');
		
	}	
	
	document.write('</tr><tr>');
	
if (pageName=="news"){
		document.write('<td valign="top" align="left" class="navLinkOn" width="166">NEWS AND EVENTS</td>');
	} else {
		document.write('<td class="navLink" onmouseover="this.style.backgroundColor=\'#D48805\';" onmouseout="this.style.backgroundColor=\'#FD7516\';" onClick="goTo(\'news\');"  width="166">NEWS AND EVENTS</td>');
		
	}	
	
	document.write('</tr><tr>');
	
if (pageName=="info"){
		document.write('<td valign="top" align="left" class="navLinkOn" width="166">RELATED INFORMATION</td>');
	} else {
		document.write('<td class="navLinkBottom" onmouseover="this.style.backgroundColor=\'#D48805\';" onmouseout="this.style.backgroundColor=\'#FD7516\';" onClick="goTo(\'info\');" width="166">DISCOVER THE LOUVRE</td>');
		
	}	
	document.write('</tr><tr>');
	
	
if (pageName=="faqprivacypolicy"){
		document.write('<td valign="top" align="left" class="navLinkOn" width="166">FAQ / PRIVACY POLICY</td>');
	} else {
		document.write('<td class="navLink" onmouseover="this.style.backgroundColor=\'#D48805\';" onmouseout="this.style.backgroundColor=\'#FD7516\';" onClick="goTo(\'faqprivacypolicy\');"  width="166">FAQ / PRIVACY POLICY</td>');
		
	}	
	
	
	
	document.write('</tr><tr>');
	
if (pageName=="donate"){
		document.write('<td valign="top" align="left" class="navLinkOnBottom" width="166">DONATE</td>');
	} else {
		document.write('<td class="navLinkBottom" onmouseover="this.style.backgroundColor=\'#D48805\';" onmouseout="this.style.backgroundColor=\'#FD7516\';" onClick="goTo(\'donate\');" width="166">MAKE A GIFT</td>');
		
	}	
	document.write('</tr></table>');

