//------------------------------------------------------------------
//init JSON
if(typeof(newissue) == 'undefined') newissue = {};


//------------------------------------------------------------------
// HTTP通信用、共通関数
function Elms(tagId){
  return document.getElementById(tagId);
}