﻿function chooseState(state) {
	if (state != "none") 
		window.open("dealers/state/"+state+".html", "state_info", "width=480, height=400, scrollbars=yes, resizble=yes, status=yes");
		state_info.focus();
}

function chooseRegion(region) {
	if (region != "none")
		window.open("dealers/region/"+region+".html", "region_info", "width=480, height=400, scrollbars=yes, resizble=yes, status=yes");	
		region_info.focus();
}
