function MM_swapImgRestore() {var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;}
function MM_preloadImages() { var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}}
function MM_findObj(n, d) {var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);if(!x && d.getElementById) x=d.getElementById(n); return x;}
function MM_swapImage() {var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}}
function popup(url){window.open(url,'_blank','toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=1, copyhistory=0, menuBar=0, width=418, height=280');
return false;}

/* SWITCH */
function switchObj(obj) { var el = document.getElementById(obj); if(el.style.display != "block"){el.style.display = "block";} else{el.style.display = "none";} }

/* AFF / CACH */
function cachObj(obj) { var el = document.getElementById(obj); el.style.display = "none"; }
function affObj(obj) { var el = document.getElementById(obj); el.style.display = "block"; }

/* ToolTip */
var tooltip=function(){var id = 'tt'; var top = -15; var left = 20;var maxw = 300; var speed = 8; var timer = 20; var endalpha = 90; var alpha = 10; var tt,t,c,b,h; var ie = document.all ? true : false;return{show:function(v,w){if(tt == null){tt = document.createElement('div'); tt.setAttribute('id',id); t = document.createElement('div'); t.setAttribute('id',id + 'top'); c = document.createElement('div');c.setAttribute('id',id + 'cont'); b = document.createElement('div'); b.setAttribute('id',id + 'bot'); tt.appendChild(t); tt.appendChild(c); tt.appendChild(b);document.body.appendChild(tt);tt.style.opacity = 0;tt.style.filter = 'alpha(opacity=0)';document.onmousemove = this.pos;}tt.style.display = 'block';c.innerHTML = v;tt.style.width = w ? w + 'px' : 'auto';if(!w && ie){t.style.display = 'none';b.style.display = 'none';tt.style.width = tt.offsetWidth;t.style.display = 'block';b.style.display = 'block';}if(tt.offsetWidth > maxw){tt.style.width = maxw + 'px'}h = parseInt(tt.offsetHeight) + top;clearInterval(tt.timer);tt.timer = setInterval(function(){tooltip.fade(1)},timer);},pos:function(e){var u = ie ? event.clientY + document.documentElement.scrollTop : e.pageY;var l = ie ? event.clientX + document.documentElement.scrollLeft : e.pageX;tt.style.top = (u - h) + 'px';tt.style.left = (l + left) + 'px';},fade:function(d){var a = alpha;if((a != endalpha && d == 1) || (a != 0 && d == -1)){var i = speed;if(endalpha - a < speed && d == 1){i = endalpha - a;}else if(alpha < speed && d == -1){i = a;}alpha = a + (i * d);tt.style.opacity = alpha * .01;tt.style.filter = 'alpha(opacity=' + alpha + ')';}else{clearInterval(tt.timer);if(d == -1){tt.style.display = 'none'}}},hide:function(){ clearInterval(tt.timer); tt.timer = setInterval(function(){tooltip.fade(-1)},timer);}};}();

if(typeof deconcept == "undefined") var deconcept = new Object();
if(typeof deconcept.util == "undefined") deconcept.util = new Object();
if(typeof deconcept.SWFObjectUtil == "undefined") deconcept.SWFObjectUtil = new Object();
deconcept.SWFObject = function(swf, id, w, h, ver, c, quality, xiRedirectUrl, redirectUrl, detectKey) {
	if (!document.getElementById) { return; }this.DETECT_KEY = detectKey ? detectKey : 'detectflash';this.skipDetect = deconcept.util.getRequestParameter(this.DETECT_KEY);this.params = new Object();this.variables = new Object();this.attributes = new Array();if(swf) { this.setAttribute('swf', swf); }if(id) { this.setAttribute('id', id); }if(w) { this.setAttribute('width', w); }if(h) { this.setAttribute('height', h); }
	if(ver) { this.setAttribute('version', new deconcept.PlayerVersion(ver.toString().split("."))); }this.installedVer = deconcept.SWFObjectUtil.getPlayerVersion();if (!window.opera && document.all && this.installedVer.major > 7) {deconcept.SWFObject.doPrepUnload = true;}if(c) { this.addParam('bgcolor', c); }var q = quality ? quality : 'high';this.addParam('quality', q);this.setAttribute('useExpressInstall', false);this.setAttribute('doExpressInstall', false);var xir = (xiRedirectUrl) ? xiRedirectUrl : window.location;this.setAttribute('xiRedirectUrl', xir);this.setAttribute('redirectUrl', '');if(redirectUrl) { this.setAttribute('redirectUrl', redirectUrl); }
}
deconcept.SWFObject.prototype = {
	useExpressInstall: function(path) {
		this.xiSWFPath = !path ? "expressinstall.swf" : path;
		this.setAttribute('useExpressInstall', true);},
	setAttribute: function(name, value){this.attributes[name] = value;},
	getAttribute: function(name){return this.attributes[name];},
	addParam: function(name, value){this.params[name] = value;},
	getParams: function(){return this.params;},
	addVariable: function(name, value){this.variables[name] = value;},
	getVariable: function(name){return this.variables[name];},
	getVariables: function(){return this.variables;},
	getVariablePairs: function(){var variablePairs = new Array();var key;var variables = this.getVariables();for(key in variables){variablePairs[variablePairs.length] = key +"="+ variables[key];}return variablePairs;
	},
	getSWFHTML: function() {
		var swfNode = "";
		if (navigator.plugins && navigator.mimeTypes && navigator.mimeTypes.length) { // netscape plugin architecture
			if (this.getAttribute("doExpressInstall")) {this.addVariable("MMplayerType", "PlugIn");this.setAttribute('swf', this.xiSWFPath);}
			swfNode = '<embed type="application/x-shockwave-flash" src="'+ this.getAttribute('swf') +'" width="'+ this.getAttribute('width') +'" height="'+ this.getAttribute('height') +'" style="'+ this.getAttribute('style') +'"';
			swfNode += ' id="'+ this.getAttribute('id') +'" name="'+ this.getAttribute('id') +'" ';
			var params = this.getParams();
			 for(var key in params){ swfNode += [key] +'="'+ params[key] +'" '; }
			var pairs = this.getVariablePairs().join("&");
			 if (pairs.length > 0){ swfNode += 'flashvars="'+ pairs +'"'; }
			swfNode += '/>';
		} else { // PC IE
			if (this.getAttribute("doExpressInstall")) {this.addVariable("MMplayerType", "ActiveX");this.setAttribute('swf', this.xiSWFPath);}
			swfNode = '<object id="'+ this.getAttribute('id') +'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+ this.getAttribute('width') +'" height="'+ this.getAttribute('height') +'" style="'+ this.getAttribute('style') +'">';
			swfNode += '<param name="movie" value="'+ this.getAttribute('swf') +'" />';
			var params = this.getParams();
			for(var key in params) {swfNode += '<param name="'+ key +'" value="'+ params[key] +'" />';}
			var pairs = this.getVariablePairs().join("&");
			if(pairs.length > 0) {swfNode += '<param name="flashvars" value="'+ pairs +'" />';}
			swfNode += "</object>";
		}
		return swfNode;
	},
	write: function(elementId){
		if(this.getAttribute('useExpressInstall')) {
			var expressInstallReqVer = new deconcept.PlayerVersion([6,0,65]);
			if (this.installedVer.versionIsValid(expressInstallReqVer) && !this.installedVer.versionIsValid(this.getAttribute('version'))) {
				this.setAttribute('doExpressInstall', true);
				this.addVariable("MMredirectURL", escape(this.getAttribute('xiRedirectUrl')));
				document.title = document.title.slice(0, 47) + " - Flash Player Installation";
				this.addVariable("MMdoctitle", document.title);
			}
		}
		if(this.skipDetect || this.getAttribute('doExpressInstall') || this.installedVer.versionIsValid(this.getAttribute('version'))){
			var n = (typeof elementId == 'string') ? document.getElementById(elementId) : elementId;
			n.innerHTML = this.getSWFHTML();
			return true;
		}else{
			if(this.getAttribute('redirectUrl') != "") {document.location.replace(this.getAttribute('redirectUrl'));}
		}
		return false;
	}
}

deconcept.SWFObjectUtil.getPlayerVersion = function(){
	var PlayerVersion = new deconcept.PlayerVersion([0,0,0]);
	if(navigator.plugins && navigator.mimeTypes.length){
		var x = navigator.plugins["Shockwave Flash"];
		if(x && x.description) {
			PlayerVersion = new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/, "").replace(/(\s+r|\s+b[0-9]+)/, ".").split("."));
		}
	}else if (navigator.userAgent && navigator.userAgent.indexOf("Windows CE") >= 0){ // if Windows CE
		var axo = 1;
		var counter = 3;
		while(axo) {
			try {
				counter++;
				axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+ counter);
				PlayerVersion = new deconcept.PlayerVersion([counter,0,0]);
			} 
			catch (e) {axo = null;}
		}
	} else {
		try{
			var axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");
		}catch(e){
			try {
				var axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");
				PlayerVersion = new deconcept.PlayerVersion([6,0,21]);
				axo.AllowScriptAccess = "always"; // error if player version < 6.0.47 (thanks to Michael Williams @ Adobe for this code)
			} catch(e) {
				if (PlayerVersion.major == 6) {return PlayerVersion;}
			}
			try {axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");} catch(e) {}
		}
		if (axo != null) {PlayerVersion = new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}
	}
	return PlayerVersion;
}
deconcept.PlayerVersion = function(arrVersion){this.major = arrVersion[0] != null ? parseInt(arrVersion[0]) : 0;this.minor = arrVersion[1] != null ? parseInt(arrVersion[1]) : 0;this.rev = arrVersion[2] != null ? parseInt(arrVersion[2]) : 0;}
deconcept.PlayerVersion.prototype.versionIsValid = function(fv){if(this.major < fv.major) return false;if(this.major > fv.major) return true;if(this.minor < fv.minor) return false;if(this.minor > fv.minor) return true;if(this.rev < fv.rev) return false;return true;}
deconcept.util = {
	getRequestParameter: function(param) {
		var q = document.location.search || document.location.hash;
		if (param == null) { return q; }
		if(q) {
			var pairs = q.substring(1).split("&");
			for (var i=0; i < pairs.length; i++) {
				if (pairs[i].substring(0, pairs[i].indexOf("=")) == param) {
					return pairs[i].substring((pairs[i].indexOf("=")+1));
				}
			}
		}
		return "";
	}
}
deconcept.SWFObjectUtil.cleanupSWFs = function() {
	var objects = document.getElementsByTagName("OBJECT");
	for (var i = objects.length - 1; i >= 0; i--) {
		objects[i].style.display = 'none';
		for (var x in objects[i]) {
			if (typeof objects[i][x] == 'function') {
				objects[i][x] = function(){};
			}
		}
	}
}
if (deconcept.SWFObject.doPrepUnload) {
	if (!deconcept.unloadSet) {
		deconcept.SWFObjectUtil.prepUnload = function() {
			__flash_unloadHandler = function(){};
			__flash_savedUnloadHandler = function(){};
			window.attachEvent("onunload", deconcept.SWFObjectUtil.cleanupSWFs);
		}
		window.attachEvent("onbeforeunload", deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet = true;
	}
}
if (!document.getElementById && document.all) { document.getElementById = function(id) { return document.all[id]; }}
var getQueryParamValue = deconcept.util.getRequestParameter;var FlashObject = deconcept.SWFObject;var SWFObject = deconcept.SWFObject;

/* PULSE rapid*/
var flashlinks=new Array();function changelinkcolor(){for (i=0; i< flashlinks.length; i++){var flashtype=document.getElementById? flashlinks[i].getAttribute("flashtype")*1 : flashlinks[i].flashtype*1;var flashcolor=document.getElementById? flashlinks[i].getAttribute("flashcolor") : flashlinks[i].flashcolor;if (flashtype==0){if (flashlinks[i].style.color!=flashcolor) {flashlinks[i].style.color=flashcolor;}else {flashlinks[i].style.color='';}}else if (flashtype==1){if (flashlinks[i].style.backgroundColor!=flashcolor) {flashlinks[i].style.backgroundColor=flashcolor;}else {flashlinks[i].style.backgroundColor='';}}}}function init(){var i=0;if (document.all){while (eval("document.all.flashlink"+i)!=null){flashlinks[i]= eval("document.all.flashlink"+i);i++;}}else if (document.getElementById){ while (document.getElementById("flashlink"+i)!=null){flashlinks[i]= document.getElementById("flashlink"+i);i++;}}setInterval("changelinkcolor()", 700)}if (window.addEventListener) {window.addEventListener("load", init, false)}else if (window.attachEvent) {window.attachEvent("onload", init)}else if (document.all) {window.onload=init}
/* PULSE lent */
var flashlinks_=new Array();function changelinkcolor_(){for (i=0; i< flashlinks_.length; i++){var flashtype_=document.getElementById? flashlinks_[i].getAttribute("flashtype")*1 : flashlinks_[i].flashtype_*1;var flashcolor_=document.getElementById? flashlinks_[i].getAttribute("flashcolor") : flashlinks_[i].flashcolor_;if (flashtype_==0){if (flashlinks_[i].style.color!=flashcolor_) {flashlinks_[i].style.color=flashcolor_;}else {flashlinks_[i].style.color='';}}else if (flashtype_==1){if (flashlinks_[i].style.backgroundColor!=flashcolor_) {flashlinks_[i].style.backgroundColor=flashcolor_;}else {flashlinks_[i].style.backgroundColor='';}}}}function init_(){var i=0;if (document.all){while (eval("document.all.flashlink_"+i)!=null){flashlinks_[i]= eval("document.all.flashlink_"+i);i++;}}else if (document.getElementById){ while (document.getElementById("flashlink_"+i)!=null){flashlinks_[i]= document.getElementById("flashlink_"+i);i++;}}setInterval("changelinkcolor_()", 1400)}if (window.addEventListener) {window.addEventListener("load", init_, false)}else if (window.attachEvent) {window.attachEvent("onload", init_)}else if (document.all) {window.onload=init_}

