function activeTheme()
{
	if(WebKitDetect.isMobile()) {
  document.write('<img src="/jpn/parts/main_visual/theme.png" alt="デジタルを&quot;人&quot;につなぎ、&quot;人&quot;をデジタルとつなぐ。スミダコーポレーション株式会社" />');
	}
	else {
 		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" title="デジタルを&quot;人&quot;につなぎ、&quot;人&quot;をデジタルとつなぐ。SUMIDA CORPORATION">\n');
    document.write('<param name="movie" value="/jpn/parts/main_visual/theme.swf" />\n');
		document.write('<param name="quality" value="high" />\n');
		document.write('<embed src="/jpn/parts/main_visual/theme.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash">\n');
    document.write('</embed>\n');
		document.write('</object>\n');
	}
}

function activeCompany()
{
	if(WebKitDetect.isMobile()) {
	document.write('<img src="/jpn/parts/main_visual/company.png" alt="グループ会社" usemap="#global" />\n');
	document.write('<map name="global" id="global">\n');
	document.write('<area shape="rect" coords="3,27,196,149" class="thickbox linkHighLight" href="/common_parts/thickbox/network.png" alt="グローバル ネットワーク" />\n');
	document.write('<area shape="rect" coords="13,156,190,173" href="/jpn/group/asia.html" alt="アジアのグループ会社" />\n');
	document.write('<area shape="rect" coords="13,176,190,193" href="/jpn/group/europe.html" alt="ヨーロッパのグループ会社" />\n');
	document.write('<area shape="rect" coords="13,196,190,213" href="/jpn/group/america.html" alt="北米・中南米のグループ会社" />\n');
	document.write('</map>\n');
	}
	else {
  document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" title="グループ会社">\n');
  document.write('<param name="movie" value="/jpn/parts/main_visual/company.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<embed src="/jpn/parts/main_visual/company.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash">\n');
  document.write('</embed>\n');
	document.write('</object>\n');
	}
}
