置換関数群
Fx.t2n = function(s){ if(typeof(s) == "number") s = String(s); return s.replace(/\t/g, "\n") };
res = function(o){ return o.responseText.replace(/\r?\n/g, "\t") };
enc = function(s) { return encodeURIComponent(s) };