/*--- Avanquest WebEasy Document Script ---*/

IE=(navigator.appName.indexOf('Microsoft') >= 0);
NS=(navigator.appName.indexOf('Netscape') >= 0);
OP=(navigator.userAgent.indexOf('Opera') >= 0);
V4=(parseInt(navigator.appVersion) >= 4);
V5=(parseInt(navigator.appVersion)>=5);
V5=(V5||navigator.appVersion.indexOf("MSIE 5")!=-1);
V5=(V5||navigator.appVersion.indexOf("MSIE 6")!=-1);
MAC=(navigator.userAgent.indexOf('Mac')!=-1);


IDP={}; IDP[0]=0;

function DoTrans(obj,hold,fall,loop)
{	obj.style.visibility='hidden';
	obj.filters[0].apply();
	obj.style.visibility='visible';
	obj.filters[0].play();
	if(fall < 0) return;
	if(hold < 0) return;
	window.setTimeout(obj.id+".style.visibility='hidden'",hold);
	if(loop < 0) return;
	window.setTimeout('DoTrans('+obj.id+','+hold+','+fall+','+loop+')',hold+loop);
}

function OnWeResize()
{
	if (!NS || !V4 || V5) return;
	window.location.href = window.location.href;
}


/*--- EndOfFile ---*/

