function dFlash(fVer,xFlash,xHTML){//(c) Vil
	var d=document;
	var plugin=(navigator.mimeTypes&&navigator.mimeTypes["application/x-shockwave-flash"])?navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin:0;
	if(plugin){
		var words=navigator.plugins["Shockwave Flash"].description.split(" ");
		for(var i=0;i<words.length;++i){
			if(isNaN(parseInt(words[i])))continue;var pVer=words[i]
		}
		var CanPlay=pVer>=fVer
	}
	else if(navigator.userAgent&&navigator.userAgent.indexOf("MSIE")>=0&&(navigator.appVersion.indexOf("Win")!=-1)){
		d.write('<script language="VBScript">Function CanP()\non error resume next\nCanP=false\nCanP=IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & '+fVer+'))\nEnd Function</script>')
		var CanPlay=CanP()
	}
	d.write((CanPlay)?xFlash:xHTML)
}

function cwin(f,w,h,s){var t=(screen.height)?(screen.height-h-50)/2:100;var l=(screen.width)?(screen.width-w)/2:100;(t<0||t>=screen.height)?t=0:t=t;(l<0||l>=screen.width)?l=0:t=t;if(h>=screen.height){h=screen.height-60;s=1;w+=37}window.open(f,'_blank','width='+w+',height='+h+',status=0,menubar=0,location=0,resizable=0,directories=0,top='+t+',left='+l+',toolbar=0,scrollbars='+s)}
function help(){
	var d=document;
	if(parseInt(d.getElementById('main').style.top)>=130){
		d.getElementById('help').style.filter="progid:DXImageTransform.Microsoft.MotionBlur(Strength=10, Direction=0, Add='false')";
		sUp();
		setTimeout("document.getElementById('help').style.filter='progid:DXImageTransform.Microsoft.MotionBlur(Strength=0, Direction=0, Add=false)'",300);
		setTimeout("document.getElementById('arrow').style.backgroundImage='url(/i/help-down.gif)'",250);
	}else{
		d.getElementById('help').style.marginBottom="-55px";
		d.getElementById('help').style.top="-50px";
		d.getElementById('help').style.filter="progid:DXImageTransform.Microsoft.MotionBlur(Strength=10, Direction=0, Add='false')";
		sDown();
		setTimeout("document.getElementById('help').style.filter='progid:DXImageTransform.Microsoft.MotionBlur(Strength=0, Direction=0, Add=false)';document.getElementById('help').style.marginBottom='-45px';document.getElementById('help').style.top='-40px'",300);
		setTimeout("document.getElementById('arrow').style.backgroundImage='url(/i/help-up.gif)'",250);
	}
}
function sDown(){var d=document;if(parseInt(d.getElementById('main').style.top)<130)setTimeout("sDown()",1);else return;d.getElementById('main').style.top=parseInt(d.getElementById('main').style.top)+8}
function sUp(){var d=document;if(parseInt(d.getElementById('main').style.top)>90)setTimeout("sUp()",1);else return;d.getElementById('main').style.top=parseInt(d.getElementById('main').style.top)-8}
function lite(){if(document.all&&!window.opera&&this.filters.blendTrans){this.filters.blendTrans.apply();this.filters.blendTrans.play()}}


