Image1= new Image(660,130)
Image1.src = "http://www.indexskateboarding.com/wp/wp-content/themes/index 2.0/images/nav5.gif"

Image2 = new Image(660,130)
Image2.src = "http://www.indexskateboarding.com/wp/wp-content/themes/index 2.0/images/nav_about.gif"

Image3 = new Image(660,130)
Image3.src = "http://www.indexskateboarding.com/wp/wp-content/themes/index 2.0/images/nav_team.gif"

Image4 = new Image(660,130)
Image4.src = "http://www.indexskateboarding.com/wp/wp-content/themes/index 2.0/images/nav_locations.gif"

Image5 = new Image(660,130)
Image5.src = "http://www.indexskateboarding.com/wp/wp-content/themes/index 2.0/images/nav_products.gif"

Image6 = new Image(660,130)
Image6.src = "http://www.indexskateboarding.com/wp/wp-content/themes/index 2.0/images/nav_news.gif"

Image7 = new Image(660,130)
Image7.src = "http://www.indexskateboarding.com/wp/wp-content/themes/index 2.0/images/nav_events.gif"

Image8 = new Image(660,130)
Image8.src = "http://www.indexskateboarding.com/wp/wp-content/themes/index 2.0/images/nav_randoms.gif"

function zoomabout() {
document.emp.src = Image2.src; return true;
}

function zoomteam() {
document.emp.src = Image3.src; return true;
}

function zoomlocations() {
document.emp.src = Image4.src; return true;
}

function zoomproducts() {
document.emp.src = Image5.src; return true;
}

function zoomnews() {
document.emp.src = Image6.src; return true;
}

function zoomevents() {
document.emp.src = Image7.src; return true;
}

function zoomrandoms() {
document.emp.src = Image8.src; return true; 
}

function original() {
document.emp.src = Image1.src; return true; 
}


function showPic (whichpic) {
 if (document.getElementById) {
  document.getElementById('placeholder')
  .src = whichpic.href;

  return false;
 } else {
  return true;
 }
}

