<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

var showTop	= "yes"		// SHOW MENU TOP IMAGE
var showBot1	= "yes"		// SHOW MENU BOTTOM IMAGE
var showBot2	= "yes"		// SHOW MENU BOTTOM LINES


document.write('<DIV id="menu" class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="75"><tr><td>');
   if (showTop == "yes") {
document.write('<img src="picts/menu-top.gif" width="154" height="75" class="menutrans"></a><br>');
}
else {
document.write('<img src="picts/spacer.gif" width="154" height="1"></a><br>');
}


// START MENU LINKS

document.write('</td></tr><tr><td onClick="location.href=\'music.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('The Music<br>');

document.write('</td></tr><tr><td onClick="location.href=\'news.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('News<br>');

document.write('</td></tr><tr><td onClick="location.href=\'biography.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('Bio<br>');

document.write('</td></tr><tr><td onClick="location.href=\'videos.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('Videos<br>');

document.write('</td></tr><tr><td onClick="location.href=\'anyma-remixes.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('Remixes<br>');

document.write('</td></tr><tr><td onClick="location.href=\'merchandisestore.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('Merchandise store<br>');

document.write('</td></tr><tr><td onClick="location.href=\'links.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('Links<br>');

document.write('</td></tr><tr><td onClick="location.href=\'reviews.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('Reviews<br>');

document.write('</td></tr><tr><td onClick="location.href=\'linktoanymaworld.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('Link to anymaworld<br>');

document.write('</td></tr><tr><td onClick="location.href=\'wallpapers.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('Art<br>');

document.write('</td></tr><tr><td onClick="location.href=\'contact.htm\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('Contact<br>');

document.write('</td></tr><tr><td onClick="location.href=\'index.html\';" onmouseover="this.className=\'menuon\'" onmouseout="this.className=\'menu\'" class="menu">');
document.write('Home<br>');


// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


document.write('</td></tr><tr><td>');
   if (showBot1 == "yes") {
document.write('<img src="picts/menu-bottom.jpg" width="154" height="250"></a><br>');
}
   if (showBot2 == "yes") {
document.write('<img src="picts/menu-bottom-2.gif" width="154" height="34"></a><br>');
}
document.write('<img src="picts/spacer.gif" width="10" height="1"></a><br>');
document.write('</td></tr></table></DIV>');

//  End -->
