function fnDisplayGarageMap(){
	var str = "<A href='javascript:void(document.location.reload());'><IMG src='/Assets/imgs/Garages_CarSales.gif' width='99%' height='99%' border='0'></A>";
	document.getElementById("GarageContainer").innerHTML = str;
}