current_overID = "";
last_overID = "";
 
function item (img_name,width,height)
  {
 
img_prefix = img_name;
this.slide_img = new Image (width,height);
this.slide_img.src = "images/links_" + img_prefix + ".png";
  }
 
function new_item (img_name,width,height)
  {
 
item [img_name] = new item (img_name,width,height);
  }
 
function mouseover1 (itemID)
  {
current_overID = itemID;
if (current_overID != last_overID) {
document.jrcmap1.src = item [current_overID].slide_img.src;
  }
}

new_item ("behindthescenes", 964, 35);
new_item ("bookanevent", 964, 35);
new_item ("buythedvd", 964, 35);
new_item ("contact", 964, 35);
new_item ("press", 964, 35);
new_item ("screeningsevents", 964, 35);
new_item ("default",964,35);
new_item ("home",964,35);