ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>Cougar Mountain Lodge - Luxury Accommodation - Valemount, B.C.</title> <SCRIPT LANGUAGE="JAVASCRIPT"> <!-- hide JavaScript code from browsers that are not JavaScript enabled if (document.images) { //if browser supports images //preload our images var home_off = new Image(); home_off.src = "buttons/home-up.jpg"; var home_on = new Image(); home_on.src = "buttons/home-down.jpg"; var lodge_off = new Image(); lodge_off.src = "buttons/lodge-up.jpg"; var lodge_on = new Image(); lodge_on.src = "buttons/lodge-down.jpg"; var location_off = new Image(); location_off.src = "buttons/location-up.jpg"; var location_on = new Image(); location_on.src = "buttons/location-down.jpg"; var rates_off = new Image(); rates_off.src = "buttons/rates-up.jpg"; var rates_on = new Image(); rates_on.src = "buttons/rates-down.jpg"; var activities_off = new Image(); activities_off.src = "buttons/activities-up.jpg"; var activities_on = new Image(); activities_on.src = "buttons/activities-down.jpg"; var contact_off = new Image(); contact_off.src = "buttons/contact-up.jpg"; var contact_on = new Image(); contact_on.src = "buttons/contact-down.jpg"; } function MouseOn(imageName) { if (document.images) { //if browser supports images if( eval(imageName + "_on.complete")) { //is the image completely downloaded document.images[imageName].src = eval(imageName + "_on.src"); } //end eval for complete } //end image support in browser check } //end function MouseOn function MouseOff(imageName) { if (document.images) { //if browser supports images if( eval(imageName + "_off.complete")) { //is the image completely downloaded document.images[imageName].src = eval(imageName + "_off.src"); } //end eval for complete } //end image support in browser check } //end function MouseOff //end hiding of JavaScript code --> </SCRIPT> <STYLE TYPE="text/css"> <!-- BODY { color:#2A3752; font-family:serif, cursive; background-color:#D1D7D9; } --> </STYLE> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <table border="0" cellpadding="0" cellspacing="0" width="100%" height="100%"> <tr> <td valign="top"> <table border="0" cellpadding="0" cellspacing="0" width="100%" height=220> <tr> <td valign="top" width=600><img src="page graphics/top-left-home.gif" border="0" width=600 height=220></td> <td valign="top" background="page graphics/top-middle2.gif" width="50%"><img src="/page graphics/header-hidden3.gif" border="0" height=220></td> <td valign="top"><img src="page graphics/top-right2.gif" border="0" width=111 height=220></td> </tr> </table> </td> </tr> <tr> <td> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td background="page graphics/side-middle.gif" width=150 valign="top"> <table border=0 cellpadding=0 cellspacing=0 width=150> <tr> <td align=center><br> <IMG name="home" src="buttons/home-up.jpg" border= 0></td> </tr> <tr> <td align=center><A HREF="lodge.htm" onMouseOver="MouseOn('lodge');" onMouseOut="MouseOff('lodge');"> <img name="lodge" src="buttons/lodge-up.jpg" border= 0></a></td> </tr> <tr> <td align=center><A HREF="location.htm" onMouseOver="MouseOn('location');" onMouseOut="MouseOff('location');"> <img name="location" src="buttons/location-up.jpg" border= 0></a></td> </tr> <tr> <td align=center><A HREF="rates.htm" onMouseOver="MouseOn('rates');" onMouseOut="MouseOff('rates');"> <img name="rates" src="buttons/rates-up.jpg" border= 0></a></td> </tr> <tr> <td align=center><A HREF="activities.htm" onMouseOver="MouseOn('activities');" onMouseOut="MouseOff('activities');"> <img name="activities" src="buttons/activities-up.jpg" border= 0></a></td> </tr> <tr> <td align=center><A HREF="contact.htm" onMouseOver="MouseOn('contact');" onMouseOut="MouseOff('contact');"> <img name="contact" src="buttons/contact-up.jpg" border= 0></a></td> </tr> <tr> <td><img src="page graphics/header-hidden3.gif" border="0"></td> </tr> </table></td> <td rowspan=2 valign=top> <table width=650> <tr> <td align=center><a href="http://canada.businessesforsale.com/canadian/Luxurious-Cougar-Mountain-Lodge-Bed-and-Breakfast-In-Rocky-Mountains-For-Sale.aspx" target="_blank">THIS PROPERTY IS FOR SALE</a></td> <tr> <td>Cougar Mountain Lodge, operated by me, <a href="contact.htm">Sue Marko</a>, is a large log home set on 5 acres of prime mountain property. It is close to all amenities and offers direct access to Canada's finest snowmobiling, cat-skiing, helicopter skiing, river rafting and hiking.<br><br></td> </tr> <tr> <td align=center> <img src="lodge pics/home-lodge.jpg" border=0><br><br></td> </tr> <tr> <td>The lodge itself offers an excellent place to relax after your days activities. With satellite TV, wireless internet connectivity, private & secure parking, poker table and heated work shop, you will find many activities available to keep you busy.<br><br></td> </tr> </table></td> </tr> <tr> <td valign="top"><img src="page graphics/side-bottom.gif" width=150 height=80></td> </tr> </table> </td> </tr> </table> </body> </html>