//-----------------------------
//バーをのぞいて画面を開く
//-----------------------------
function openwin(theURL,winName,features) {
  window.open(theURL,winName,features);
}
