<!-- Begin CSS Vertical Menu - menu ver 3.1 2009

// NOTE: If you use a ' add a slash before it like this \'


var leftspacing		= "1"		// LEFT MENU PADDING
var rightspacing	= "20"		// RIGHT MENU PADDING
var menuside		= "right"	// MENU SIDE | left | right | center
var menuwidth		= "100"		// TOTAL MENU WIDTH (use if wrapping is apparent)


document.write('<table cellpadding="0" cellspacing="0" border="0" class="menutable"><tr><td class="printhide" align="'+menuside+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td width="'+leftspacing+'">');
document.write('<img src="picts/spacer.gif" width="'+leftspacing+'" height="1"><br>');
document.write('</td><td>');

document.write('<ul id="menunav">');





// START MENU LINKS - EDIT BELOW THIS AREA





document.write('  <li style="width: 120px;"><a href="sidebar.htm">Games</a>'); 
document.write('    <ul>');
document.write('      <li><a href="arsmagica/index.html">Ars Magica</a></li>');
document.write('      <li><a href="Bughunters/index.html">Bughunters</a></li>');
document.write('      <li><a href="CoC/index.html">Call of Cthulhu</a></li>');
document.write('      <li><a href="Dragonlance/index.html">D&amp;D: Dragonlance</a></li>');
document.write('      <li><a href="Drow%20Wars/index.html">D&amp;D: Drow Wars</a></li> ');     
document.write('      <li><a href="DnD4E/index.html">DD&amp;D 4th Edition</a></li> ');  
document.write('      <li><a href="Ghostbusters/index.html">Ghostbusters</a></li> ');  
document.write('      <li><a href="L5R/index.html">L5R</a></li> ');
document.write('      <li><a href="OldSchoolHack/index.html">Old School Hack</a></li> ');
document.write('      <li><a href="Pathfinder/index.html">Pathfinder</a></li> ');    
document.write('      <li><a href="sttng/index.html">Star Trek:TNG</a></li>');
document.write('      <li><a href="starwars/index.html">Star Wars</a></li>');
document.write('      <li><a href="Talisman/index.html">Talisman</a></li>');
document.write('      <li><a href="TranshumanSpace/index.html">Transhuman Space</a></li>');
document.write('      <li><a href="Traveller/index.html">Traveller</a></li>');
document.write('      <li><a href="Warhammer/index.html">Warhammer</a></li>');
document.write('      <li><a href="wheeloftime/index.html">Wheel Of Time</a></li>');
document.write('    </ul>');
document.write('  </li>');





document.write('  <li style="width: 120px;"><a href="links.htm">Links</a>');
document.write('    <ul>');
document.write('      <li><a href="http://games.groups.yahoo.com/group/wilmslowgamesclub/">WGC Yahoo Group</a></li>');
document.write('      <li><a href="links.htm">Website Links</a></li>');
document.write('    </ul>');
document.write('  </li>');

document.write('  <li style="width: 120px;"><a href="index.html">Home</a></li>'); 




// END LINKS //

document.write('</ul>');

document.write('</td><td width="'+rightspacing+'">');
document.write('<img src="picts/spacer.gif" width="'+rightspacing+'" height="1"><br>');
document.write('</td></tr></table>');
document.write('</td></tr><tr><td width="'+menuwidth+'">');
document.write('<img src="picts/spacer.gif" width="'+menuwidth+'" height="1"><br>');
document.write('</td></tr></table>');

// END -->
