//会社概要・業務案内

var img01 = new Image();

var img02 = new Image();

img01.src = "./img/company_button_o_outline.gif";

img02.src = "./img/company_button_u_outline.gif";

function outline01(){document.img01.src=img01.src;}

function outline02(){document.img01.src=img02.src;}



//アクセス地図

var img03 = new Image();

var img04 = new Image();

img03.src = "./img/company_button_o_map.gif";

img04.src = "./img/company_button_u_map.gif";

function map01(){document.img03.src=img03.src;}

function map02(){document.img03.src=img04.src;}



//ショールームコンセプト

var img05 = new Image();

var img06 = new Image();

img05.src = "./img/showroom_button_o_concept.gif";

img06.src = "./img/showroom_button_u_concept.gif";

function concept01(){document.img05.src=img05.src;}

function concept02(){document.img05.src=img06.src;}



//ショールーム紹介（設備等）

var img07 = new Image();

var img08 = new Image();

img07.src = "./img/showroom_button_o_explain.gif";

img08.src = "./img/showroom_button_u_explain.gif";

function explain01(){document.img07.src=img07.src;}

function explain02(){document.img07.src=img08.src;}



//出展企業紹介

var img09 = new Image();

var img10 = new Image();

img09.src = "./img/showroom_button_o_exhibit.gif";

img10.src = "./img/showroom_button_u_exhibit.gif";

function exhibit01(){document.img09.src=img09.src;}

function exhibit02(){document.img09.src=img10.src;}



//出展申し込み

var img11 = new Image();

var img12 = new Image();

img11.src = "./img/showroom_button_o_apply.gif";

img12.src = "./img/showroom_button_u_apply.gif";

function apply01(){document.img11.src=img11.src;}

function apply02(){document.img11.src=img12.src;}



//お問い合せ

var img13 = new Image();

var img14 = new Image();

img13.src = "./img/inquiry_button_o.gif";

img14.src = "./img/inquiry_button_u.gif";

function inquiry01(){document.img13.src=img13.src;}

function inquiry02(){document.img13.src=img14.src;}



//料金一覧表

var img19 = new Image();

var img20 = new Image();

img19.src = "./img/showroom_button_o_price.gif";

img20.src = "./img/showroom_button_u_price.gif";

function price01(){document.img19.src=img19.src;}

function price02(){document.img19.src=img20.src;}




//タイの祝日


var img15 = new Image();


var img16 = new Image();


img15.src = "./img/2010holiday_o.gif";


img16.src = "./img/2010holiday_u.gif";


function holiday01(){document.img15.src=img15.src;}


function holiday02(){document.img15.src=img16.src;}


//スワンナプーム国際空港



var img17 = new Image();



var img18 = new Image();



img17.src = "./img/suvarnabhumi_o.gif";



img18.src = "./img/suvarnabhumi_u.gif";



function suvarnabhumi01(){document.img17.src=img17.src;}



function suvarnabhumi02(){document.img17.src=img18.src;}

