/*
  map_rollover.js
  
  /campaign/index.html
-------------------------------------------------------------------*/


/*
  on
-------------------------------------------------------------------*/
function mapImage01 (el){
	document.getElementById('mapimage01').src = el;
}

function mapImage02 (el){
	document.getElementById('mapimage02').src = el;
}


/*
  off
-------------------------------------------------------------------*/

function mapImageOff01 (){
	document.getElementById('mapimage01').src = "images/index_ph002.jpg";
}

function mapImageOff02 (){
	document.getElementById('mapimage02').src = "images/index_ph003.jpg";
}