//********************************************************
// 子ウィンドウボタン表示
//********************************************************
window_w = window.screen.availWidth;
if (chkflash() == "NG" || chkflash() == "MacIE") {
	document.write('<div class="imageBlockA">\n');
	document.write('<img src="img/btn_002.jpg" width="533" height="68" alt="Nikon CSR Photo Story Flash Content" />\n');
	document.write('<!--/imageBlockA--></div>\n');
} else {
	document.write('<div class="imageBlockA">\n');
	document.write('<a href="/about/csr/photostory/flash/index.htm" class="havePlugin" onclick="openwin(); return false;"><img src="img/btn_001.jpg" width="533" height="68" class="rollover" alt="Nikon CSR Photo Story Flash Content" /></a>\n');
	document.write('<!--/imageBlockA--></div>\n');
}
