/**
 */
/* ----------------------------------------------------------------------------------- */


function mapImage (el){
	document.getElementById('map-rollover').src = el;
}

function mapImageOff (){
	document.getElementById('map-rollover').src = "/company/images/index_ph001.jpg";
}
