diaryEditor() : コメント編集の送信データ
diaryEditor = function(num,txt){
 return ["mode=update&oid=",Vis.oid,"&type=comments&id=",num,"&text=",enc(txt)];
};