App = Class.create();
App.prototype = {
	initialize : function(aid)
	{				
		if (aid<=0 || aid=="")
		{
				alert("参数错误，请检查！");
				return ;
		}
		url = 'act_photo.php?classid=738&aid='+aid;
		S.AjSrv.Call(url, '', UI.Cont.ReDrawPhoto.bind(this) ,UI.Cont.StartLoading.bind(this),true);
	},
	StartShow : function(MenuConf)
	{	
		$("nav_title").innerHTML = MenuConf.actinfo.name;		
		UI.Menu.ReDrawMenu(MenuConf);	
	}
}

S = Services = {
  Version : '0.001',
  Since : '2005-12-23 17:53:29',
  Descr : '全局服务类的Locator' 
}
