function getpage(category) {
 if (category=='chalets') {
   document.getElementById('iframe1').src='chalets/chalets.asp?beds=2';
 } else {
   document.getElementById('iframe1').src='category/'+category+'/'+category+'.html'; 
 }
}

function calcHeight() {
 window.scroll(0,0);
 if (location.href.indexOf("q=cache:") > -1) { return; }
 
  document.getElementById('iframe1').style.height= '100%'; //reset size
	if (document.all)  {
	    var newheight = document.getElementById('iframe1').contentWindow.document.body.scrollHeight; //explorer
	} else if (document.getElementById) {
	    var newheight = document.getElementById('iframe1').contentDocument.height; //netscape 8
	} else if (document.layers)  {
	    var newheight = document.getElementById('iframe1').contentDocument.height; //netscape 4
	}
	  document.getElementById('iframe1').style.height= newheight+'px';
}

function breakout() {
   var url=window.location.search.substring(1);
   if (url) {
      if (location.href.indexOf("q=cache:") > -1) {
         document.getElementById('iframe1').src="http://bluemountainchalets.com/category/home/home.html";
      } else {
        document.getElementById('iframe1').src=url;
      }
}}

function getWeather() {
  document.getElementById('weatherframe').src="http://btn.weather.ca/weatherbuttons/template8.php?placeCode=CAON0158&category0=Cities&containerWidth=150&btnNo=&backgroundColor=blue&multipleCity=&citySearch=0&celsiusF=C"
}

function onLineAgent() {
  window.open('http://messenger.providesupport.com/messenger/bluemountainchalets.html','chat','menubar=0,location=0,scrollbars=auto,resizable=1,status=0,width=600,height=550');
}
