//yee ol sIFR
if(typeof sIFR == "function"){
sIFR.replaceElement(named({sSelector:"#content h1",  sFlashSrc:"http://latitudesportsclubs.com/build/avenirBook.swf", sColor:"#f57921", sWmode:"transparent"}));
};


function popDisplay(id) {window.open(id + ".asp","windowName","scrollbars=yes,toolbar=no,menubar=no,statusbar=no,resizable=yes,width=820,height=660,left=100,top=100");}

function popDisplaySM(id) {window.open(id + ".asp","windowName","scrollbars=yes,toolbar=no,menubar=no,statusbar=no,resizable=yes,width=400,height=280,left=100,top=100");}

function popDisplayVARS(id) {window.open(id,"windowName","scrollbars=yes,toolbar=no,menubar=no,statusbar=no,resizable=yes,width=820,height=660,left=100,top=100");}

function popDisplayDetails(id) {window.open(id,"windowName","scrollbars=yes,toolbar=no,menubar=no,statusbar=no,resizable=yes,width=400,height=280,left=100,top=100");}


function runSiteScripts() {

// 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();};
}
}

}
