
// Generated by Intersoft Script Optimizer V1.5 + Intersoft JS Engine MaxObfuscate(tm) V1.0 
// Generated Datetime : 11/26/2008 2:43:01 PM
// 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**
var menuCache = { _count: 0, _idPrefix: "ISMenuCache", getId: function() { return this._idPrefix +this._count++; }, remove: function(v73551) { delete this[v73551.id]; } };function Menu(){ this.items =[]; this.parentMenu =null; this.parentMenuItem =null; this.popup =null; this.shownSubMenu =null; this._aboutToShowSubMenu =false; this.selectedIndex =-1; this._drawn =false; this._scrollingMode =false; this._showTimer =null; this._closeTimer =null; this._onCloseInterval =null; this._closed =true; this._closedAt =0; this._cachedSizes ={ }; this._measureInvalid =true; this.id =menuCache.getId(); menuCache[this.id] =this;}if (typeof(Sys)!="undefined") Sys.Application.notifyScriptLoaded();