<!--
document.write('<form name="selecter1"><select class="form" name="select1" onChange="go1()" size=1>');
document.write('<option selected value=none>Select a Property');
document.write('<option value=none>------------------------------');
document.write('<option value="#general">General K-W Information');
document.write('<option value="#northfield">Northfield Gardens');
document.write('<option value="#heritage">Heritage');
document.write('<option value="#theestates">The Estates');
document.write('<option value="#ridgeway">Ridgeway and Somerset');
document.write('<option value="#glenroyal">The Glen Royal');
document.write('</select>');
document.write('</form>');
// end hiding contents -->
