//申込みボタン読み込み
if(navigator.appVersion.charAt(0)>=3)
{
Img=new Array()
Img[1]=new Image();Img[1].src='../img/company_on.gif';
};

{
Img=new Array()
Img[2]=new Image();Img[2].src='../img/business_on.gif';
};

{
Img=new Array()
Img[3]=new Image();Img[3].src='../img/press_on.gif';
};

{
Img=new Array()
Img[4]=new Image();Img[4].src='../img/recruit_on.gif';
};

{
Img=new Array()
Img[5]=new Image();Img[5].src='../img/ir_on.gif';
};

{
Img=new Array()
Img[6]=new Image();Img[6].src='../img/contact_on.gif';
};

//カーソルをあわせたときの画像宣言
Img0="../../img/company_off.gif";
Img1="../../img/company_on.gif";

Img2="../../img/business_off.gif";
Img3="../../img/business_on.gif";

Img4="../../img/press_off.gif";
Img5="../../img/press_on.gif";

Img6="../../img/recruit_off.gif";
Img7="../../img/recruit_on.gif";

Img8="../../img/contact_off.gif";
Img9="../../img/contact_on.gif";

//nakapege_global
Img0="../../img/company_off.gif";
Img1="../../img/company_on.gif";

Img2="../../img/business_off.gif";
Img3="../../img/business_on.gif";

Img4="../../img/press_off.gif";
Img5="../../img/press_on.gif";

Img6="../../img/recruit_off.gif";
Img7="../../img/recruit_on.gif";

Img8="../../img/ir_off.gif";
Img9="../../img/ir_on.gif";

Img10="../../img/contact_off.gif";
Img11="../../img/contact_on.gif";


//subメニュー
subImg11="../../img/p_top_off.gif";
subImg12="../../img/p_top_on.gif";

subImg13="../../img/p_press_off.gif";
subImg14="../../img/p_press_on.gif";

subImg15="../../img/p_publi_off.gif";
subImg16="../../img/p_publi_on.gif";




//その他
more_off="../img/more_botton.gif";
more_on="../img/more_botton_off.gif";

r_01_off="../img/r_01.gif";
r_01_on="../img/r_01on.gif";

r_02_off="../img/r_02.gif";
r_02_on="../img/r_02on.gif";

r_03_off="../img/r_03.gif";
r_03_on="../img/r_03on.gif";

r_04_off="../img/r_04.gif";
r_04_on="../img/r_04on.gif";






//画像切り替えスクリプト
function Change(imgNo,imgC){
if(navigator.appVersion.charAt(0)>=3){
 document.images[imgNo].src=imgC};
}
