function showbeach(){
var theContents = document.getElementById('DDLBeaches')[document.getElementById('DDLBeaches').selectedIndex].value;
window.location="/customers/your-area/geo.aspx?bid=" + theContents;
}
