// SIFR
if(typeof sIFR == "function"){
    sIFR.replaceElement(".nav_link", named({sFlashSrc: "sIFR/zurich_bt.swf", sColor: "#DDDDDD", sWmode: "Transparent", sLinkColor: "#DDDDDD", sHoverColor:"#BF2C2C"}));
	sIFR.replaceElement("#h1_home", named({sFlashSrc: "sIFR/zurich_bt.swf", sColor: "#8F8F8F", sWmode: "Transparent"}));
	sIFR.replaceElement("#h1_univers_cond", named({sFlashSrc: "sIFR/univers_condensed.swf", sColor: "#2A2A2A", sWmode: "Transparent"}));
	sIFR.replaceElement("#h2_menu_left", named({sFlashSrc: "sIFR/univers_condensed.swf", sColor: "#2A2A2A", sWmode: "Transparent"}));
	sIFR.replaceElement(".h3_body", named({sFlashSrc: "sIFR/univers_condensed.swf", sColor: "#2A2A2A", sWmode: "Transparent"}));
	sIFR.replaceElement(".span_fleet_title", named({sFlashSrc: "sIFR/univers_condensed.swf", sColor: "#2A2A2A", sWmode: "Transparent"}));
	sIFR.replaceElement("#h3_desc_title", named({sFlashSrc: "sIFR/univers_condensed.swf", sColor: "#2A2A2A", sWmode: "Transparent"}));
};

// Pop-up window
function popup(src, type, w, h) {
	var popped = window.open('/popup.php?type='+type+'&w='+w+'&h='+h+'&src='+src, 'Gama', 'width='+w+',height='+h);
	popped.moveTo(((screen.width/2)-(w/2)),((screen.height/2)-(h/2)));
	popped.focus();
}

// Launch 360 view
function launch360(fleet_id) {
	popup(fleet_id, '360', 300, 400);
}