// Make calls to other operations from this file. 


// fired at the end of the page once all html has loaded
function onDOMload () {
	if(typeof sIFR == "function"){
		switchFonts();
	};
	if(typeof buildTransitions == "function") {
		buildTransitions();
	};
};

// fired once all content has loaded
function onPageLoad () {
	
};



document.onload = onPageLoad();

function replace_banner() {
	
	
	// Default Values
	var width = 737;
	var height = 262;
	
	

	// define a new flash object
	var f1 = new FlashObject("/_assets/flash/sibmar_homeani.swf", "banner", width, height, "7.0.0", "#FFFFFF", false );
	// send parameters to flash 
	f1.addParam("quality", "high");
	f1.addParam("menu", "false");
	f1.addParam("wmode", "transparent");
	// draw the flash element to the screen.
	f1.write("banner");
}