if (document.images) {

  var button0_up = new Image();
  button0_up.src="images/menupics/rest/r_home.gif";
  
  var button0_over = new Image();
  button0_over.src="images/menupics/hover/h_home.gif";
  
  var button0_down = new Image();
  button0_down.src="images/menupics/push/p_home.gif";
  
  
  var button1_up = new Image();
  button1_up.src="images/menupics/rest/r_art.gif";
  
  var button1_over = new Image();
  button1_over.src="images/menupics/hover/h_art.gif";
  
  var button1_down = new Image();
  button1_down.src="images/menupics/push/p_art.gif";


  var button2_up = new Image();
  button2_up.src="images/menupics/rest/r_artist.gif";
  
  var button2_over = new Image();
  button2_over.src="images/menupics/hover/h_artist.gif";
  
  var button2_down = new Image();
  button2_down.src="images/menupics/push/p_artist.gif";


  var button3_up = new Image();
  button3_up.src="images/menupics/rest/r_info.gif";
  
  var button3_over = new Image();
  button3_over.src="images/menupics/hover/h_info.gif";
  
  var button3_down = new Image();
  button3_down.src="images/menupics/push/p_info.gif";


  var button4_up = new Image();
  button4_up.src="images/menupics/rest/r_shows.gif";
  
  var button4_over = new Image();
  button4_over.src="images/menupics/hover/h_shows.gif";
  
  var button4_down = new Image();
  button4_down.src="images/menupics/push/p_shows.gif";


  var button5_up = new Image();
  button5_up.src="images/menupics/rest/r_links.gif";
  
  var button5_over = new Image();
  button5_over.src="images/menupics/hover/h_links.gif";
  
  var button5_down = new Image();
  button5_down.src="images/menupics/push/p_links.gif";
 

  var lcd_spin = new Image();
  lcd_spin.src="images/menupics/LCD/blur.gif";
  
}

function over_button0() {
  if (document.images) {
    document["buttonZero"].src = button0_over.src
  }
}

function up_button0() {
  if (document.images) {
    document["buttonZero"].src = button0_up.src
  }
}

function dn_button0() {
  if (document.images) {
    document["buttonZero"].src = button0_down.src
    document["LCD"].src = lcd_spin.src
  }
}

function over_button() {
  if (document.images) {
    document["buttonOne"].src = button1_over.src
  }
}

function up_button() {
  if (document.images) {
    document["buttonOne"].src = button1_up.src
  }
}

function dn_button() {
  if (document.images) {
    document["buttonOne"].src = button1_down.src
    document["LCD"].src = lcd_spin.src
  }
}

function over_button2() {
  if (document.images) {
    document["buttonTwo"].src = button2_over.src
  }
}

function up_button2() {
  if (document.images) {
    document["buttonTwo"].src = button2_up.src
  }
}

function dn_button2() {
  if (document.images) {
    document["buttonTwo"].src = button2_down.src
    document["LCD"].src = lcd_spin.src
  }
}

function over_button3() {
  if (document.images) {
    document["buttonThree"].src = button3_over.src
  }
}

function up_button3() {
  if (document.images) {
    document["buttonThree"].src = button3_up.src
  }
}

function dn_button3() {
  if (document.images) {
    document["buttonThree"].src = button3_down.src
    document["LCD"].src = lcd_spin.src
  }
}

function over_button4() {
  if (document.images) {
    document["buttonFour"].src = button4_over.src
  }
}

function up_button4() {
  if (document.images) {
    document["buttonFour"].src = button4_up.src
  }
}

function dn_button4() {
  if (document.images) {
    document["buttonFour"].src = button4_down.src
    document["LCD"].src = lcd_spin.src
  }
}


function over_button5() {
  if (document.images) {
    document["buttonFive"].src = button5_over.src
  }
}

function up_button5() {
  if (document.images) {
    document["buttonFive"].src = button5_up.src
  }
}

function dn_button5() {
  if (document.images) {
    document["buttonFive"].src = button5_down.src
    document["LCD"].src = lcd_spin.src
  }
}


