<!--
//トップ用

$(document).ready(function(){
if(($.os.name == 'iphone') | ($.os.name == 'ipod') | ($.os.name == 'ipad')) {
var top_swf_mini_code = '<img src="/images/no-flash/company.jpg" alt="">';
}
else{
var top_swf_mini_code = '<object width="870" height="582">'+
                                  '<param name="movie-company" value="/company/loader-company-top120208.swf"></param>'+
                                  '<param name="allowScriptAccess" value="sameDomain"></param>'+
                                  '<param name="allowFullScreen" value="false"></param>'+
                                  '<param name="quality" value="high"></param>'+
                                  '<param name="wmode" value="transparent"></param>'+
                                  '<embed src="/company/loader-company-top120208.swf" quality="high" width="870" height="582" name="movie-company" wmode="transparent" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer_jp"></embed>'+
 '</object>';
}
if((document.domain + location.pathname).match(document.domain + "/company/index")){
$("#company-contents .swf-area").html(top_swf_mini_code);
//$(".hyde .text-area").css("display","none");
}
//else if {rootpath.match("/company/")}
else{$("#company-contents .swf-area").html("&nbsp;");
}
//$("#home-contents .swf-area").css("display","none");}

$('#slide_panel02 .pul_in').click(function () {
$("#company-contents .swf-area").html(top_swf_mini_code);
$("#company-contents .swf-area").fadeIn("slow");
$("#recruit-contents .swf-area").html("&nbsp;");
$("#home-contents .swf-area").html("&nbsp;");
/*$("#recruit-contents .swf-area").animate(
    {opacity: "0",complete: function(){$("#recruit-contents .swf-area").html("&nbsp;");}
	});
$("#home-contents .swf-area").animate(
    {opacity: "0",complete: function(){$("#home-contents .swf-area").html("&nbsp;");}
	});*/
});


});
// -->

