
// Generated by Intersoft Script Optimizer V1.5 + Intersoft JS Engine MaxObfuscate(tm) V1.0 
// Generated Datetime : 7/9/2009 11:34:52 AM
// Copyright (c) 2005 Intersoft Solutions.
// Unauthorized decryption/reproduction of any codes contained herein is strictly prohibited and will result in severe civil and criminal penalties .
//**Start Encode**
function AnimationState(vb7a60,vf9155,v71e8){ this.Element =(vb7a60 ? vb7a60 : null); this.IntervalId =-1; this.Canceled =false; this.Step =null; this.OnCompleted =(v71e8 ? v71e8 : null); this.Completed =false; this.Owner =(vf9155 ? vf9155 : null);}var ISUI ={ GetColor: function(v07179) { if (v07179.indexOf("#")>-1) return v07179; else if (v07179.indexOf(",")>-1) return "rgb(" +v07179 +")";  return v07179; },  AnimateBackground: function(vc4e87,va3814) { var v8cb43 =false; var v15793 =vc4e87.Step; var v43846 =vc4e87.Element;  if (vc4e87.Canceled) return;  if (va3814 =="Display") { if (!v15793) v15793 =0; v15793 +=30;  if (v15793 <100) v8cb43 =true; else v15793 =100;  } else { if (!v15793) v15793 =100; v15793 -=30;  if (v15793 >0) v8cb43 =true; else v15793 =0; }  vc4e87.Step =v15793; ISUI.ChangeOpacity(v15793,v43846,va3814 =="Hide"); if (v8cb43) vc4e87.IntervalId =setTimeout(function(){ISUI.AnimateBackground(vc4e87,va3814);},50); else { vc4e87.Completed =true;  if (typeof(vc4e87.OnCompleted)=="function") vc4e87.OnCompleted(vc4e87); } },  ChangeOpacity: function(vaf229,v94285,vd0060) { for (var v46e13=0; v46e13<v94285.length; v46e13++) { ISUI._ChangeOpacity(vaf229,v94285[v46e13],vd0060); } },  _ChangeOpacity: function(v6f438,v96437,v3d356) { var vcd593 =v96437.style; vcd593.opacity =(v6f438 /100); vcd593.MozOpacity =(v6f438 /100); vcd593.KhtmlOpacity =(v6f438 /100);  if (IS.ie) { if (v96437.currentStyle ==null) return;  if (v96437.currentStyle.filter =="") vcd593.filter ="Alpha(Opacity=" +v6f438 +")"; if ((v6f438 ==0 ||(v3d356 &&v6f438 ==100))&&v96437.currentStyle.filter.indexOf("Alpha")==-1) { vcd593.filter =((v96437.currentStyle.filter !="")? v96437.currentStyle.filter +" " : "")+"Alpha(Opacity=" +v6f438 +")"; } else { var v03716 =vcd593.filter; var vada42 =v03716.indexOf("Opacity");  vcd593.filter =v03716.substring(0,vada42 +8)+v6f438 +")"; }  if (v6f438 ==100) vcd593.filter =""; } }};if (typeof(Sys)!="undefined") Sys.Application.notifyScriptLoaded();