var imageOK = true;




function imgChg(imgID, imgFile) {
  if ( imageOK ) { document [imgID].src = imgFile.src; }
}
if( imageOK ) {

  button10off = new Image(); button10off.src = "/images/footer/foot_but_search.gif";
  button10on = new Image(); button10on.src = "/images/footer/foot_but_search_on.gif";

  button20off = new Image(); button20off.src = "/images/footer/foot_but_gloss.gif";
  button20on = new Image(); button20on.src = "/images/footer/foot_but_gloss_on.gif";

  button30off = new Image(); button30off.src = "/images/footer/foot_but_contact.gif";
  button30on = new Image(); button30on.src = "/images/footer/foot_but_contact_on.gif";

  button40off = new Image(); button40off.src = "/images/footer/foot_but_home.gif";
  button40on = new Image(); button40on.src = "/images/footer/foot_but_home_on.gif";
  
  button50off = new Image(); button50off.src = "/images/footer/foot_but_toppage.gif";
  button50on = new Image(); button50on.src = "/images/footer/foot_but_toppage_on.gif";
}

else {

  next1 = 0; back1 = 0; 

}