//申込みボタン読み込み
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/contact_on.gif';
};

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

Imgtop2="../../img/business_off.gif";
Imgtop3="../../img/business_on.gif";

Imgtop4="../../img/press_off.gif";
Imgtop5="../../img/press_on.gif";

Imgtop6="../../img/recruit_off.gif";
Imgtop7="../../img/recruit_on.gif";

Imgtop8="../../img/contact_off.gif";
Imgtop9="../../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メニュー
subImg1="../img/c_message_off.gif";
subImg2="../img/c_message_on.gif";

subImg3="../img/c_plofile_off.gif";
subImg4="../img/c_plofile_on.gif";

subImg5="../img/c_histry_off.gif";
subImg6="../img/c_histry_on.gif";

subImg7="../img/c_seminar_off.gif";
subImg8="../img/c_seminar_on.gif";

subImg9="../img/c_access_off.gif";
subImg10="../img/c_access_on.gif";


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";


subImg17="../../img/r_top_off.gif";
subImg18="../../img/r_top_on.gif";

subImg19="../../img/r_office_off.gif";
subImg20="../../img/r_office_on.gif";

subImg21="../../img/r_offer_off.gif";
subImg22="../../img/r_offer_on.gif";

subImg23="../../img/r_entry_off.gif";
subImg24="../../img/r_entry_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";


//募集職種切り替え
r_offer01on="../../img/r_offer01on.gif";
r_offer01="../../img/r_offer01.gif";

r_offer02on="../../img/r_offer02on.gif";
r_offer02="../../img/r_offer02.gif";

r_offer03on="../../img/r_offer03on.gif";
r_offer03="../../img/r_offer03.gif";

r_offer04on="../../img/r_offer04on.gif";
r_offer04="../../img/r_offer04.gif";

r_offer05on="../../img/r_offer05on.gif";
r_offer05="../../img/r_offer05.gif";

r_offer06on="../../img/r_offer06on.gif";
r_offer06="../../img/r_offer06.gif";

r_offer07on="../../img/r_offer07on.gif";
r_offer07="../../img/r_offer07.gif";

r_offer08on="../img/r_offer08on.gif";
r_offer08="../img/r_offer08.gif";




//top_botan
r_box="../img/recruit_box.gif";
r_box_on="../img/recruit_box_on.gif";

m_box="../img/message_box.gif";
m_box_on="../img/message_box_on.gif";




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