
<!-- Begin


// Drop dowm menu script -->
function dropMenu ( )
	{
		var URL =
		document.menu.site.options
[document.menu.site.selectedIndex].value; window.location.href = URL; 
	}

document.write('<form name="menu">')
document.write('<select name="site" size="6" onChange="javascript:dropMenu ( )">')
//document.write('<option value="barneslake.html" class="drop">Barnes Lake')
document.write('<option value="bonaparte_lake.html" class="drop">Bonaparte Lake')
document.write('<option value="bouleaulake.html" class="drop">Bouleau Lake')
document.write('<option value="brownelake.html" class="drop">Browne Lake')
document.write('<option value="chute_lake_resort.html" class="drop">Chute Lake')
//document.write('<option value="campbelllake.html" class="drop">Campbell Lake')
document.write('<option value="crescentlake.html" class="drop">Crescent Lake')
document.write('<option value="deadmanlake.html" class="drop">Deadman Lake')
document.write('<option value="dominiclake.html" class="drop">Dominic Lake')
//document.write('<option value="eastbarrierelake.html" class="drop">East Barriere Lake')
//document.write('<option value="echo_lake.html" class="drop">Echo Lake')
document.write('<option value="facelake.html" class="drop">Face Lake')
//document.write('<option value="glenlake.html" class="drop">Glen Lake')
//document.write('<option value="glimpse_lake.html" class="drop">Glimpse Lake')
document.write('<option value="kelowna_northglenmore_acreage.html" class="drop">Glenmore')
document.write('<option value="greenlake.html" class="drop">Green Lake')
document.write('<option value="hatheumelake.html" class="drop">Hatheume Lake')
document.write('<option value="headwaterslake.html" class="drop">Headwaters Lake')
//document.write('<option value="HihiumLake.html" class="drop">Hihium Lake')
//document.write('<option value="hyas.html" class="drop">Hyas Lake')
document.write('<option value="idabellake.html" class="drop">Idabel Lake')
//document.write('<option value="knoufflake.html" class="drop">Knouff Lake')
document.write('<option value="kamloops.html" class="drop">Kamloops')
document.write('<option value="kelowna.html" class="drop">Kelowna')
document.write('<option value="laclejeune.html" class="drop">Lac La Jeune')
document.write('<option value="lairdlake.html" class="drop">Laird Lake') 
document.write('<option value="leightonlake.html" class="drop">Leighton Lake') 
//document.write('<option value="littlewhitelake.html" class="drop">Little White Lake') 
document.write('<option value="littleshuswaplake.html" class="drop">Little Shuswap Lake') 
//document.write('<option value="loonlake.html" class="drop">Loon Lake')
document.write('<option value="mabel_lake.html" class="drop">Mabel Lake')
//document.write('<option value="mamittlake.html" class="drop">Mamitt Lake')
document.write('<option value="missezulalake.html" class="drop">Missezula Lake') 
//document.write('<option value="murraylake.html" class="drop">Murray Lake')
document.write('<option value="okanaganlake.html" class="drop">Okanagan Lake')
//document.write('<option value="otterlake.html" class="drop">Otter Lake')
document.write('<option value="paradiselake.html" class="drop">Paradise Lake')
document.write('<option value="paskalake.html" class="drop">Paska Lake')
document.write('<option value="paullake.html" class="drop">Paul Lake')
document.write('<option value="peterhopelake.html" class="drop">Peterhope Lake')
document.write('<option value="pimainuslake.html" class="drop">Pimainus Lake')
document.write('<option value="pinantanlake.html" class="drop">Pinantan Lake')
document.write('<option value="pinaus_lake.html" class="drop">Pinaus Lake')
document.write('<option value="redLakeproperty.html" class="drop">Red Lake')
document.write('<option value="shuswap_lake.html" class="drop">Shuswap Lake')
document.write('<option value="shuswapriver.html" class="drop">Shuswap River')
document.write('<option value="smilkimeenriver.html" class="drop">Smilkimeen River')
document.write('<option value="stumplake.html" class="drop">Stump Lake')
document.write('<option value="sullivanlake.html" class="drop">Sullivan Lake')
//document.write('<option value="surrey.html" class="drop">Surrey Lake')
document.write('<option value="timothylake.html" class="drop">Timothy Lake')
//document.write('<option value="thompson_river_home.html" class="drop">Thompson River')
//document.write('<option value="tunkwalake.html" class="drop">Tunkwa Lake')
//document.write('<option value="upperarrowlakes.html" class="drop">Upper Arrow Lakes')
document.write('<option value="walloperlake.html" class="drop">Walloper Lake')
//document.write('<option value="wyselake.html" class="drop">Wyse Lake')
document.write('<option value="younglake.html" class="drop">Young Lake')
document.write('</select>')
document.write('</form>')
// End -->


