<!-- 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		= "no"		//  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">Home</a></li>');


document.write('  <li class="menuT"><a href="fixtures winter 2009 2010.htm">Fixtures</a></li>');


document.write('  <li class="menuT"><a href="competition draws.htm">Competition Draws</a></li>');


document.write('  <li class="menuT"><a href="captains.htm">Captains Cup</a></li>');


document.write('  <li class="menuT"><a href="results winter 2009 2010.htm">League Results</a>');


document.write('  <li class="menuT"><a href="competition results.htm">Competition Results</a>');


document.write('  <li class="menuT"><a href="tables winter 2009 2010.htm">Tables</a>');

document.write('  <li class="menuT"><a href="match reports.htm">Match Reports</a>');

document.write('  <li class="menuT"><a href="minutes.htm">Meetings</a>'); 


document.write('  <li class="menuT"><a href="rules.htm">League Rules</a>'); 


document.write('  <li class="menuT"><a href="PDFgallery.htm">Forms</a>');


document.write('  <li class="menuT"><a href="contact.htm">Contact</a></li>');

document.write('  <li class="menuT"><a href="summer2008gallery1.htm">Photos 2008</a></li>');

document.write('  <li class="menuT"><a href="summer2009gallery1.htm">Photos 2009</a></li>');

document.write('  <li class="menuT"><a href="rollofhonour.htm">Roll of Honour</a></li>');

document.write('  <li class="menuT"><a href="semi finals night 2009 2010 Schedule.htm">Semi Finals Night</a></li>');

document.write('  <li class="menuT"><a href="finals night 2009 2010 Schedule.htm">Finals Night</a></li>');

document.write('  <li class="menuT"><a href=""></a></li>');


// END LINKS //

// SAMPLE SCROLLING NEWS FOR A .JS FILE - NON-FLOATING
document.write('<table cellpadding="2" cellspacing="0" 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('NEWS<br>');
document.write('</td></tr><tr><td>');
document.write('<iframe id="NewsWindow" src="news_win.htm" width="145" 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('</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/deeping signs.jpg" border="0" class="borders"></a><br><br><br>');
}
   if (showimage2 == "yes") {
document.write('<a href="index.html"><img src="picts/bullseye.jpg" border="0" class="borders"></a><br><br>');
}


document.write('<img src="/tinc?key=he5rC33G">');

//  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;