
function centerlocator(what){
var vin=what.options[what.selectedIndex]
if (document.getElementById && vin.getAttribute("target")=="newwin")
window.open(vin.value)
else
window.location=vin.value
}