function top1(){
document.top.src = "/Music/Info/westside/img/top_on.gif";
}

function top2(){
document.top.src = "/Music/Info/westside/img/top_off.gif";
}

function company1(){
document.company.src = "/Music/Info/westside/img/company_on.gif";
}

function company2(){
document.company.src = "/Music/Info/westside/img/company_off.gif";
}

function artist1(){
document.artist.src = "/Music/Info/westside/img/artist_on.gif";
}

function artist2(){
document.artist.src = "/Music/Info/westside/img/artist_off.gif";
}

function mobile1(){
document.mobile.src = "/Music/Info/westside/img/mobile_on.gif";
}

function mobile2(){
document.mobile.src = "/Music/Info/westside/img/mobile_off.gif";
}

function message1(){
document.message.src = "/Music/Info/westside/img/message_on.gif";
}

function message2(){
document.message.src = "/Music/Info/westside/img/message_off.gif";
}

document.write('<table border="0" cellpadding="0" cellspacing="0"><tr>');
document.write('<td><a href="/Music/Info/westside/index.html" onMouseOver="top1()" onMouseOut="top2()"><img src="/Music/Info/westside/img/top_off.gif" width="61" height="39" border="0" alt="TOP" name="top"></a></td>');
document.write('<td><a href="/Music/Info/westside/company/index.html" onMouseOver="company1()" onMouseOut="company2()"><img src="/Music/Info/westside/img/company_off.gif" width="137" height="39" border="0" alt="COMPANY" name="company"></a></td>');
document.write('<td><a href="/Music/Info/westside/artist/index.html" onMouseOver="artist1()" onMouseOut="artist2()"><img src="/Music/Info/westside/img/artist_off.gif" width="100" height="39" border="0" alt="ARTIST" name="artist"></a></td>');
document.write('<td><a href="/Music/Info/westside/mobile/index.html" onMouseOver="mobile1()" onMouseOut="mobile2()"><img src="/Music/Info/westside/img/mobile_off.gif" width="80" height="39" border="0" alt="MOBILE" name="mobile"></a></td>');
document.write('<td><a href="/Music/Info/westside/message/index.html" onMouseOver="message1()" onMouseOut="message2()"><img src="/Music/Info/westside/img/message_off.gif" width="88" height="39" border="0" alt="MESSAGE" name="message"></a></td>');
document.write('</tr></table>');
