// Flashからのリンク（Windowサイズ指定）

function openWin(URL, winName, features){
	window.open(URL, winName, features);
}