<!-- Begin menu ver 1.55b 2009 - 2010

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "no"		//  SHOW SECOND SIDEBAR IMAGE
var showtop		= "no"		//  SHOW MENU TOP AREA

   if (showtop == "yes") {
document.write('<div id="menutop" style="z-index: 10;" class="printhide">');
document.write('<img src="http://www.websalg.no/picts/menu-top.gif" width="171" height="111" class="menutrans"><br>');
document.write('</div>');
}

document.write('<div id="menulocation" style="z-index: 10;">');
document.write('<table cellpadding="0" cellspacing="0" border="0" width="170"><tr><td class="printhide">');

document.write('<ul id="top-nav">');




// START MENU LINKS - EDIT BELOW THIS AREA

document.write('  <br>');

document.write('  <li class="menuT"><a href="http://www.websalg.no/nettbutikker.html">Nettbutikker</a></li>');

document.write('  <li class="menuT"><a href="http://www.websalg.no/informasjonssider.html">Informasjonssider</a></li>');

document.write('  <li class="menuT"><a href="http://www.websalg.no/skribenter.html">Skribenter</a></li>');

document.write('  <li class="menuT"><a href="http://www.websalg.no/kunnskapssider.html">Kunnskapssider</a></li>');

document.write('  <li class="menuT"><a href="http://www.websalg.no/prosjekter.html">Prosjekter</a></li>');

document.write('  <br><br><br>');


// END LINKS //



document.write('</ul>');
document.write('</td></tr><tr><td align="left">');


// START MENU IMAGES


   if (showimage1 == "yes") {

document.write('<a href="tryggferdsel/"><img src="http://www.websalg.no/images/batforerkurs-sidebanner.jpg" border="0" ></a><br>');
}

   if (showimage2 == "yes") {
document.write('<a href="http://www.websalg.no/index.html"><img src="http://www.websalg.no/picts/menu-picture-2.jpg" border="0" class="borders"></a><br>');
}






document.write('</td></tr></table></div>');









// YOU DO NOT NEED TO EDIT BELOW THIS LINE









function IEHoverPseudo() {

	var navItems = document.getElementById("top-nav").getElementsByTagName("li");
	
	for (var i=0; i<navItems.length; i++) {
		if(navItems[i].className == "menuT") {
			navItems[i].onmouseover=function() { this.className += " over"; }
			navItems[i].onmouseout=function() { this.className = "menuT"; }
		}
	}

}
window.onload = IEHoverPseudo;



//  End -->
