function setMapLine(whichDealer) {
	if(document.getElementById && document.getElementById('optionMapList')){
		document.getElementById('optionMapList').className = 'map'+whichDealer;
	}
}
