// -----------------------------------------------------------------------------------
//　共通
// -----------------------------------------------------------------------------------

// 別ウィンドウオープン
function OpenWindow(theURL,winName,features){window.open(theURL,winName,features);}

