
//フラッシュのボタンから別ウィンドウでリンク
function openWindow () {
window.open("index.html","new","width=640,height=475,scrollbars=no,resizable=no,toolbar=no,status=no");
}
