//javascript navigation menu

document.writeln('<a class="link-home" href="index.html">Properties</a>');
document.writeln('<a class="link-images" href="sea.html">Images</a>');
document.writeln('<a class="link-prices" href="priceswest.html">Details</a>');
document.writeln('<a href="http://www.oregonbeachvacations.com/rental/house.html?ID=81&User=ORB7050&Avail=&Stay=#checkavail" onClick="little_window(this.href); return false;">Reservations</a>');
document.writeln('<a class="link-google_map" href="google_map_sea.html">Google Map</a>');
document.writeln('<a class="link-contacts" href="webformsea.html">Contact Us</a>');
document.writeln('<a class="link-sitemap" href="sitemap.html">Site Map</a>');