<!-- Begin MENU

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


var menuside	= "left"	// MENU SIDE | left, right or center
var menuspace	= "20"		// MENU END SPACING



document.write('<TABLE cellpadding="0" cellspacing="0" border="0" bgcolor="#006890" width="100%" background="picts/menu.gif" class="menulines"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'" class="menuborderONE">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="18"></a><br>');


document.write('</td><td>');
document.write('<a href="http://www.jimbelushi.ws/index.html" class="menu">Home</a>');



document.write('</td><td>');
document.write('<a href="http://www.jimbelushi.ws/biography.htm" class="menu">Biography</a>');



document.write('</td><td>');
document.write('<a href="http://www.jimbelushi.ws/jim-sacredhearts.htm" class="menu">The Sacred Hearts Band</a>');



document.write('</td><td>');
document.write('<a href="http://www.jimbelushi.ws/TheDefenders.htm" class="menu">The Defenders</a>');



document.write('</td><td>');
document.write('<a href="http://www.jimbelushi.ws/accordingtojim.htm" class="menu">According to Jim</a>');


document.write('</td><td>');
document.write('<a href="http://www.jimbelushi.ws/filmography.htm" class="menu">Credits</a>');



document.write('</td><td>');
document.write('<a href="http://jimbelushi.ws/gallery.htm" class="menu">Gallery</a>');




document.write('</td><td>');
document.write('<a href="http://www.efreeguestbooks.com/mg/multi.pl?22197::" class="menu">Guestbook</a>');


// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON


document.write('</td><td>');
document.write('<a href="http://www.jimbelushi.ws/store.htm" class="menu">THE STORE</a>');




// END LINKS


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


//  End -->