currentPath=location.pathname;
path = new Array(); // skapar en array att stoppa pathname i
link="";
path=currentPath.split("/");

document.write('<a class="bold" href="http://www.westerstrand.com/index.htm">home</a> <img src="menu_images/pil.GIF" height="9" width="6" vspace="0"> ');

for(i=1; i<path.length-1; i++){
	pathName=path[i]; 	
	if(path[i]== "app")
		pathName="applications"; 	
	else if(path[i]== "standalone")
		pathName="standalone clocks";
	else if(path[i]=="multi")
		pathName="multisport";
	else if(path[i]=="impuls")
		pathName="impulse systems";
	else if(path[i]=="FotBand")
		pathName="football/bandy/rugby";
	else if(path[i]=="sportSpec")
		pathName="sport specific";
	else if(path[i]=="display")
		pathName="information boards";

	link+="/"+path[i];		
	
	document.write('<a class="bold" href="http://www.westerstrand.com/'+link+'.htm">'+pathName+'</a> <img src="menu_images/pil.GIF" height="9" width="6" vspace="0"> '); 
	
}

document.write('<span style="font-family: arial, helvetica, sans-serif; font-size: 12px; color:#000032;">'+document.title+'</span>');