/* Menues und Funktionen für Acoustic Contact */

News = new Image();
News.src = "news_grey.gif";     /* Standard-Grafik */
News_active = new Image();
News_active.src = "news_black.gif"; /* Highlight-Grafik */

Band = new Image();
Band.src = "band_grey.gif";
Band_active = new Image();
Band_active.src = "band_black.gif";

Music = new Image();
Music.src = "music_grey.gif";
Music_active = new Image();
Music_active.src = "music_black.gif";

Pictures = new Image();
Pictures.src = "pictures_grey.gif";
Pictures_active = new Image();
Pictures_active.src = "pictures_black.gif";


Memos = new Image();
Memos.src = "memos_grey.gif";
Memos_active = new Image();
Memos_active.src = "memos_black.gif";


Home = new Image();
Home.src = "home_grey.gif";
Home_active = new Image();
Home_active.src = "home_black.gif";


Myspace = new Image();
Myspace.src = "myspace_grey.gif";
Myspace_active = new Image();
Myspace_active.src = "myspace_black.gif";


Contact = new Image();
Contact.src = "contact_grey.gif";
Contact_active = new Image();
Contact_active.src = "contact_black.gif";


function Bildwechsel (Bildnr, Bildobjekt) {
  window.document.images[Bildnr].src = Bildobjekt.src;
}

function Playerfenster (url) {
 fenster = window.open(url, "Player", "width=289,height=245,status=no,scrollbars=no,resizable=yes");
 fenster.focus();
}


