/*
Generated at: Wed, 17 Dec 2008 08:57:17 +0100
Generated from:
- map_highlight.js
*/

function mapPreload(baseURL)
{mapImages=Array('map_allendorf.png','map_biebertal.png','map_buseck.png','map_fernwald.png','map_giessen.png','map_gruenberg.png','map_heuchelheim.png','map_hungen.png','map_lahnau.png','map_laubach.png','map_langgoens.png','map_lich.png','map_linden.png','map_lollar.png','map_pohlheim.png','map_rabenau.png','map_reiskirchen.png','map_staufenberg.png','map_wettenberg.png','map_muecke.png');preImages=Array();for(i=0;i<mapImages.length;i++)
{tmpImg=new Image();tmpImg.setAttribute('src',baseURL+mapImages[i]);preImages.push(tmpImg);}}
function mapHighlight(targetID,imgName)
{tmpTarget=document.getElementById(targetID);tmpNewSrc=tmpTarget.src.substr(0,tmpTarget.src.lastIndexOf('/')+1)+imgName;if(tmpTarget.src!=tmpNewSrc){tmpTarget.src=tmpNewSrc;}}