<!-- Begin

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

// MENU VARIABLE OPTIONS


var showsflash		= "yes"		// SHOW FLASH IMAGE CHANGER
var flashcolor		= "2B6938"	// FLASH BACKGROUND COLOR
var flashwC		= "175"		// WIDTH OF THE FLASH CHANGER
var flashhC		= "150"		// HEIGHT OF THE FLASH CHANGER




document.write('<table cellpadding="0" cellspacing="0" border="0" class="menuwidth menutopspace"><tr><td align="center">');





// START TOP LINKS //



document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="info.html" class="menu">Tournament Information</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="registration.html" class="menu">Registration</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="sponsors.html" class="menu">Sponsors</a>');



// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="resources.html" class="menu">Resources</a>');


// END TOP LINKS //





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

// FLASH CHANGER

   if (showsflash == "yes") {
document.write('<table cellpadding="0" cellspacing="0" border="0" class="changerarea"><tr><td valign="top">');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwC+'" HEIGHT="'+flashhC+'" id="imagechanger" ALIGN="">');
document.write('<PARAM NAME=movie VALUE="imagechanger.swf">');
document.write('<PARAM NAME=quality VALUE=high>');
document.write('<PARAM NAME=bgcolor VALUE=#'+flashcolor+'>');
document.write('<EMBED src="imagechanger.swf" quality=high bgcolor=#'+flashcolor+'  WIDTH="'+flashwC+'" HEIGHT="'+flashhC+'" NAME="imagechanger" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write('</EMBED>');
document.write('</OBJECT><br>');
document.write('</td></tr></table>');
}

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











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

//  End -->