<!-- hide this script from non-javascript-enabled browsers

  if (document.images) {
  sculptureBtnON = new Image(150 ,35);
  sculptureBtnON.src = "graphics/sculptureBtnON.gif";
  sculptureBtn = new Image(150 ,35);
  sculptureBtn.src = "graphics/sculptureBtn.gif";
  impetusBtnON = new Image(150 ,35);
  impetusBtnON.src = "graphics/impetusBtnON.gif";
  impetusBtn = new Image(150 ,35);
  impetusBtn.src = "graphics/impetusBtn.gif";
  graphicBtnON = new Image(150 ,35);
  graphicBtnON.src = "graphics/graphicBtnON.gif";
  graphicBtn = new Image(150 ,35);
  graphicBtn.src = "graphics/graphicBtn.gif";
  contactBtnON = new Image(150 ,35);
  contactBtnON.src = "graphics/contactBtnON.gif";
  contactBtn = new Image(150 ,35);
  contactBtn.src = "graphics/contactBtn.gif";
  collageBtnON = new Image(150 ,35);
  collageBtnON.src = "graphics/collageBtnON.gif";
  collageBtn = new Image(150 ,35);
  collageBtn.src = "graphics/collageBtn.gif";
  FcollageBtnON = new Image(150 ,35);
  FcollageBtnON.src = "graphics/FcollageBtnON.gif";
  FcollageBtn = new Image(150 ,35);
  FcollageBtn.src = "graphics/FcollageBtn.gif";
  }

function turnON(imgName) {

        if (document.images) {
             BtnOn = eval(imgName + "BtnON.src");
             document[imgName].src = BtnOn;
        }
}

function turnOFF(imgName) {

        if (document.images) {
            BtnOff = eval(imgName + "Btn.src")
            document[imgName].src = BtnOff;
        }
}


function right(e) {
if (navigator.appName == 'Netscape' &&
(e.which == 3 || e.which == 2))
return false;
else if (navigator.appName == 'Microsoft Internet Explorer' &&
(event.button == 2 || event.button == 3)) {
alert("These images are copyright.  Please do not try to copy them.");
return false;
}
return true;
}

document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;


//-->

