<!-- chg image

if(navigator.appVersion.charAt(0) >=3){
var img = new Array();
img[0] = new Image();  img[0].src = "image/mn-on_cpny.gif";
img[1] = new Image();  img[1].src = "image/mn_cpny.gif";
img[2] = new Image();  img[2].src = "image/mn-on_pps.gif"; 
img[3] = new Image();  img[3].src = "image/mn_pps.gif";
img[4] = new Image();  img[4].src = "image/mn-on_org.gif";
img[5] = new Image();  img[5].src = "image/mn_org.gif";
img[6] = new Image();  img[6].src = "image/mn-on_rsrc.gif";
img[7] = new Image();  img[7].src = "image/mn_rsrc.gif";
img[8] = new Image();  img[8].src = "image/mn-on_slbiz.gif";
img[9] = new Image();  img[9].src = "image/mn_slbiz.gif";
img[10] = new Image();  img[10].src = "image/sbmn-on_rsrc-01.gif";
img[11] = new Image();  img[11].src = "image/sbmn_rsrc-01.gif";
img[12] = new Image();  img[12].src = "image/sbmn-on_rsrc-02.gif"; 
img[13] = new Image();  img[13].src = "image/sbmn_rsrc-02.gif";
img[14] = new Image();  img[14].src = "image/sbmn-on_rsrc-03.gif";
img[15] = new Image();  img[15].src = "image/sbmn_rsrc-03.gif";
img[16] = new Image();  img[16].src = "image/sbmn-on_rsrc-04.gif";
img[17] = new Image();  img[17].src = "image/sbmn_rsrc-04.gif";
img[18] = new Image();  img[18].src = "image/sbmn-on_rsrc-05.gif";
img[19] = new Image();  img[19].src = "image/sbmn_rsrc-05.gif";
img[20] = new Image();  img[20].src = "image/sbmn-on_rsrc-06.gif";
img[21] = new Image();  img[21].src = "image/sbmn_rsrc-06.gif";
img[22] = new Image();  img[22].src = "image/sbmn-on_slbiz-01.gif";
img[23] = new Image();  img[23].src = "image/sbmn_slbiz-01.gif";
img[24] = new Image();  img[24].src = "image/sbmn-on_slbiz-02.gif"; 
img[25] = new Image();  img[25].src = "image/sbmn_slbiz-02.gif";
img[26] = new Image();  img[26].src = "image/sbmn-on_slbiz-03.gif";
img[27] = new Image();  img[27].src = "image/sbmn_slbiz-03.gif";
img[28] = new Image();  img[28].src = "image/sbmn-on_slbiz-04.gif";
img[29] = new Image();  img[29].src = "image/sbmn_slbiz-04.gif";
img[30] = new Image();  img[30].src = "image/sbmn-on_slbiz-05.gif";
img[31] = new Image();  img[31].src = "image/sbmn_slbiz-05.gif";
img[32] = new Image();  img[32].src = "image/sbmn-on_slbiz-06.gif";
img[33] = new Image();  img[33].src = "image/sbmn_slbiz-06.gif";
img[34] = new Image();  img[34].src = "image/sbmn-on_slbiz-07.gif";
img[35] = new Image();  img[35].src = "image/sbmn_slbiz-07.gif";
img[36] = new Image();  img[36].src = "image/mn-on_smlst.gif";
img[37] = new Image();  img[37].src = "image/mn_smlst.gif";
img[38] = new Image();  img[38].src = "image/sbmn-on_rsrc-07.gif";
img[39] = new Image();  img[39].src = "image/sdmn_rsrc-07.gif";
img[40] = new Image();  img[40].src = "image/mn-on_access.gif";
img[41] = new Image();  img[41].src = "image/mn_access.gif";
img[42] = new Image();  img[42].src = "image/mn-on_com.gif";
img[43] = new Image();  img[43].src = "image/mn_com.gif";
     }

function chgimg(nam,num){
if(navigator.appVersion.charAt(0) >=3){
 document.images[nam].src=img[num].src;
           }
     }

//-->
