if (navigator.userAgent.indexOf('iPad') > 0 || navigator.userAgent.indexOf('iPhone') > 0) {
document.write('<img src="images/index_mainimage_bg.jpg" width=870 height=270 usemap="#Map" />');
document.write('<map name="Map" id="Map">');
document.write('<area shape="rect" coords="15,14,273,117" href="http://www.sakase.com/demand/plastic/" />');
document.write('<area shape="rect" coords="362,15,621,118" href="http://www.sakase.com/products/industrial/" />');
document.write('<area shape="rect" coords="242,132,501,234" href="http://www.sakase.com/products/dental/" />');
document.write('<area shape="rect" coords="591,153,854,255" href="http://www.sakase.com/products/" />');
document.write('</map>');
}else if(navigator.userAgent.indexOf('Android') > 0) {
document.write('<img src="images/index_mainimage_bg.jpg" width=870 height=270 usemap="#Map" />');
document.write('<map name="Map" id="Map">');
document.write('<area shape="rect" coords="15,14,273,117" href="http://www.sakase.com/demand/plastic/" />');
document.write('<area shape="rect" coords="362,15,621,118" href="http://www.sakase.com/products/industrial/" />');
document.write('<area shape="rect" coords="242,132,501,234" href="http://www.sakase.com/products/dental/" />');
document.write('<area shape="rect" coords="591,153,854,255" href="http://www.sakase.com/products/" />');
document.write('</map>');
}else {
document.write('');
}
