// JavaScript Document

//Load Flash Header

swfobject.registerObject("FlashID");


//Load sIFR Functions

if(typeof sIFR == "function"){ 

	var headings = named({sFlashSrc : "/swf/helvetica.swf", sColor : "#000000", sWmode : "transparent"});
    sIFR.replaceElement("#leftcol h2,#leftcol h3,#leftcol h4,.register-title", headings);

// Perferred "named argument" syntax
	var headings = named({sFlashSrc : "/swf/helvetica.swf", sColor : "#E67EB8", sWmode : "transparent"});
    sIFR.replaceElement("h1", headings);
	
		var headings = named({sFlashSrc : "/swf/Tekton-Pro.swf", sColor : "#626260", sWmode : "transparent"});
    sIFR.replaceElement("h2", headings);
};

