function awesomemenu(div) {
	aClose('m1');
	aClose('m2');
	aClose('m3');
	aClose('m4');
	aClose('m5');
//	aClose('m6');
	aClose('m7');
	aOpen(div);	
}

function aOpen(div) {
	if($(div).getStyle('height') == "0px"){
	var aboutmenu = new Fx.Height(div, {duration: 300});
	aboutmenu.custom(0,200);
	}
}

function aClose(div) {
	if($(div).getStyle('height') != "0px"){
	var aboutmenu = new Fx.Height(div, {duration: 100});
	aboutmenu.custom(200,0);
	}
}


if(typeof sIFR == "function"){
sIFR.replaceElement(named({sSelector:"#content h1",  sFlashSrc:"chalet-london1970.swf", sColor:"#66B6C1", sWmode:"transparent"}));
sIFR.replaceElement(named({sSelector:"#content h2",  sFlashSrc:"chalet-london1970.swf", sColor:"#16555d", sWmode:"transparent"}));
sIFR.replaceElement(named({sSelector:"#content h3",  sFlashSrc:"chalet-london1970.swf", sColor:"#000000", sWmode:"transparent"}));
sIFR.replaceElement(named({sSelector:"#content h6",  sFlashSrc:"chalet-london1970.swf", sColor:"#66B6C1", sWmode:"transparent"}));
};


function runSiteScripts() {

// <![CDATA[
var so = new SWFObject("flashnav.swf", "flashanim2", "1000", "350", "6", "ffffff");
so.addParam("wmode", "transparent");
so.write("flashnav");
// ]]>

// gets rid of focus box on click
if(document.getElementsByTagName) {
var a = document.getElementsByTagName("a");
//collect all anchors A
for(var i = 0; i < a.length; i++){
// mouse onfocus, blur anchors
a[i].onfocus = function(){this.blur();};
}
}

}