var AjaxLibs = {
GetNavigatorHTML:function(ID,callback,context){return new ajax_request(this.url + '?_method=GetNavigatorHTML&_session=no','ID=' + enc(ID),callback, context);},
GetMenuNavigatorHTML:function(ID,callback,context){return new ajax_request(this.url + '?_method=GetMenuNavigatorHTML&_session=no','ID=' + enc(ID),callback, context);},
url:'/ajax/Optoma.Web.OptomaWeb2007.OptomaTechWeb.AjaxLibs,Optoma.Web.OptomaWeb2007.ashx'
}