if(document.images) 
{    
  news_on = new Image;
  news_on.src = 'img/menue/bt_news_on.png';
  news_off = new Image;
  news_off.src = 'img/menue/bt_news_off.png';  

  termine_on = new Image;
  termine_on.src = 'img/menue/bt_termine_on.png';
  termine_off = new Image;
  termine_off.src = 'img/menue/bt_termine_off.png';
  
  band_on = new Image;
  band_on.src = 'img/menue/bt_band_on.png';
  band_off = new Image;
  band_off.src = 'img/menue/bt_band_off.png';
  
  galerie_on = new Image;
  galerie_on.src = 'img/menue/bt_galerie_on.png';
  galerie_off = new Image;
  galerie_off.src = 'img/menue/bt_galerie_off.png';
  
  shop_on = new Image;
  shop_on.src = 'img/menue/bt_shop_on.png';
  shop_off = new Image;
  shop_off.src = 'img/menue/bt_shop_off.png';
  
  links_on = new Image;
  links_on.src = 'img/menue/bt_links_on.png';
  links_off = new Image;
  links_off.src = 'img/menue/bt_links_off.png';
  
  gaestebuch_on = new Image;
  gaestebuch_on.src = 'img/menue/bt_gaestebuch_on.png';
  gaestebuch_off = new Image;
  gaestebuch_off.src = 'img/menue/bt_gaestebuch_off.png';
  
  kontakt_on = new Image;
  kontakt_on.src = 'img/menue/bt_kontakt_on.png';
  kontakt_off = new Image;
  kontakt_off.src = 'img/menue/bt_kontakt_off.png';
  
  impressum_on = new Image;
  impressum_on.src = 'img/menue/bt_impressum_on.png';
  impressum_off = new Image;
  impressum_off.src = 'img/menue/bt_impressum_off.png';
  
  myspace_on = new Image;
  myspace_on.src = 'img/menue/bt_myspace_on.png';
  myspace_off = new Image;
  myspace_off.src = 'img/menue/bt_myspace_off.png';
  
  red_adaire_on = new Image;
  red_adaire_on.src = 'img/links/red_adaire_on.gif';
  red_adaire_off = new Image;
  red_adaire_off.src = 'img/links/red_adaire_off.gif';
  
  samavayo_on = new Image;
  samavayo_on.src = 'img/links/samavayo_on.gif';
  samavayo_off = new Image;
  samavayo_off.src = 'img/links/samavayo_off.gif';
  
  super_absorber_on = new Image;
  super_absorber_on.src = 'img/links/super_absorber_on.gif';
  super_absorber_off = new Image;
  super_absorber_off.src = 'img/links/super_absorber_off.gif';
  
  redasmonkey_on = new Image;
  redasmonkey_on.src = 'img/links/redasmonkey_on.gif';
  redasmonkey_off = new Image;
  redasmonkey_off.src = 'img/links/redasmonkey_off.gif';
  
  regioactive_on = new Image;
  regioactive_on.src = 'img/links/regioactive_on.gif';
  regioactive_off = new Image;
  regioactive_off.src = 'img/links/regioactive_off.gif';
  
  rockbuster_on = new Image;
  rockbuster_on.src = 'img/links/rockbuster_on.gif';
  rockbuster_off = new Image;
  rockbuster_off.src = 'img/links/rockbuster_off.gif';
  
  la_revolution_on = new Image;
  la_revolution_on.src = 'img/links/la_revolution_on.gif';
  la_revolution_off = new Image;
  la_revolution_off.src = 'img/links/la_revolution_off.gif';
  
  safari_on = new Image;
  safari_on.src = 'img/links/safari_on.gif';
  safari_off = new Image;
  safari_off.src = 'img/links/safari_off.gif';
  
  shy_guy_at_the_show_on = new Image;
  shy_guy_at_the_show_on.src = 'img/links/shy_guy_at_the_show_on.gif';
  shy_guy_at_the_show_off = new Image;
  shy_guy_at_the_show_off.src = 'img/links/shy_guy_at_the_show_off.gif';
  
  a_cage_called_life_on = new Image;
  a_cage_called_life_on.src = 'img/links/a_cage_called_life_on.gif';
  a_cage_called_life_off = new Image;
  a_cage_called_life_off.src = 'img/links/a_cage_called_life_off.gif';
  
  bliss_on = new Image;
  bliss_on.src = 'img/links/bliss_on.gif';
  bliss_off = new Image;
  bliss_off.src = 'img/links/bliss_off.gif';
  
  atticus_finch_on = new Image;
  atticus_finch_on.src = 'img/links/atticus_finch_on.gif';
  atticus_finch_off = new Image;
  atticus_finch_off.src = 'img/links/atticus_finch_off.gif';
  
  minorfatdiner_on = new Image;
  minorfatdiner_on.src = 'img/links/minorfatdiner_on.gif';
  minorfatdiner_off = new Image;
  minorfatdiner_off.src = 'img/links/minorfatdiner_off.gif';
  
  moorange_on = new Image;
  moorange_on.src = 'img/links/moorange_on.gif';
  moorange_off = new Image;
  moorange_off.src = 'img/links/moorange_off.gif';
  
  sportfreunde_stiller_on = new Image;
  sportfreunde_stiller_on.src = 'img/links/sportfreunde_stiller_on.gif';
  sportfreunde_stiller_off = new Image;
  sportfreunde_stiller_off.src = 'img/links/sportfreunde_stiller_off.gif';
  
  popakademie_on = new Image;
  popakademie_on.src = 'img/links/popakademie_on.gif';
  popakademie_off = new Image;
  popakademie_off.src = 'img/links/popakademie_off.gif';
}

function imgAct(img_name)
{
  if(document.images) {
    img_on = eval(img_name + '_on.src');      
	  document.getElementById(img_name).src = img_on;
  }
}

function imgInact(img_name)
{
  if(document.images) {
    img_off = eval(img_name + '_off.src');          
    document.getElementById(img_name).src = img_off;
  }
}
