

if(document.images) {
var imgs = new Array();
imgs[0] = new Image(); imgs[0].src = "image/plant-m1.gif";
imgs[1] = new Image(); imgs[1].src = "image/plant-m1-u.gif";

imgs[2] = new Image(); imgs[2].src = "image/plant-m2.gif";
imgs[3] = new Image(); imgs[3].src = "image/plant-m2-u.gif";

imgs[4] = new Image(); imgs[4].src = "image/plant-m3.gif";
imgs[5] = new Image(); imgs[5].src = "image/plant-m3-u.gif";

imgs[6] = new Image(); imgs[6].src = "image/plant-m4.gif";
imgs[7] = new Image(); imgs[7].src = "image/plant-m4-u.gif";

imgs[8] = new Image(); imgs[8].src = "image/qa.gif";
imgs[9] = new Image(); imgs[9].src = "image/qa-u.gif";


imgs[10] = new Image(); imgs[10].src = "image/solar-m1.gif";
imgs[11] = new Image(); imgs[11].src = "image/solar-m1-u.gif";

imgs[12] = new Image(); imgs[12].src = "image/solar-m2.gif";
imgs[13] = new Image(); imgs[13].src = "image/solar-m2-u.gif";

imgs[14] = new Image(); imgs[14].src = "image/solar-m3.gif";
imgs[15] = new Image(); imgs[15].src = "image/solar-m3-u.gif";

imgs[16] = new Image(); imgs[16].src = "image/gas-m1.gif";
imgs[17] = new Image(); imgs[17].src = "image/gas-m1-u.gif";

imgs[18] = new Image(); imgs[18].src = "image/gas-m2.gif";
imgs[19] = new Image(); imgs[19].src = "image/gas-m2-u.gif";


imgs[20] = new Image(); imgs[20].src = "image/gas-m3.gif";
imgs[21] = new Image(); imgs[21].src = "image/gas-m3-u.gif";

imgs[22] = new Image(); imgs[22].src = "image/water-air-m1.gif";
imgs[23] = new Image(); imgs[23].src = "image/water-air-m1-u.gif";

imgs[24] = new Image(); imgs[24].src = "image/back.gif";
imgs[25] = new Image(); imgs[25].src = "image/back-u.gif";

imgs[26] = new Image(); imgs[26].src = "image/menu1.gif";
imgs[27] = new Image(); imgs[27].src = "image/menu1-d.gif";

imgs[28] = new Image(); imgs[28].src = "image/menu2.gif";
imgs[29] = new Image(); imgs[29].src = "image/menu2-d.gif";


imgs[30] = new Image(); imgs[30].src = "image/menu3.gif";
imgs[31] = new Image(); imgs[31].src = "image/menu3-d.gif";

imgs[32] = new Image(); imgs[32].src = "image/menu4.gif";
imgs[33] = new Image(); imgs[33].src = "image/menu4-d.gif";

imgs[34] = new Image(); imgs[34].src = "image/menu5.gif";
imgs[35] = new Image(); imgs[35].src = "image/menu5-d.gif";

imgs[36] = new Image(); imgs[36].src = "image/menu6.gif";
imgs[37] = new Image(); imgs[37].src = "image/menu6-d.gif";

imgs[38] = new Image(); imgs[38].src = "image/menu7.gif";
imgs[39] = new Image(); imgs[39].src = "image/menu7-d.gif";


imgs[40] = new Image(); imgs[40].src = "image/summary-m1.gif";
imgs[41] = new Image(); imgs[41].src = "image/summary-m1-u.gif";

imgs[42] = new Image(); imgs[42].src = "image/summary-m2.gif";
imgs[43] = new Image(); imgs[43].src = "image/summary-m2-u.gif";

imgs[44] = new Image(); imgs[44].src = "image/summary-m3.gif";
imgs[45] = new Image(); imgs[45].src = "image/summary-m3-u.gif";

imgs[46] = new Image(); imgs[46].src = "image/summary-m4.gif";
imgs[47] = new Image(); imgs[47].src = "image/summary-m4-u.gif";


imgs[48] = new Image(); imgs[48].src = "image/plant-m0.gif";
imgs[49] = new Image(); imgs[49].src = "image/plant-m0-u.gif";

imgs[50] = new Image(); imgs[50].src = "image/solar-m0.gif";
imgs[51] = new Image(); imgs[51].src = "image/solar-m0-u.gif";

imgs[52] = new Image(); imgs[52].src = "image/gas-m0.gif";
imgs[53] = new Image(); imgs[53].src = "image/gas-m0-u.gif";

imgs[54] = new Image(); imgs[54].src = "image/water-m0.gif";
imgs[55] = new Image(); imgs[55].src = "image/water-m0-u.gif";

imgs[56] = new Image(); imgs[56].src = "image/air-m0.gif";
imgs[57] = new Image(); imgs[57].src = "image/air-m0-u.gif";

imgs[58] = new Image(); imgs[58].src = "image/menu8.gif";
imgs[59] = new Image(); imgs[59].src = "image/menu8-d.gif";

imgs[60] = new Image(); imgs[60].src = "image/menu9.gif";
imgs[61] = new Image(); imgs[61].src = "image/menu9-d.gif";

imgs[62] = new Image(); imgs[62].src = "image/solar-m4.gif";
imgs[63] = new Image(); imgs[63].src = "image/solar-m4-u.gif";
}

function chgimg(id, imgname) {
if(document.images) {
if(imgs[imgname]) {
document.images[id].src = imgs[imgname].src;
}
else {
document.images[id].src = imgname;
}
}
}



function WinOpenD8(W,H,P){
var WinD9=window.open(P,(W+'')+(H+''),'scrollbars=NO,width='+W+',height='+H+'');
};

function WinOpenD9(W,H,P){
var WinD9=window.open(P,(W+'')+(H+''),'scrollbars=NO,width='+W+',height='+H+'');
};

function WinOpenD10(W,H,P){
var WinD10=window.open(P,(W+'')+(H+''),'scrollbars=NO,width='+W+',height='+H+'');
};

function WinOpenD11(W,H,P){
var WinD11=window.open(P,(W+'')+(H+''),'scrollbars=YES,width='+W+',height='+H+'');
};



