
/*========== 目次 ==========

	1.新規ウィンドウ設定

============================*/



/*============================
	■1.新規ウィンドウ設定
============================*/

function openWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


