function menuOnClick(id)
{
	var payBaseUrl = 'http://pay.61.com'; 
	var moleBaseUrl = 'http://mole.61.com'; 
	switch(id){
	  // 超级拉姆
      case 1:
         window.location = payBaseUrl + "/index.php?m=lahm" ;
         break;
      // 开通超级拉姆
      case 2:
         window.location = payBaseUrl + "/index.php?m=lahm" ;
         break;
      // 我的超级拉姆
      case 3:
         window.location = payBaseUrl + "/index.php?m=user&a=service" ;
         break;
      // 超级拉姆介绍
      case 4:
         window.location = payBaseUrl + "/index.php?m=service" ;
         break;
         
      // 我要充值
      case 5:
         window.location = payBaseUrl + "/index.php?m=buy" ;
         break;
      // 充值米币
      case 6:
         window.location = payBaseUrl + "/index.php?m=buy" ;
         break;
      // 我的账户
      case 7:
         window.location = payBaseUrl + "/index.php?m=user&a=account" ;
         break;
         
      // 米米卡
      case 8:
         window.location = payBaseUrl + "/index.php?m=mmcard" ;
         break;
      // 余额查询
      case 9:
         window.location = payBaseUrl + "/index.php?m=mmcard&a=balance" ;
         break;
      // 最近的售卖点
      case 10:
         window.location = payBaseUrl + "/index.php?m=mmcard&a=shop" ;
         break;
      // 使用帮助
      case 11:
         window.location = payBaseUrl + "/index.php?m=mmcard&a=help" ;
         break;
     
	  // 庄园指南
      case 12:
         window.location = moleBaseUrl + "/main/guide/index.html" ;
         break;
       // 基本操作
      case 13:
         window.location = moleBaseUrl + "/main/guide/index.html" ;
         break;
      // 公民必读
      case 14:
         window.location = moleBaseUrl + "/main/guide/guide_2.html" ;
         break;
      // 公民财产
      case 15:
         window.location = moleBaseUrl + "/main/guide/guide_3.html" ;
         break;
      // 精彩游戏
      case 16:
         window.location = moleBaseUrl + "/main/guide/guide_4.html" ;
         break;
      // 等级
      case 17:
         window.location = moleBaseUrl + "/main/guide/guide_5.html" ;
         break;
      // SMC
      case 18:
         window.location = moleBaseUrl + "/main/guide/guide_7.html" ;
         break;
      // 摩尔拉姆
      case 19:
         window.location = moleBaseUrl + "/main/guide/guide_6.html" ;
         break;
      // 其他
	  case 20:
         window.location = moleBaseUrl + "/main/guide/guide_8.html" ;
         break;
		 
		 
		 
	  
	  // 父母须知
      case 21:
         window.location = moleBaseUrl + "/main/guide/index.html" ;
         break;
      // 产品介绍
      case 22:
         window.location = moleBaseUrl + "/main/parents/index.html" ;
         break;
      // 产品特色
      case 23:
         window.location = moleBaseUrl + "/main/parents/parents_2.html" ;
         break;
      // 产品安全
      case 24:
         window.location = moleBaseUrl + "/main/parents/parents_3.html" ;
         break;
      // 父母必读
      case 25:
         window.location = moleBaseUrl + "/main/parents/parents_4.html" ;
         break;
      // 绿色宣言
      case 26:
         window.location = moleBaseUrl + "/main/parents/parents_6.html" ;
         break;
		 
		 
      // 帮助中心
      case 27:
         window.location = moleBaseUrl + "/main/help/help_chang.html" ;
         break;
		 // 常见问题
      case 28:
         window.location = moleBaseUrl + "/main/help/help_chang.html" ;
         break;
      // 技术问题
      case 29:
         window.location = moleBaseUrl + "/main/help/help_tec.html" ;
         break;
      // 问题反馈
      case 30:
         window.location = moleBaseUrl + "/main/help/fankui.html" ;
         break;
      default:
      	 window.location = payBaseUrl ;
      	 break;
	}
}