<!--

function openMap(image) {
	//alert("Test");
	window.open("directions.asp?map=" + image, "Directions", "HEIGHT=450,WIDTH=450");
}

//-->