<!-- 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 linkstop 		= "no" 		//  START LINKS AT THE VERY TOP



//document.write('<object ID="MediaPlayer1" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"');
//document.write('CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab# Version=5,1,52,701"');
//document.write('STANDBY="Loading Microsoft Windows® Media Player components..."');
//document.write('TYPE="application/x-oleobject" width="0" height="0">');
// document.write(' <param name="fileName" value="TT2.mp3">');
// document.write(' <param name="animationatStart" value="true">');
// document.write(' <param name="transparentatStart" value="true">');
// document.write(' <param name="autoStart" value="true">');
//document.write('  <param name="showControls" value="true">');
// document.write(' <param name="Volume" value="-300"><embed type="application/x-mplayer2"');
//document.write('pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"');
//document.write('src="http://www.domain.com/music/music.m3u" name="MediaPlayer1" width="0" height="0"');
//document.write('autostart="1" showcontrols="1" volume="-300">');
//document.write('</object>');




document.write('<DIV id="menulocation" style="z-index: 10;" class="printhide">');
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">Home</a></li>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="http://www.avoc-achel.be">AVOC-website</a></li>');
document.write('    </ul>');
document.write('  </li>');


document.write('  <li class="menuT"><a href="#">Photo-archives</a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="arch0708.htm">Season 2007-2008</a></li>');
document.write('      <li><a href="arch0607.htm">Season 2006-2007</a></li>');
document.write('      <li><a href="arch0506.htm">Season 2005-2006</a></li>');
document.write('      <li><a href="arch0405.htm">Season 2004-2005</a></li>');
document.write('      <li><a href="arch0104.htm">Season 2001-2004</a></li>');
document.write('    </ul>');
document.write('  </li>');


document.write('  <li class="menuT"><a href="#">Other archives</a>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="nationaal_2007_2008.htm">A-team 2007-2008</a></li>');
document.write('      <li><a href="verslag_nat_2007_2008.htm">National</a></li>');
document.write('      <li><a href="verslag_3ph_2007_2008.htm">Provincial</a></li>');
document.write('      <li><a href="verslag_recrh_2007_2008.htm">Recreation</a></li>');
document.write('      <li><a href="images/pers/2007-2008/index.html">Press</a></li>');
document.write('    </ul>');
document.write('  </li>');





// END LINKS //




// START MENU IMAGES


//   if (showimage1 == "yes") {
//document.write('<a href="index.html"><img src="sponsors/sp2.gif" border="0" ></a><br><br><br>');
//}
//   if (showimage2 == "yes") {
//document.write('<a href="index.html"><img src="images/algemeen/avlogo2.jpg" border="0" class="borders"></a><br><br>');
//}
document.write('</td></tr></table></DIV>');




//  End -->















// COPYRIGHT 2006 © 
// 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;