<!--
if (document.images) {
var Nbuttcheckout_up = new Image(90,21)
Nbuttcheckout_up.src = "images/butt_checkou_up.gif"
var Nbuttcheckout_over = new Image(90,21)
Nbuttcheckout_over.src = "images/butt_checkou_over.gif"
}
if (document.images) {
var Nbuttshop_up = new Image(88,21)
Nbuttshop_up.src = "images/butt_shop_up.gif"
var Nbuttshop_over = new Image(88,21)
Nbuttshop_over.src = "images/butt_shop_over.gif"
}
// function that displays status bar message

function dm(msgStr) {
  document.returnValue = false;
  if (document.images) { 
     window.status = msgStr;
     document.returnValue = true;
  }
}
// functions that swap images

function di(id,name){
  if (document.images) document.images[id].src=eval(name+".src");
}

function In(object,nr)
{
    if (object.style)
      object.style.backgroundColor = '#F8C45B';
}
function Out(object,nr)
{
    if (object.style)
      object.style.backgroundColor = '#080235';
}
function In2(object,nr)
{
    if (object.style)
      object.style.backgroundColor = '#8021AF';
}
function Out2(object,nr)
{
    if (object.style)
      object.style.backgroundColor = '#F8C45B';
}
//-->
