<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "no"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "no"		//  SHOW SECOND SIDEBAR IMAGE
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP


document.write('<DIV id="menulocation" style="z-index: 10;">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td>');
   if (linkstop == "no") {
document.write('<img src="picts/menu-top.gif" width="152" height="90" class="menutrans"><br>');
}
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="sifnyt.htm">SIF-nyt</a></li>');

document.write('  <li class="menuT"><a href="aktiviteter.htm">Aktiviteter</a></li>');

//document.write('  <li class="menuT"><a href="#">Aktiviteter</a>'); 
//document.write('    <ul id="sub-nav">');
//document.write('      <li><a href="plan_06_07.pdf" target="_blank">Holdoversigt 2008/2009</a></li>');
//document.write('      <li><a href="born_puslinge_afd.html">Børn og puslinge</a></li>');
//document.write('      <li><a href="rytmisk_afd.html">Rytmisk gymnastik</a></li>');
//document.write('      <li><a href="aerobic_afd.html">Aerobic og Show/Street dance</a></li>');
//document.write('      <li><a href="motion_velvaere_afd.html">Motion og velvære</a></li>');
//document.write('      <li><a href="Ropeskipping_afd.html">Rope Skipping</a></li>');
//document.write('      <li><a href="grandprix_afd.html">Grand Prix</a></li>');
//document.write('      <li><a href="spring_afd.html">Spring</a></li>');
//document.write('      <li><a href="squaredance_afd.html">Squaredance</a></li>');
//document.write('      <li><a href="idrætsmærke.html">Idrætsmærke_sæsson</a></li>');
//document.write('    </ul>');
//document.write('  </li>');

document.write('  <li class="menuT"><a href="Tilmelding.html">Tilmelding</a></li>');

document.write('  <li class="menuT"><a href="Kontingenter.htm">Kontingenter</a></li>');

document.write('  <li class="menuT"><a href="sifbladet.html">SIF-bladet</a></li>');


document.write('  <li class="menuT"><a href="præmiespil.htm">Præmiespil</a></li>');


document.write('  <li class="menuT"><a href="datoer_at_huske.html">Kalenderen</a></li>');



document.write('  <li class="menuT"><a href="#">Om SIF</a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="bestyrelse.htm">Bestyrelsen</a></li>');
document.write('      <li><a href="love_formål.html">Vedtægter og Formål</a></li>');
document.write('    </ul>');
document.write('  </li>');



document.write('  <li class="menuT"><a href="">Bestyrelse og ledere</a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="password-bestyrelse.html">Kun for bestyrelsen</a></li>');
document.write('      <li><a href="password-leder.html">Kun for ledere</a></li>');
document.write('    </ul>');
document.write('  </li>');

document.write('  <li class="menuT"><a href="nyheder.html">Nyheder</a></li>');

document.write('  <li class="menuT"><a href="http://conventus.dk">Conventus</a></li>');

// END LINKS //



document.write('</ul>');
document.write('</td></tr><tr><td align="center">');

document.write('  <br />');
document.write('  <br />');

// START MENU IMAGES


   if (showimage1 == "yes") {
document.write('<br><br><a href="index.html"><img src="picts/sidebar1.gif" border="0" class="borders"></a><br><br><br>');
}
   if (showimage2 == "yes") {
document.write('<a href="index.html"><img src="picts/menu-picture-2.jpg" border="0" class="borders"></a><br><br>');
}





//  End -->


// SAMPLE SCROLLING NEWS FOR A .JS FILE - NON-FLOATING
document.write('<table cellpadding="2" cellspacing="1" border="0" style="border: #996600 1px solid; background-color: #F0F0F0;COLOR: #996600; FONT: 13px arial, sans-serif; font-weight: bold;"><tr><td align="center">');
document.write('SIF nyt<br>');
document.write('</td></tr><tr><td>');
document.write('<iframe id="NewsWindow" src="news_win.htm" width="120" height="200" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" style="border: #000000 1px solid;"></iframe>');
document.write('</td></tr></table>');
document.write('<br><br>');
// END NEWS SCROLLER






document.write('</td></tr></table></DIV>');




// COPYRIGHT 2005 © 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;
