function goto_region(d) { v=d.options[d.selectedIndex].value; center=v.substring(0,1); region=v.substring(2,v.length); if (center == "C" ) { url="centralconditions.html?#"+region; } else if ( center == "N" ) { url="northconditions.html?#"+region; } else if ( center == "S" ) { url="southconditions.html?#"+region; } d.options[d.selectedIndex].value=''; document.srch.action="http://www.xcountryski-vermont.com/"+url; document.srch.submit(); } document.write('
'); document.write('
'); document.write('Search for a cross country center below:
'); document.write('
');