function openspcial(theURL) { //v2.0
	window.open(theURL,'s_main','status=yes,scrollbars=yes,resizable=yes,menubar=yes,toolbar=yes,width=816,height=620');

}
function openspcial2(theURL) { //v2.0
	window.open(theURL,'s_main','status=yes,scrollbars=yes,resizable=yes,menubar=yes,toolbar=yes,width=824,height=632');

}

/* お問い合わせページからwmpのバージョンチェックを開くときなどに使用 */

function openInfoWindow(theURL) { //v2.0
	window.open(theURL,'contentsinfo','status=yes,scrollbars=yes,resizable=yes,width=600,height=600');
}

/* 直接ASXファイルを開くときに使用 */
function openAsxPlayer(theURL) { //v2.0
	window.open(theURL,'viewer','status=no,toolbar=no');
}