/**
	$Revision: 1.3 $
*/
if(typeof sIFR == "function"){
	if (printVer != true) {
		var a = new Array("#cc3399", "#9900cc", "#996600", "#689808", "#006ebf"); // colors for scheme 1, 2, 3... (see style.css)
		var b = document.getElementsByTagName("body")[0].className; // stores the class name
		var c = b.match(/\d*$/); // gets the last numbers 
		var fontColor = "#000000"; // default color is black
		if (b.lastIndexOf("scheme")>=0 && c>=0 && a.length>=c[0]) { // set the color
			fontColor = a[c[0]-1];
		}

		sIFR.replaceElement(
			named({
				sSelector:"div#spec3 span.no",
				sFlashSrc:sifrSrc, 
				sColor:"#006ebf",
				sLinkColor:"#006ebf",
				sBgColor:"#ffffff", 
				sHoverColor:"#006ebf", 
				sWmode:"transparent",
				nPaddingRight:60,
				nPaddingLeft:10,
				sFlashVars:"textalign=left&offsetTop=0&offsetLeft=0&underline=false"
			})
		);
		// after sIFR is initiated, display the preceding image
	}
}
addCl(document.getElementById("spec3").getElementsByTagName("img")[0], "wtii");