<!-- 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('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="165"><tr><td class="menutrans">');
   if (linkstop == "no") {
document.write('<img src="picts/menu-top.gif" width="164" height="168"><br>');
}



// START LINKS //



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

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="news.htm" class="menu">Current News Flash</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="service.htm" class="menu">Services Provided</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="players2010.htm" class="menu">Players Contracted for 2010</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="stars.htm" class="menu">Future Stars</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="international.htm" class="menu">International Players</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="available.htm" class="menu">Clients performances 2010</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="clubtour.htm" class="menu">Club & School Tours</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="recomend.htm" class="menu">Recommendations</a>');

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

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact</a>');


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


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



// END LINKS //


document.write('</td></tr><tr><td>');
document.write('<img src="picts/menu-bottom.gif" width="166" height="15"><br>');

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


// START MENU IMAGES


var showsflash		= "no"		// SHOW FLASH IMAGE CHANGER
var flashcolor		= "D7E3F7"	// FLASH BACKGROUND COLOR
var flashspace		= "30"		// MOVE FLASH UP OR DOWN
var flashwC		= "150"		// WIDTH OF THE FLASH CHANGER
var flashhC		= "100"		// HEIGHT OF THE FLASH CHANGER
var bordercolor		= "006600"	// FLASH CHANGER BORDER COLOR


document.write('</td></tr><tr><td height="1" class="menu_bottom_line">');
document.write('<img src="picts/spacer.gif" width="150" height="1"></a><br>');
document.write('</td></tr><tr><td align="center">');


document.write('<img src="picts/spacer.gif" width="150 height="'+flashspace+'"></a><br>');


// FLASH CHANGER
   if (showsflash == "yes") {
document.write('<div class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" style="border-top: #'+bordercolor+' 1px solid; border-bottom: #'+bordercolor+' 1px solid;"><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('<br><br>');
document.write('</div>');
}


document.write('</td></tr></table></DIV>');
//  End -->