<!--

/*關於弘煜 */
img1on = new Image( );
img1on.src = "image/maincell_01_04_button01a.gif";

img1off = new Image( );
img1off.src = "image/maincell_01_04_button01.gif";

/*遊戲專區 */
img2on = new Image( );
img2on.src = "image/maincell_01_04_button02a.gif";

img2off = new Image( );
img2off.src = "image/maincell_01_04_button02.gif";

/*遊戲訂購 */
img3on = new Image( );
img3on.src = "image/maincell_01_04_button03a.gif";

img3off = new Image( );
img3off.src = "image/maincell_01_04_button03.gif";

/*企業招募 */
img4on = new Image( );
img4on.src = "image/maincell_01_04_button04a.gif";

img4off = new Image( );
img4off.src = "image/maincell_01_04_button04.gif";

/*其他資源 */
img5on = new Image( );
img5on.src = "image/maincell_01_04_button05a.gif";

img5off = new Image( );
img5off.src = "image/maincell_01_04_button05.gif";

/*研發理念 */
img6on = new Image( );
img6on.src = "image/infocell_02_button01a.gif";

img6off = new Image( );
img6off.src = "image/infocell_02_button01.gif";

/*弘煜大事記 */
img7on = new Image( );
img7on.src = "image/infocell_02_button02a.gif";

img7off = new Image( );
img7off.src = "image/infocell_02_button02.gif";

/*獲獎紀錄 */
img8on = new Image( );
img8on.src = "image/infocell_02_button03a.gif";

img8off = new Image( );
img8off.src = "image/infocell_02_button03.gif";

function img_act(imgName) {
document [imgName].src = eval(imgName + "on.src");
}

function img_inact(imgName) {
document [imgName].src = eval(imgName + "off.src");
}

//-->

