showroom_off = new Image();
showroom_off.src = "showroom_off.gif";
showroom_on = new Image();
showroom_on.src = "showroom_on.gif";

custom_off = new Image();
custom_off.src = "custom_off.gif";
custom_on = new Image();
custom_on.src = "custom_on.gif";

contact_off = new Image();
contact_off.src = "contact_off.gif";
contact_on = new Image();
contact_on.src = "contact_on.gif";

shows_off = new Image();
shows_off.src = "shows_off.gif";
shows_on = new Image();
shows_on.src = "shows_on.gif";

gearware_off = new Image();
gearware_off.src = "gearware_off.gif";
gearware_on = new Image();
gearware_on.src = "gearware_on.gif";

my_gpg_off = new Image();
my_gpg_off.src = "my_gpg_off.gif";
my_gpg_on = new Image();
my_gpg_on.src = "my_gpg_on.gif";

/*
xxx_off = new Image();
xxx_off.src = "xxx_off.gif";
xxx_on = new Image();
xxx_on.src = "xxx_on.gif";
*/

/*
<ahref="#" onClick="request=window.open('http://66.98.216.5/minnesotanationalgolfcourse.com/gc_tour.php?hole=1','holewin','width=647,height=403,toolbar=no,menubar=no,status=no,resizable=no,scrollbars=no,screenX=10,screenY=10,left=10,top=10');" />
*/

function showCar(car) {
  url="showcar.php?car=" + car;
  windowName="picWin";
  windowFeatures="width=800,height=600,toolbar=no,menubar=no,status=no,resizable=no,scrollbars=no,screenX=10,screenY=10,left=10,top=10";
  newwin=window.open(url, windowName, windowFeatures);
  newwin.focus();
  return false;
}

function showSpecs(url) {
  windowName="specsWin";
  windowFeatures="width=540,height=470,toolbar=no,menubar=no,status=no,resizable=no,scrollbars=no,screenX=10,screenY=10,left=10,top=10";
  newwin=window.open(url, windowName, windowFeatures);
  newwin.focus();
  return false;
}