<!--
  //多功能留言展示；
  function open_lg1(win2) {
      window.open(win2,'GeneralPopWin','width=400,height=300,top=200,left=300,toolbar=no,menubar=0,scrollbars=1,resizable=no,location=no,status=yes');
  }
  //个人信息展示；
   function GenUp_win(GenUp_win) {
      window.open(GenUp_win,'GenUp_winPopWin','toolbar=1,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=0,width=450,height=500,top=50,left=200,screenX=0,ScreenY=0');
  }
    //帮助中心之常见问题；
  function help(fhelp)
{
  var arr = showModalDialog(fhelp, "", "dialogWidth:400px; dialogHeight:300px; status:0;");
}
-->