function activeTheme()
{
	if(WebKitDetect.isMobile()) {
  document.write('<img src="/zh/parts/main_visual/theme.png" alt="连接数码与人。胜美达集团株式会社" />');
	}
	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="/zh/parts/main_visual/theme.swf" />\n');
		document.write('<param name="quality" value="high" />\n');
		document.write('<embed src="/zh/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="/zh/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="/zh/parts/main_visual/company.swf" />\n');
		document.write('<param name="quality" value="high" />\n');
		document.write('<embed src="/zh/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');
	}
}

