﻿function initLeft()
{
  var str = new StringBuffer();
  str.append('<div id="catalog" >  <ul><li id="1" onclick="showOrHideMenu(this.id,2)" ><a title="点击 展开|收缩" >91币相关</a> <div id="subDiv_1" style="display:none;" >  <ul><li id="subLi_28" ><a href="2008022114246200.html" style="color:#6f5844" >购买91卡</a></li><li id="subLi_27" ><a href="2008022114211618.html" style="color:#6f5844" >充值91币</a></li>  </ul> </div></li><li id="2" onclick="showOrHideMenu(this.id,2)" ><a title="点击 展开|收缩" >网银支付</a> <div id="subDiv_2" style="display:none;" >  <ul><li id="subLi_31" ><a href="2008022114345516.html" style="color:#6f5844" >VIP星级用户</a></li><li id="subLi_30" ><a href="2008022114282751.html" style="color:#6f5844" >VIP网银充值</a></li><li id="subLi_29" ><a href="2008022114265161.html" style="color:#6f5844" >手机卡直购类</a></li><li id="subLi_26" ><a href="2008022114194005.html" style="color:#6f5844" >网吧用户</a></li>  </ul> </div></li>  </ul></div>');
  document.write(str.toString());
}