<!-- Begin

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



var menu_side	="LEFT"	// MENU LEFT, RIGHT OR CENTER
var menuspace	= "15"		// MENU END SPACING



document.write('<TABLE cellpadding="0" cellspacing="0" border="0" WIDTH="100%" class="printhide"><tr><td align="'+menu_side+'" class="menutable">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td class="firstborder">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="21"></a><br>');


// START LINKS //


document.write('</td><td nowrap>');
document.write('<a href="index.htm" class="menu">About Joe Carey</a>');


document.write('</td><td nowrap>');
document.write('<a href="gallery.htm" class="menu">Joe Carey Calls</a>');


document.write('</td><td nowrap>');
document.write('<a href="merchandise.htm" class="menu">Joe Carey Merchandise</a>');


document.write('</td><td nowrap>');
document.write('<a href="photos.htm" class="menu">Photo Gallery</a>');


document.write('</td><td nowrap>');
document.write('<a href="links.htm" class="menu">Links</a>');


// COPY AND PASTE THE NEXT 2 LINES TO ADD A NEW LINK //

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


// END LINK BUTTONS //


document.write('</td><td background="picts/menu-background.jpg">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="21"></a><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

// START SOUND CODE DO NOT DELETE -- REMOVE IN THE MENU.JS ONLY


function Sound()
{
if (document.all)
 {
  document.all.sound.src = "DUCKS.wav";
 }
}


document.write('<div id="soundlocation" style="left: -50px; position: absolute; top: 5px;">');
document.write('<bgsound id="sound" />');
document.write('</div>');


// END SOUND CODE




//  End -->
