//IEの場合とその他のブラウザで読み込むスクリプトを変えるif(navigator.userAgent.indexOf("MSIE") != -1) { document.write('<script src="/js/visualChange/ieSeavanshall.js"></script>'); }else { document.write('<script src="/js/visualChange/seavanshall.js"></script><script src="/js/visualChange/seavanshall_data.js"></script>'); }  // function mainVisualFunc(largeImgCss, btnImgCss) {	if(navigator.userAgent.indexOf("MSIE") != -1) { 		document.write(imgPrint());		document.write('<div class="' + btnImgCss + '">'); 		document.write(bottonPrint());		document.write('</div>');	} else { 		document.write(imgChangeDb.printInitialLoadImage());		document.write(imgChangeDb.printImageChangeHtml(largeImgCss, btnImgCss)); 	}}
