<!-- Begin

// 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		= "yes"		//  SHOW SECOND SIDEBAR IMAGE
var showtop		= "yes"		//  SHOW MENU TOP AREA

   if (showtop == "yes") {
document.write('<div id="menutop" style="z-index: 10;" class="printhide">');
document.write('<img src="picts/menu-top.gif" width="152" height="107" 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="154"><tr><td class="printhide">');

document.write('<ul id="top-nav">');




// START MENU LINKS - EDIT BELOW THIS AREA




document.write('  <li class="menuT"><a href="index.html">Forside</a></li>');


document.write('  <li class="menuT"><a href="medlemsbetingelser.htm">Medlemsbetingelser</a></li>');



document.write('  <li class="menuT"><a href="abningstider.htm">Åbningstider</a>');
document.write('  </li>');



document.write('  <li class="menuT"><a href="maskiner.htm">Maskiner</a>');
document.write('  </li>');


document.write('  <li class="menuT"><a href="spinning.htm">Spinning</a>');
document.write('  </li>');


document.write('  <li class="menuT"><a href="priser.htm">Priser</a>');
document.write('  </li>');


document.write('  <li class="menuT"><a href="contact.htm">Kontakt</a></li>');




// END LINKS //



document.write('</ul>');
document.write('</td></tr><tr><td align="center">');


// START MENU IMAGES


   if (showimage1 == "yes") {
document.write('<br><br><a href="index.html"><img src="picts/birger-og-annette_index.jpg" border="0" class="borders"></a><br><br><br>');
}
   if (showimage2 == "no") {
document.write('<a href="index.html"><img src="picts/menu-picture-2.jpg" border="0" class="borders"></a><br><br>');
}
document.write(' Fuglebjerg Motionscenter</a>');
document.write('  <br>');

document.write('  Byagervej 49</a></li>');
document.write('  <br>');


document.write('  4250 Fuglebjerg</a>');
document.write('  <br>');

document.write('  Tlf. 2028 4340 </a>');
document.write('  <br>');




//  End -->



document.write('</td></tr></table></DIV>');








// COPYRIGHT 2007 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// 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;
