var loc=stringA=location.href.toLowerCase()
var strhref=""
var strlocation=window.location.host
var pos=stringA.indexOf(strlocation)
var len=strlocation.length
if (pos>=0){
	stringA=stringA.substring(pos+len,stringA.length);
	while (stringA.indexOf("/")>=0){
		pos=stringA.indexOf("/")
		strhref=strhref+"../"
		stringA=stringA.substring(pos+1,stringA.length);
	}
}

links = new Array();
links[0] = "../whoweserve/retailchainidentitysignage.htm";
links[1] = "../whoweserve/visualmerchandising.htm";
links[2] = "../whoweserve/showroomrenovation.htm";
links[3] = "../whoweserve/pubilicutilitiessigns.htm";
links[4] = "../whoweserve/oilstation.htm";
links[5] = "../whoweserve/architecturalandenvironmentalsignage.htm";
links[6] = "../whoweserve/outdoorretailkiosk.htm";
//links[7] = "../whoweserve/trivision.htm";


document.write('<table width="145" border="0" cellspacing="0" cellpadding="0">');

strhref=""
for (x=0; x<links.length; x++) {
   if (loc.replace(/\d+\./,".").indexOf(links[x].replace(/(.+\/)/,"")) > -1) {
    document.write('<img src="'+ strhref + '../images/whoweserve/nav' + x + '-2.gif" >');
  } else {
    document.write('<A HREF="'+ strhref + links[x] + '" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'whoweserve1' + x + '\',\'\',\''+ strhref + '../images/whoweserve/nav' + x + '-2.gif\',0);"><img name="whoweserve1' + x + '" src="'+ strhref + '../images/whoweserve/nav' + x + '.gif" border="0"></a>');
  }
    document.write('</td></tr>');
  }
document.write('</table>');
