	var sPath = window.location.pathname;
	
	if(navigator.appName == "Netscape"){
	
		var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
	}
	if(navigator.appName =="Microsoft Internet Explorer")
	{
		var sPage = sPath.substring(sPath.lastIndexOf('\\') + 1);
		sPage = sPath.substring(1);
	}
	document.write("<table> \
					<tr> \
						<td><span id='link99' onmouseover=\"over('link99')\" 	 \
											 onmouseout=\"over('link99')\"");
											 
											 if(sPage == "index.html"){
												document.write("style='color:#FF6600'; onclick=\"window.location='index.html'\">Home</span></td>");
											 }
											 else{
												document.write("onclick=\"window.location='index.html'\">Home</span></td>");
											 }
	
	document.write("</tr> \
					<tr> \
						<td style=width:200px;><span id='link2' onmouseover=\"over('link2')\"	 \
											 onmouseout=\"over('link2')\"");
											 
											 if(sPage == "architecture.html"){
												document.write("style='color:#FF6600'; onclick=\"window.location='architecture.html'\">Architecture & interiors</span></td>");
											 }
											 else{
												document.write("onclick=\"window.location='architecture.html'\">Architecture & Interiors</span></td>");
											 }

	document.write("<table> \
					<tr> \
						<td><span id='link1' onmouseover=\"over('link1')\" 	 \
											 onmouseout=\"over('link1')\"");
											 
											 if(sPage == "food.html"){
												document.write("style='color:#FF6600'; onclick=\"window.location='food.html'\">Food</span></td>");
											 }
											 else{
												document.write("onclick=\"window.location='food.html'\">Food</span></td>");
											 }
											 
							
	document.write("</tr> \
					<tr> \
						<td><span id='link3' onmouseover=\"over('link3')\"	 \
											 onmouseout=\"over('link3')\"");
											 
											 if(sPage == "people.html"){
												document.write("style='color:#FF6600'; onclick=\"window.location='people.html'\">People</span></td>");
											 }
											 else{
												document.write("onclick=\"window.location='people.html'\">People</span></td>");
											 }

									 
	document.write("</tr> \
					<tr> \
						<td><span id='link5' onmouseover=\"over('link5')\" 	\
											 onmouseout=\"over('link5')\"");
											
											 
											 if(sPage == "personal.html"){
												document.write("style='color:#FF6600'; onclick=\"window.location='personal.html'\">Personal</span></td>");
											 }
											 else{
												document.write("onclick=\"window.location='personal.html'\">Personal</span></td>");
											 }

											 
											 
											
	document.write("</tr> \
					<tr> \
						<td><span id='link12' onmouseover=\"overCont('link12')\" 	\
											 onmouseout=\"overCont('link12')\"\
											 style='color:#999999'		\
											 onclick=\"window.location='contact.html'\">Contact</span></td></tr>");
				
	document.write("<tr> \
						<td> \
						<br /><br /> \
						<span id='link17' onmouseover=\"over('link17')\" 	\
											 onmouseout=\"over('link17')\"\
											 onclick=\"window.location='#'\"></span></td>\
					</tr> \
				</table>");
				
				