ÿþ<!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-contact.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> <table border=0 cellpadding=0 cellspacing=0 width=150> <tr> <td align=center><br><A HREF="index.html" onMouseOver="MouseOn('home');" onMouseOut="MouseOff('home');"> <IMG name="home" src="buttons/home-up.jpg" border= 0></A></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> <img name="contact" src="buttons/contact-up.jpg" border= 0></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>Reservations:<br><br>Phone: (250) 566-9119<br>Fax: (250) 566-4114<br><br> </td> </tr> <tr> <td align=center> For any questions email me, Sue Marko at: <a href="mailto:misskitty@cougarmountainlodge.com">misskitty@cougarmountainlodge.com<br><br></td> </tr> <tr> <td align=center>Address:<br><br>4540 North Hwy 5<br>Valemount, BC<br>V0E 2Z0</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>