//バージョン6のみ

var MM_contentVersion = 6;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
var MM_FlashCanPlay;
if ( plugin )
{
	var words = navigator.plugins["Shockwave Flash"].description.split(" ");
	for (var i = 0; i < words.length; ++i)
	{
		if (isNaN(parseInt(words[i])))
			continue;
		var MM_PluginVersion = words[i]; 
	}
	//var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
	MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 
	   && (navigator.appVersion.indexOf("Win") != -1))
{
	document.write('<SCR' + 'IPT LANGUAGE=VBScript> \n'); //FS hide this from IE4.5 Mac by splitting the tag
	document.write('on error resume next \n');
	document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
	document.write('</SCR' + 'IPT> \n');
}

//+++++++++++++++++++++++++++++++++++++++++++++
//トップのメニュー

function getHomeMenu()
{
	if ( MM_FlashCanPlay )
	{
	
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="650" height="200">');
		document.write('<param name=movie value="swf/menu.swf">');
		document.write('<param name=quality value=high>');
		document.write('<embed src="swf/menu.swf" quality=high pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="650" height="200">');
		document.write('</embed>');
		document.write('</object>');

	}
		else
		{
		document.write('<table width="650" border="0" cellspacing="0" cellpadding="0">');
		document.write('<tr>');
		document.write('<td colspan="2" class="bottom_line" align="center" valign="middle" height="200" background="images/home.gif">');
		document.write('<table width="630" border="0" cellspacing="0" cellpadding="0" height="77">');
		document.write('<tr>');
		document.write('<td height="36"><img src="images/service1.gif" width="114" height="37" border="0" name="link1" onMouseOver="mouse_in(1);" onMouseOut="mouse_out(1);" onClick="new1image();new2image();new3image();new4image();" ></td>');
		document.write('<td height="36"><a href="company.html" onMouseOver="mouse_in(2);" onMouseOut="mouse_out(2);"><img src="images/company1.gif" width="114" height="37" border="0" name="link2"></a></td>');
		document.write('<td height="36"><a href="recruit.html" onMouseOver="mouse_in(3);" onMouseOut="mouse_out(3);"><img src="images/recruit1.gif" width="114" height="37" border="0" name="link3"></a></td>');
		document.write('<td height="36"><a href="access.html" onMouseOver="mouse_in(4);" onMouseOut="mouse_out(4);"><img src="images/access1.gif" width="114" height="37" border="0" name="link4"></a></td>');
		document.write('<td height="36"><a href="index.html" onMouseOver="mouse_in(5);" onMouseOut="mouse_out(5);"><img src="images/home1.gif" width="114" height="37" border="0" name="link5"></a></td>');
		document.write('</tr>');
		document.write('<tr>');
		document.write('<td colspan="5" align="center" height="40"><a href="design.html"><img src="images/spacer.gif" width="99" height="12" hspace="10" name="sub1" border="0"></a><a href="development.html"><img src="images/spacer.gif" width="102" height="12" hspace="10" name="sub2" border="0"></a><a href="network.html"><img src="images/spacer.gif" width="145" height="12" hspace="10" name="sub3" border="0"></a><a href="consulting.html"><img src="images/spacer.gif" width="90" height="12" hspace="10" name="sub4" border="0"></a></td>');
		document.write('</tr>');
		document.write('</table>');
		document.write('</td>');
		document.write('</tr>');
		document.write('</table>');  
		}
}


//+++++++++++++++++++++++++++++++++++++++++++++

//カンパニーのメニュー

function getCompanyMenu()
{
	if ( MM_FlashCanPlay )
	{

		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="650" height="200">');
		document.write('<param name=movie value="swf/menu.swf">');
		document.write('<param name=quality value=high>');
		document.write('<embed src="swf/menu.swf" quality=high pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="650" height="200">');
		document.write('</embed>');
		document.write('</object>');

	}
	else
	{
		document.write('<table width="650" border="0" cellspacing="0" cellpadding="0">');
		document.write('<tr>');
		document.write('<td colspan="2" class="bottom_line" align="center" valign="middle" height="200" background="images/company.gif">');
		document.write('<table width="630" border="0" cellspacing="0" cellpadding="0" height="77">');
		document.write('<tr>');
		document.write('<td> <img src="images/service1.gif" width="114" height="37" border="0" name="link1" onMouseOver="mouse_in(1);" onMouseOut="mouse_out(1);" onClick="new1image(),new2image(),new3image(),new4image();" > </td>');
		document.write('<td><img src="images/company2.gif" width="114" height="37" border="0"></td>');
		document.write('<td><a href="recruit.html" onMouseOver="mouse_in(3);" onMouseOut="mouse_out(3);"><img src="images/recruit1.gif" width="114" height="37" border="0" name="link3"></a></td>');
		document.write('<td><a href="access.html" onMouseOver="mouse_in(4);" onMouseOut="mouse_out(4);"><img src="images/access1.gif" width="114" height="37" border="0" name="link4"></a></td>');
		document.write('<td><a href="index.html" onMouseOver="mouse_in(5);" onMouseOut="mouse_out(5);"><img src="images/home1.gif" width="114" height="37" border="0" name="link5"></a></td>');
		document.write('</tr>');
		document.write('<tr>');
		document.write('<td colspan="5" align="center" height="40"><a href="design.html"><img src="images/spacer.gif" width="99" height="12" hspace="10" NAME="sub1" border="0"></a><a href="development.html"><img src="images/spacer.gif" width="102" height="12" hspace="10" NAME="sub2" border="0"></a><a href="network.html"><img src="images/spacer.gif" width="145" height="12" hspace="10" NAME="sub3" border="0"></a><a href="consulting.html"><img src="images/spacer.gif" width="90" height="12" hspace="10" NAME="sub4" border="0"></a> </td>');
		document.write('</tr>');
		document.write('</table>');
		document.write('</td>');
		document.write('</tr>');
		document.write('</table>');

	}
}


//+++++++++++++++++++++++++++++++++++++++++++++
//カンパニーの画像

function getCompanyInformation()
{
	if ( MM_FlashCanPlay )
	{		

			document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="250" height="180">');
			document.write('<param name=movie value="swf/company.swf">');
			document.write('<param name=quality value=high>');
			document.write('<embed	src="swf/company.swf" quality=high pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"type="application/x-shockwave-flash" width="250" height="180">');
			document.write('</embed>');
			document.write('</object>');

	}
		else
		{	
			document.write('<img src="images/com_monitor.gif" width="300" height="197" alt="会社理念">');
		}
}	
		


//+++++++++++++++++++++++++++++++++++++++++++++
//リクルートのメニュー

function getRecruitMenu()
{
	if ( MM_FlashCanPlay )
	{
		document.write('<table width="650" border="0" cellspacing="0" cellpadding="0">');
		document.write('<tr>');
		document.write('<td colspan="2" height="200" class="bottom_line">');
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="650" height="200">');
		document.write('<param name=movie value="swf/menu.swf">');
		document.write('<param name=quality value=high>');
		document.write('<embed src="swf/menu.swf" quality=high pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="650" height="200">');
		document.write('</embed>');
		document.write('</object>');
		document.write('</td>');
		document.write('</tr>');
		document.write('</table>');
	
	}
	else
	{
		document.write('<table width="650" border="0" cellspacing="0" cellpadding="0">');
		document.write('<tr>');
		document.write('<td colspan="2" class="bottom_line" align="center" valign="middle" height="200" background="images/recruit.gif">');
		document.write('<table width="630" border="0" cellspacing="0" cellpadding="0" height="77">');
		document.write('<tr>');
		document.write('<td><img src="images/service1.gif" width="114" height="37" border="0" name="link1" onMouseOver="mouse_in(1);" onMouseOut="mouse_out(1);" onClick="new1image(),new2image(),new3image(),new4image();" ></td>');
		document.write('<td><a href="company.html" onMouseOver="mouse_in(2);" onMouseOut="mouse_out(2);"><img src="images/company1.gif" width="114" height="37" border="0" name="link2"></a></td>');
		document.write('<td><img src="images/recruit2.gif" width="114" height="37" border="0"></td>');
		document.write('<td><a href="access.html" onMouseOver="mouse_in(4);" onMouseOut="mouse_out(4);"><img src="images/access1.gif" width="114" height="37" border="0" name="link4"></a></td>');
		document.write('<td><a href="index.html" onMouseOver="mouse_in(5);" onMouseOut="mouse_out(5);"><img src="images/home1.gif" width="114" height="37" border="0" name="link5"></a></td>');
		document.write('</tr>');
		document.write('<tr>');
		document.write('<td colspan="5" align="center" height="40"><a href="design.html"><img src="images/spacer.gif" width="99" height="12" hspace="10" NAME="sub1" border="0"></a><a href="development.html"><img src="images/spacer.gif" width="102" height="12" hspace="10" NAME="sub2" border="0"></a><a href="network.html"><img src="images/spacer.gif" width="145" height="12" hspace="10" NAME="sub3" border="0"></a><a href="consulting.html"><img src="images/spacer.gif" width="90" height="12" hspace="10" NAME="sub4" border="0"></a></td>');
		document.write('</tr>');
		document.write('</table>');
		document.write('</td>');
		document.write('</tr>');
		document.write('</table>');

	}
}


//+++++++++++++++++++++++++++++++++++++++++++++
//リクルート の画像

function getRecruitInformation()
{
	if ( MM_FlashCanPlay )
	{		
			document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="250" height="180">');
			document.write('<param name=movie value="swf/top.swf">');
			document.write('<param name=quality value=high>');
			document.write('<embed	src="swf/recruit.swf" quality=high pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"type="application/x-shockwave-flash" width="250" height="180">');
			document.write('</embed>');
			document.write('</object>');
	}
		else
		{	
			document.write('<img src="images/recru_monitor.gif" width="300" height="197" alt="リクルート概要">');
		}
}	
		
//+++++++++++++++++++++++++++++++++++++++++++++
//デザインのメニュー

function getDesignMenu()
{
	if ( MM_FlashCanPlay )
	{
		document.write('<table width="650" border="0" cellspacing="0" cellpadding="0">');
		document.write('<tr>');
		document.write('<td colspan="2" height="200" class="bottom_line">');
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="650" height="200">');
		document.write('<param name=movie value="swf/menu.swf">');
		document.write('<param name=quality value=high>');
		document.write('<embed src="swf/menu.swf" quality=high pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="650" height="200">');
		document.write('</embed>');
		document.write('</object>');
		document.write('</td>');
		document.write('</tr>');

	}
	else
	{
		document.write('<table width="650" border="0" cellspacing="0" cellpadding="0">');
		document.write('<tr>');
		document.write('<table width="650" border="0" cellspacing="0" cellpadding="0">');
		document.write('<tr>');
		document.write('<td colspan="2" class="bottom_line" align="center" valign="middle" height="200" background="images/designwork.gif">');
		document.write('<table width="630" border="0" cellspacing="0" cellpadding="0" height="77">');
		document.write('<tr>');
		document.write('<td><img src="images/service2.gif" width="114" height="37" border="0"></td>');
		document.write('<td><a href="company.html" onMouseOver="mouse_in(2);" onMouseOut="mouse_out(2);"><img src="images/company1.gif" width="114" height="37" border="0" name="link2"></a></td>');
		document.write('<td><a href="recruit.html" onMouseOver="mouse_in(3);" onMouseOut="mouse_out(3);"><img src="images/recruit1.gif" width="114" height="37" border="0" name="link3"></a></td>');
		document.write('<td><a href="access.html" onMouseOver="mouse_in(4);" onMouseOut="mouse_out(4);"><img src="images/access1.gif" width="114" height="37" border="0" name="link4"></a></td>');
		document.write('<td><a href="index.html" onMouseOver="mouse_in(5);" onMouseOut="mouse_out(5);"><img src="images/home1.gif" width="114" height="37" border="0" name="link5"></a></td>');
		document.write('</tr>');
		document.write('<tr>');
		document.write('<td colspan="5" align="center" height="40"><img src="images/design2.gif" width="99" height="12" hspace="10" border="0"><a href="development.html"><img src="images/develop.gif" width="102" height="12" hspace="10" border="0"></a><a href="network.html"><img src="images/network1.gif" width="145" height="12" hspace="10" border="0"></a><a href="consulting.html"><img src="images/consul1.gif" width="90" height="12" hspace="10" border="0"></a></td>');
		document.write('</tr>');
		document.write('</table>');
		document.write('</td>');
		document.write('</tr>');
	}
}


//+++++++++++++++++++++++++++++++++++++++++++++
//デザインの画像

function getDesignInformation()
{
	if ( MM_FlashCanPlay )
	{		
			document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="250" height="180">');
			document.write('<param name=movie value="swf/design.swf">');
			document.write('<param name=quality value=high>');
			document.write('<embed	src="swf/design.swf" quality=high pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"type="application/x-shockwave-flash" width="250" height="180">');
			document.write('</embed>');
			document.write('</object>');

	}
		else
		{	
			document.write('<img src="images/desi_monitor.gif" width="300" height="197" alt="デザインワーク概念">');
		}
}	
		
//+++++++++++++++++++++++++++++++++++++++++++++
//デベロップメントのメニュー

function getDevelopMenu()
{
	if ( MM_FlashCanPlay )
	{
		document.write('<table width="650" border="0" cellspacing="0" cellpadding="0">');
		document.write('<tr>');
		document.write('<td colspan="2" height="200" class="bottom_line">');
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="650" height="200">');
		document.write('<param name=movie value="swf/menu.swf">');
		document.write('<param name=quality value=high>');
		document.write('<embed src="swf/menu.swf" quality=high pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="650" height="200">');
		document.write('</embed>');
		document.write('</object>');
		document.write('</td>');
		document.write('</tr>');

	}
	else
	{
		document.write('<table width="650" border="0" cellspacing="0" cellpadding="0">');
		document.write('<tr>');
		document.write('<td colspan="2" align="center" valign="middle" height="200" background="images/development.gif">');
		document.write('<table width="630" border="0" cellspacing="0" cellpadding="0" height="77">');
		document.write('<tr>');
		document.write('<td><img src="images/service2.gif" width="114" height="37" border="0"></td>');
		document.write('<td><a href="company.html" onMouseOver="mouse_in(2);" onMouseOut="mouse_out(2);"><img src="images/company1.gif" width="114" height="37" border="0" name="link2"></a></td>');
		document.write('<td><a href="recruit.html" onMouseOver="mouse_in(3);" onMouseOut="mouse_out(3);"><img src="images/recruit1.gif" width="114" height="37" border="0" name="link3"></a></td>');
		document.write('<td><a href="access.html" onMouseOver="mouse_in(4);" onMouseOut="mouse_out(4);"><img src="images/access1.gif" width="114" height="37" border="0" name="link4"></a></td>');
		document.write('<td><a href="index.html" onMouseOver="mouse_in(5);" onMouseOut="mouse_out(5);"><img src="images/home1.gif" width="114" height="37" border="0" name="link5"></a></td>');
		document.write('</tr>');
		document.write('<tr>');
		document.write('<td colspan="5" align="center" height="40"><a href="design.html"><img src="images/design1.gif" width="99" height="12" hspace="10" border="0"></a><img src="images/develop2.gif" width="102" height="12" hspace="10" border="0"><a href="network.html"><img src="images/network1.gif" width="145" height="12" hspace="10" border="0"></a><a href="consulting.html"><img src="images/consul1.gif" width="90" height="12" hspace="10" border="0"></a></td>');
		document.write('</tr>');
		document.write('</table>');
	}
}


//+++++++++++++++++++++++++++++++++++++++++++++
//デベロップメントの画像

function getDevelopInformation()
{
	if ( MM_FlashCanPlay )
	{		

			document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="250" height="180">');
			document.write('<param name=movie value="swf/develop.swf">');
			document.write('<param name=quality value=high>');
			document.write('<embed	src="swf/develop.swf" quality=high pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"type="application/x-shockwave-flash" width="250" height="180">');
			document.write('</embed>');
			document.write('</object>');

	}
		else
		{	

			document.write('<img src="images/deve_monitor.gif" width="300" height="197" alt="デベロップメント概念">');

		}
}			

//+++++++++++++++++++++++++++++++++++++++++++++
//ネットワークのメニュー

function getNetworkMenu()
{
	if ( MM_FlashCanPlay )
	{
		document.write('<table width="650" border="0" cellspacing="0" cellpadding="0">');
		document.write('<tr>');
		document.write('<td colspan="2" height="200" class="bottom_line">');
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="650" height="200">');
		document.write('<param name=movie value="swf/menu.swf">');
		document.write('<param name=quality value=high>');
		document.write('<embed src="swf/menu.swf" quality=high pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="650" height="200">');
		document.write('</embed>');
		document.write('</object>');
		document.write('</td>');
		document.write('</tr>');

	}
	else
	{
		document.write('<table width="650" border="0" cellspacing="0" cellpadding="0">');
		document.write('<tr>');
		document.write('<table width="650" border="0" cellspacing="0" cellpadding="0">');
		document.write('<tr>');
		document.write('<td colspan="2" class="bottom_line" align="center" valign="middle" height="200" background="images/network.gif">');
		document.write('<table width="630" border="0" cellspacing="0" cellpadding="0" height="77">');
		document.write('<tr>');
		document.write('<td><img src="images/service2.gif" width="114" height="37" border="0"></td>');
		document.write('<td><a href="company.html" onMouseOver="mouse_in(2);" onMouseOut="mouse_out(2);"><img src="images/company1.gif" width="114" height="37" border="0" name="link2"></a></td>');
		document.write('<td><a href="recruit.html" onMouseOver="mouse_in(3);" onMouseOut="mouse_out(3);"><img src="images/recruit1.gif" width="114" height="37" border="0" name="link3"></a></td>');
		document.write('<td><a href="access.html" onMouseOver="mouse_in(4);" onMouseOut="mouse_out(4);"><img src="images/access1.gif" width="114" height="37" border="0" name="link4"></a></td>');
		document.write('<td><a href="index.html" onMouseOver="mouse_in(5);" onMouseOut="mouse_out(5);"><img src="images/home1.gif" width="114" height="37" border="0" name="link5"></a></td>');
		document.write('</tr>');
		document.write('<tr>');
		document.write(' <td colspan="5" align="center" height="40"><a href="design.html"><img src="images/design1.gif" width="99" height="12" hspace="10" border="0"></a><a href="development.html"><img src="images/develop.gif" width="102" height="12" hspace="10" border="0"></a><img src="images/network2.gif" width="145" height="12" hspace="10" border="0"><a href="consulting.html"><img src="images/consul1.gif" width="90" height="12" hspace="10" border="0"></a></td>');
		document.write('</tr>');
		document.write('</table>');
		document.write('</td>');
		document.write('</tr>');
	}
}


//+++++++++++++++++++++++++++++++++++++++++++++
//ネットワークの画像

function getNetworkInformation()
{
	if ( MM_FlashCanPlay )
	{		
			document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="250" height="180">');
			document.write('<param name=movie value="swf/network.swf">');
			document.write('<param name=quality value=high>');
			document.write('<embed	src="swf/network.swf" quality=high pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"type="application/x-shockwave-flash" width="250" height="180">');
			document.write('</embed>');
			document.write('</object>');

	}
		else
		{	
			document.write('<img src="images/net_monitor.gif" width="300" height="197" alt="ネットワーク概念">');

		}
}			


//+++++++++++++++++++++++++++++++++++++++++++++
//コンサルティングのメニュー

function getConsulMenu()
{
	if ( MM_FlashCanPlay )
	{
		document.write('<table width="650" border="0" cellspacing="0" cellpadding="0">');
		document.write('<tr>');
		document.write('<td colspan="2" height="200" class="bottom_line">');
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="650" height="200">');
		document.write('<param name=movie value="swf/menu.swf">');
		document.write('<param name=quality value=high>');
		document.write('<embed src="swf/menu.swf" quality=high pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="650" height="200">');
		document.write('</embed>');
		document.write('</object>');
		document.write('</td>');
		document.write('</tr>');

	}
	else
	{
		document.write('<table width="650" border="0" cellspacing="0" cellpadding="0">');
		document.write('<tr>');
		document.write('<table width="650" border="0" cellspacing="0" cellpadding="0">');
		document.write('<tr>');
		document.write('<td colspan="2" class="bottom_line" align="center" valign="middle" height="200" background="images/consulting.gif">');
		document.write('<table width="630" border="0" cellspacing="0" cellpadding="0" height="77">');
		document.write('<tr>');
		document.write('<td><img src="images/service2.gif" width="114" height="37" border="0"></td>');
		document.write('<td><a href="company.html" onMouseOver="mouse_in(2);" onMouseOut="mouse_out(2);"><img src="images/company1.gif" width="114" height="37" border="0" name="link2"></a></td>');
		document.write('<td><a href="recruit.html" onMouseOver="mouse_in(3);" onMouseOut="mouse_out(3);"><img src="images/recruit1.gif" width="114" height="37" border="0" name="link3"></a></td>');
		document.write('<td><a href="access.html" onMouseOver="mouse_in(4);" onMouseOut="mouse_out(4);"><img src="images/access1.gif" width="114" height="37" border="0" name="link4"></a></td>');
		document.write('<td><a href="index.html" onMouseOver="mouse_in(5);" onMouseOut="mouse_out(5);"><img src="images/home1.gif" width="114" height="37" border="0" name="link5"></a></td>');
		document.write('</tr>');
		document.write('<tr>');
		document.write('<td colspan="5" align="center" height="40"><a href="design.html"><img src="images/design1.gif" width="99" height="12" hspace="10" border="0"></a><a href="development.html"><img src="images/develop.gif" width="102" height="12" hspace="10" border="0"></a><a href="network.html"><img src="images/network1.gif" width="145" height="12" hspace="10" border="0"></a><img src="images/consul2.gif" width="90" height="12" hspace="10" border="0"> </td>');
		document.write('</tr>');
		document.write('</table>');
		document.write('</td>');
		document.write('</tr>');
	}
}


//+++++++++++++++++++++++++++++++++++++++++++++
//コンサルティングの画像

function getConsulInformation()
{
	if ( MM_FlashCanPlay )
	{		

			document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="250" height="180">');
			document.write('<param name=movie value="swf/consulting.swf">');
			document.write('<param name=quality value=high>');
			document.write('<embed	src="swf/consulting.swf" quality=high pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"type="application/x-shockwave-flash" width="250" height="180">');
			document.write('</embed>');
			document.write('</object>');

	}
		else
		{	

			document.write('<img src="images/consul_monitor.gif" width="300" height="197" alt="コンサルティング概念">');

		}
}
//+++++++++++++++++++++++++++++++++++++++++++++
//+++++++++++++++++++++++++++++++++++++++++++++

//アクセスのメニュー

function getAccessMenu()
{
	if ( MM_FlashCanPlay )
	{

		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="650" height="200">');
		document.write('<param name=movie value="swf/menu.swf">');
		document.write('<param name=quality value=high>');
		document.write('<embed src="swf/menu.swf" quality=high pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="650" height="200">');
		document.write('</embed>');
		document.write('</object>');

	}
	else
	{
		document.write('<table width="650" border="0" cellspacing="0" cellpadding="0">');
		document.write('<tr>');
		document.write('<td colspan="2" class="bottom_line" align="center" valign="middle" height="200" background="images/access.gif">');
		document.write('<table width="630" border="0" cellspacing="0" cellpadding="0" height="77">');
		document.write('<tr>');
		document.write('<td> <img src="images/service1.gif" width="114" height="37" border="0" name="link1" onMouseOver="mouse_in(1);" onMouseOut="mouse_out(1);" onClick="new1image(),new2image(),new3image(),new4image();" > </td>');
		document.write('<td><a href="company.html" onMouseOver="mouse_in(2);" onMouseOut="mouse_out(2);"><img src="images/company1.gif" width="114" height="37" border="0" name="link2"></a></td>');
		document.write('<td><a href="recruit.html" onMouseOver="mouse_in(3);" onMouseOut="mouse_out(3);"><img src="images/recruit1.gif" width="114" height="37" border="0" name="link3"></a></td>');
		document.write('<td><img src="images/access2.gif" width="114" height="37" border="0"></a></td>');
		document.write('<td><a href="index.html" onMouseOver="mouse_in(5);" onMouseOut="mouse_out(5);"><img src="images/home1.gif" width="114" height="37" border="0" name="link5"></a></td>');
		document.write('</tr>');
		document.write('<tr>');
		document.write('<td colspan="5" align="center" height="40"><a href="design.html"><img src="images/spacer.gif" width="99" height="12" hspace="10" NAME="sub1" border="0"></a><a href="development.html"><img src="images/spacer.gif" width="102" height="12" hspace="10" NAME="sub2" border="0"></a><a href="network.html"><img src="images/spacer.gif" width="145" height="12" hspace="10" NAME="sub3" border="0"></a><a href="consulting.html"><img src="images/spacer.gif" width="90" height="12" hspace="10" NAME="sub4" border="0"></a> </td>');
		document.write('</tr>');
		document.write('</table>');
		document.write('</td>');
		document.write('</tr>');
		document.write('</table>');

	}
}

//+++++++++++++++++++++++++++++++++++++++++++++
//アクセスの画像

function getAccessInformation()
{
	if ( MM_FlashCanPlay )
	{		

			document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="491" height="600">');
			document.write('<param name=movie value="swf/map.swf">');
			document.write('<param name=quality value=high>');
			document.write('<embed	src="swf/map.swf" quality=high pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"type="application/x-shockwave-flash" width="491" height="600">');
			document.write('</embed>');
			document.write('</object>');

	}
		else
		{	

			document.write('<img src="images/map.gif" width="635" height="723" alt="地図">');

		}
}
//+++++++++++++++++++++++++++++++++++++++++++++


//+++++++++++++++++++++++++++++++++++++++++++++
//デザインの画像

function getDesignInformation2()
{
	if ( MM_FlashCanPlay )
	{		
			document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="250" height="180" align="right">');
			document.write('<param name=movie value="swf/design.swf">');
			document.write('<param name=quality value=high>');
			document.write('<embed	src="swf/design.swf" quality=high pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"type="application/x-shockwave-flash" width="250" height="180">');
			document.write('</embed>');
			document.write('</object>');

	}
		else
		{	
			document.write('<img src="images/desi_monitor.gif" width="300" height="197" alt="デザインワーク概念" align="right">');
		}
}	
		

