Main={
 isLoad:false,
 init:function(){
  //初始化要用到的类和对象
  this.isLoad=true;
  try {   document.execCommand("BackgroundImageCache", false, true);
  } catch(err) { 
  
  }  var moduleConfig={
   //模块配置(框架页)
   simpleframe:{moduleClass:window.SimpleFrame,groupType:1}
  }  MM=new ModuleManager(document.getElementById("divMain"));
  MM.moduleConfig=moduleConfig;
  MM.init();
  
 }
}