// JavaScript Document
	function sIFR_activate() {
		var cpl_url = "media/sifr_copperplate.swf";
		if(typeof sIFR == "function"){
			sIFR();
			sIFR.replaceElement("h1", cpl_url, named({sColor: "#1a1a1a", sWmode:"transparent", nWidth:430, nHeight:24, nPaddingTop:0, nPaddingBottom:4})); 
			sIFR.replaceElement("h2", cpl_url, named({sColor: "#990000", sWmode:"transparent", nWidth:430, nHeight:18, nPaddingTop:5, nPaddingBottom:3})); 
		};
	}
	
	function init() {
		sIFR_activate();
	}
	
