<!--

var content=new Array()
//change the array below to the text associated with your links Expand or contract the array, depending on how many links you have
content[0]='<center>Home</center>'
content[1]='Discography'
content[2]='Gallery'
content[3]='Exclusives'
content[4]='Interviews'
content[5]='Info'
content[6]='News'
content[7]='Back'
content[8]='Links'
content[9]='Close'

function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers){
appear()
setTimeout("window.onresize=regenerate",450)
}
}

function changetext(whichcontent){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("descriptions"):document.all.descriptions
cross_el.innerHTML='<font weight=bold color=#666666 face="Courier New, Verdana, Arial, Helvetica, Courier">'+whichcontent+'<font>'
}
else if (document.layers){
document.d1.document.d2.document.write('<font weight=bold color=#666666 face="Courier New, Verdana, Arial, Helvetica, Courier">'+whichcontent+'</font>')
document.d1.document.d2.document.close()
}

}

function appear(){
document.d1.visibility='show'
}

window.onload=regenerate2

function hiLite(imgName,imgObjName) {
if (document.images) {
  document.images[imgName].src = eval(imgObjName + ".src");
}}

//-->

