<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var menuside	= "right"	// MENU SIDE | left, right or center


document.write('<div id="menu2" class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="menutable"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" height="24"><tr><td>');


if (document.title == 'TrainingTop') {
 document.write('<a href="index.html" target="_parent">Home</a><br>');
 document.write('</td><td>');
}else{
document.write('<a href="index.html">Home</a><br>');
document.write('</td><td>');
}

if (document.title == 'TrainingTop') {
 document.write('<a href="hitting.htm" target="_parent">Hitting</a><br>');
 document.write('</td><td>');
}else{
 document.write('<a href="hitting.htm">Hitting</a><br>');
 document.write('</td><td>');
}

if (document.title == 'TrainingTop') {
 document.write('<a href="pitching.htm" target="_parent">Pitching</a><br>');
 document.write('</td><td>');
}else{
 document.write('<a href="pitching.htm">Pitching</a><br>');
 document.write('</td><td>');
}

if (document.title == 'TrainingTop') {
 document.write('<a href="defense.htm" target="_parent">Defense</a><br>');
 document.write('</td><td>');
}else{
 document.write('<a href="defense.htm">Defense</a><br>');
 document.write('</td><td>');
}

if (document.title == 'TrainingTop') {
 document.write('<a href="baserunnig.htm" target="_parent">Base Running</a><br>');
 document.write('</td><td>');
}else{
 document.write('<a href="baserunning.htm">Base Running</a><br>');
 document.write('</td><td>');
}

if (document.title == 'TrainingTop') {
 document.write('<a href="Training.aspx" target="_parent">Analysis</a><br>');
 document.write('</td><td>');
}else{
 document.write('<a href="Training.aspx">Analysis</a><br>');
 document.write('</td><td>');
}

if (document.title == 'TrainingTop') {
 document.write('<a href="Training.htm" target="_parent">About</a><br>');
 document.write('</td><td>');
}else{
document.write('<a href="about.htm">About</a><br>');
document.write('</td><td>');
}

if (document.title == 'TrainingTop') {
 document.write('<a href="links.htm" target="_parent">Links</a><br>');
 document.write('</td><td>');
}else{
document.write('<a href="links.htm">Links</a><br>');
document.write('</td><td>');
}

if (document.title == 'TrainingTop') {
 document.write('<a href="gallery.htm" target="_parent">Gallery</a><br>');
 document.write('</td><td>');
}else{
document.write('<a href="gallery1.htm">Gallery</a><br>');
document.write('</td><td>');
}

if (document.title == 'TrainingTop') {
 document.write('<a href="contact.htm" target="_parent">Contact</a><br>');
 document.write('</td><td>');
}else{
document.write('<a href="contact.htm">Contact</a><br>');
document.write('</td><td>');
}

// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A MENU BUTTON

if (document.title == 'TrainingTop') {
 document.write('<a href="Site_map.htm" target="_parent">Map</a><br>');
 document.write('</td><td>');
}else{
document.write('<a href="site_map.htm">Map</a><br>');
document.write('</td><td>');
}



document.write('<br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');
document.write('</div>');
//  End -->
