function top1(){

document.top.src = "../img/menu/top_ov.gif";

}


function top2(){

document.top.src = "../img/menu/top.gif";

}

function info1(){

document.info.src = "../img/menu/info_ov.gif";

}


function info2(){

document.info.src = "../img/menu/info.gif";

}


function media1(){

document.media.src = "../img/menu/media_ov.gif";

}


function media2(){

document.media.src = "../img/menu/media.gif";

}

function profile1(){

document.profile.src = "../img/menu/profile_ov.gif";

}

function profile2(){

document.profile.src = "../img/menu/profile.gif";

}


function concert1(){

document.concert.src = "../img/menu/concert_ov.gif";

}


function concert2(){

document.concert.src = "../img/menu/concert.gif";

}


function tracklist1(){

document.tracklist.src = "../img/menu/tracklist_ov.gif";

}


function tracklist2(){

document.tracklist.src = "../img/menu/tracklist.gif";

}

function popup_list() {
w = window.open('../tracklist/index.html','win2','width=500,height=480,status=no,scrollbars=no,directories=no,menubar=no,resizable=no,toolbar=no');
w.focus();}

document.write('<table border="0" cellpadding="0" cellspacing="0" class="header">');
document.write('<tr>');
document.write('<td width="117"><img src="../img/logo_obyo.gif" alt="adidas ObyO" width="117" height="89" /></td>');
document.write('<td width="37" class="manu"><a href="../index.html" onmouseover="top1();" onmouseout="top2();"><img src="../img/menu/top.gif" alt="top" name="top" width="29" height="19" border="0" class="menu" /></a></td>');
document.write('<td width="88" class="manu"><a href="../info/index.html" onmouseover="info1();" onmouseout="info2();"><img src="../img/menu/info.gif" alt="information" name="info" width="80" height="19" border="0" class="menu" /></a></td>');
document.write('<td width="55" class="manu"><a href="../media/index.html" onmouseover="media1();" onmouseout="media2();"><img src="../img/menu/media.gif" alt="media" name="media" width="47" height="19" border="0" class="menu" /></a></td>');
document.write('<td width="82" class="manu"><a href="../profile/index.html" onmouseover="profile1();" onmouseout="profile2();"><img src="../img/menu/profile.gif" alt="kzk profile" name="profile" width="74" height="19" border="0" class="menu" /></a></td>');
document.write('<td width="143" class="manu"><a href="../concert/index.html" onmouseover="concert1();" onmouseout="concert2();"><img src="../img/menu/concert.gif" alt="concert & exhibition" name="concert" width="134" height="19" border="0" class="menu" /></a></td>');
document.write('<td width="74" class="manu"><a href="javascript:popup_list()" onmouseover="tracklist1();" onmouseout="tracklist2();"><img src="../img/menu/tracklist.gif" alt="track list" name="tracklist" width="62" height="19" border="0" class="menu" /></a></td>');
document.write('<td><img src="../img/logo_adidas.gif" alt="adidas" width="62" height="89" /></td>');
document.write('</tr>');
document.write('</table>');