function activeTheme()
{
	if(WebKitDetect.isMobile()) {
  document.write('<img src="/parts/main_visual/theme.png" alt="Connecting people with digital and digital with people. SUMIDA CORPORATION" />');
	}
	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="Connecting people with digital and digital with people. SUMIDA CORPORATION">\n');
    document.write('<param name="movie" value="/parts/main_visual/theme.swf" />\n');
		document.write('<param name="quality" value="high" />\n');
		document.write('<embed src="/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="/parts/main_visual/company.png" alt="Group Companies" 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="Global Network" />\n');
	document.write('<area shape="rect" coords="13,156,190,173" href="/jpn/group/asia.html" alt="Asia" />\n');
	document.write('<area shape="rect" coords="13,176,190,193" href="/jpn/group/europe.html" alt="Europe" />\n');
	document.write('<area shape="rect" coords="13,196,190,213" href="/jpn/group/america.html" alt="North&amp;Central South America" />\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="Group Companies">\n');
    document.write('<param name="movie" value="/parts/main_visual/company.swf" />\n');
		document.write('<param name="quality" value="high" />\n');
		document.write('<embed src="/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');
	}
}

