//* SIDEWINDER INN Hudson Bay Mountain *//
//* ********************************** *//

// open picture full size in new window with description and close window link
function fullPic(mycontent, mydesc, pw, ph) {
    var OpenWindow=window.open("", "newwin", "width="+pw+",height="+ph+",top=0,left=70");
    OpenWindow.document.write("<HTML>")
    OpenWindow.document.write("<HEAD>")
    OpenWindow.document.write("<TITLE>Sidewinder Inn</TITLE>")
    OpenWindow.document.write("<STYLE>span, a {font-family:verdana;font-size:10px;}</STYLE>")
    OpenWindow.document.write("</HEAD>")
    OpenWindow.document.write("<BODY>")
    OpenWindow.document.write("<CENTER>")
    OpenWindow.document.write('<img src="'+mycontent+'"><br>')
    OpenWindow.document.write('<span>'+mydesc+'</span><br>')
    OpenWindow.document.write("<a href='' onClick='self.close()'>close window</a>")
    OpenWindow.document.write("</CENTER>")
    OpenWindow.document.write("</BODY>")
    OpenWindow.document.write("</HTML>")
    OpenWindow.document.close()
}
    
 //for sale display
function innForsale() {
 //var e = '<p><img border="0" src="images/4sale2s.gif" id="forsalesign" />'
 var e = '<p>Beautiful and well situated ski-in/ski-out mountainside chalet. 7 bedrooms, large kitchen, cozy recreation room, relaxing hot tub and on deck BBQ. Separate loft area and bedroom for owners (on-site weekends),unless otherwise arranged, private room for on-site Inn Keeper. 10% deposit will be retained if cancellation is not one week in advance of booking to allow time to rebook. </p>'
 e += '<p>&nbsp;</p>'
 
 dsp = document.getElementById? document.getElementById("contentb") : document.all.contentb
 dsp.innerHTML = e;
}
// Rooms and Rates display
function innRooms() {
 var e = '<h5 style="margin-bottom:5px;">Rooms & Rates:</h5>'
 e += '<p>Number of Rooms: 7</p>'
 //e += '<p>Breakfast Service: Full</p>'
 //e += '<p>Dinner Service: Full</p>'
 e += '<p>Beds Available: Twin, queen</P>'
 e += '<p>Bathrooms Available: Shared, Private, + Washbasin in rooms</p>'
 e += '<p>Check in: 4:00pm   Check out: 11:00am</p>'
 //e += '<p>Check out: 11:00am</p>'
 e += '<p>Common areas are to be shared prior to check in and after check out.</p>'
e += '<p>&nbsp;</p>'
 e += '<p>$110 per regular room, $180 for family room or $600 for all rooms (max occupancy 14), additional guests may be accommodated for an additional fee. Prime time rates during Christmas break and March weekends are $600-unit, $140-room, $210-family room, 10% deposit required.</p>'
 //e += '<p>Dining area, living room &amp; recreation room with billiard table, Indoor-Outdoor hot tub. A gorgeous mountain getaway ambiance.</p>'
    
 dsp = document.getElementById? document.getElementById("contentb") : document.all.contentb
 dsp.innerHTML = e;
 
}

// Reservation display
function innReserve() {
 var e = '<h5 style="margin-bottom:5px;">Reservations:</h5>'
 e += '<p>The Inn will be taking bookings for the 2011-2012 ski season.</p>'
 e += '<p>&nbsp;</p>'
 e += '<p>Reservations may be made through Uniglobe Priority Travel Services at <p>1-800-663-4291 , Press 1 for Smithers Office - Judy</p>'
 e += '<p>Mailing Address: 1181 Main Street, Box 3879, Smithers, BC, V0J 2N0</p>'
 //e += '<p><a target="_blank" href="http://tools.bcweb.net/smithers/trip/accom.shtml" class="swlinks">Smithers Tourism</a> or private cabins for rent - contact the Ski Smithers Office (250-847-2058).</p>'
    
 dsp = document.getElementById? document.getElementById("contentb") : document.all.contentb
 dsp.innerHTML = e;
 
}

// Site seeing display
function innSites() {
 var e = '<h5 style="margin-bottom:5px;">Siteseeing:</h5>'
 e += '<p>Smithers B.C. and the Bulkley Valley offer exceptional hiking and biking trails as well as great opportunity for fishing, river rafting, paddling, wildlife viewing and more. Stay with us at Sidewinder Inn on Hudson Bay Mountain and pursue your northern recreational adventure. Located just past the main ski area, on your right, directly across from parking lot #2. Start your day by making a full breakfast and take along lunch made in our spacious kitchen. At the end of each day, relax in the hot tub or play a game of pool while reflecting on the days pursuits. Let us help you plan your activities or just point you in the right direction. Whatever your recreational passion, we can help organize your northern adventure.</p>'

 dsp = document.getElementById? document.getElementById("contentb") : document.all.contentb
 dsp.innerHTML = e;

}

// Gallery display
function innGallery() {
 var e = '<h5 style="margin-bottom:5px;">Gallery:</h5>'
 e += '<p>'
 e += '<map name="forsale" id="forsale">'
 e += '<area shape="rect" coords="0,0,90,130" href="javascript:fullPic('
 e += "'images/Scenery03.jpg','Sidewinder Inn', '394', '591')"
 e += '" />'
 e += '<area shape="rect" coords="96,0,245,80" href="javascript:fullPic('
 e += "'images/mountain.JPG','Sidewinder Inn', '301', '231')"
 e += '" />'
 e += '<area shape="rect" coords="250,0,400,80" href="javascript:fullPic('
 e += "'images/Scenery05.jpg','Sidewinder Inn', '660', '464')"
 e += '" />'
 e += '<area shape="rect" coords="332,121,399,128" href="http://www.sandrah.biz/feature/mlsn164348/feature.htm" target="_blank" title="Feature Listing on www.sandrah.biz" />'
 e += '</map>'
 e += '<img src="images/Gallerymain.gif" border="0" usemap="#forsale" />'
 e += '</p>'

 dsp = document.getElementById? document.getElementById("contentb") : document.all.contentb
 dsp.innerHTML = e;

}

// contacts display
function innContacts() {
 var e = '<h5 style="margin-bottom:5px;">Contact:</h5>'
 e += '<p>Your hosts: Margaret and Richard</p>'
 //e += '<p>Phone: 1-800-663-4291</p>'
 e += '<p>Email: <a href="mailto:info@sidewinderinn.com" class="swlinks">Sidewinderinn</a></p>'
 e += '<h5 style="margin:5px 0;">Address:</h5>'
 e += '<p>&nbsp;140 Prairie Road<br/>&nbsp;Smithers, British Columbia<br/>&nbsp;V0J 2N0</p>'

 dsp = document.getElementById? document.getElementById("contentb") : document.all.contentb
 dsp.innerHTML = e;
 
}

// privacy display
function innPrivacy() {
 var e = '<h5 style="margin-bottom:5px;">Privacy Statement:</h5>'
 e += '<p>When you visit the Sidewinder Inn website, our web server automatically collects a limited amount of information essential for the operation and security of our website.'
 e += 'Some of this information may identify who you are,&nbsp; such as your internet domain name or IP address.'
 e += 'The extent of personal identification depends, in large part, on the &quot;naming standards&quot; followed by your internet service provider.</p>'
 e += '<p>&nbsp;</p>'
 e += '<p>When you voluntarily send us electronic mail or complete an electronic form that includes identifying information about you, we will keep a record of this information so that we can respond to you. We do not sell or trade this information.</p>'

 dsp = document.getElementById? document.getElementById("contentb") : document.all.contentb
 dsp.innerHTML = e;
 
}
