// JavaScript Document
if(navigator.appVersion.charAt(0) >= "3")
{
var img = new Array();
img[20] = new Image(); img[20].src = "../delivery/image/deli_1.gif";
img[21] = new Image(); img[21].src = "../delivery/image/deli_1_on.gif";
img[22] = new Image(); img[22].src = "../delivery/image/deli_2.gif";
img[23] = new Image(); img[23].src = "../delivery/image/deli_2_on.gif";
img[24] = new Image(); img[24].src = "../delivery/image/deli_3.gif";
img[25] = new Image(); img[25].src = "../delivery/image/deli_3_on.gif";
img[26] = new Image(); img[26].src = "../delivery/image/deli_4.gif";
img[27] = new Image(); img[27].src = "../delivery/image/deli_4_on.gif";

img[50] = new Image(); img[50].src = "../bridal/image/bridal_1.gif";
img[51] = new Image(); img[51].src = "../bridal/image/bridal_1_on.gif";
img[52] = new Image(); img[52].src = "../bridal/image/bridal_2.gif";
img[53] = new Image(); img[53].src = "../bridal/image/bridal_2_on.gif";
img[54] = new Image(); img[54].src = "../bridal/image/bridal_3.gif";
img[55] = new Image(); img[55].src = "../bridal/image/bridal_3_on.gif";
img[56] = new Image(); img[56].src = "../bridal/image/bridal_4.gif";
img[57] = new Image(); img[57].src = "../bridal/image/bridal_4_on.gif";

img[60] = new Image(); img[60].src = "../monthly/image/monthly_1.gif";
img[61] = new Image(); img[61].src = "../monthly/image/monthly_1_on.gif";
img[62] = new Image(); img[62].src = "../monthly/image/monthly_2.gif";
img[63] = new Image(); img[63].src = "../monthly/image/monthly_2_on.gif";
img[64] = new Image(); img[64].src = "../monthly/image/monthly_3.gif";
img[65] = new Image(); img[65].src = "../monthly/image/monthly_3_on.gif";
img[66] = new Image(); img[66].src = "../monthly/image/monthly_4.gif";
img[67] = new Image(); img[67].src = "../monthly/image/monthly_4_on.gif";

img[70] = new Image(); img[70].src = "../delivery/image/order_l1.gif";
img[71] = new Image(); img[71].src = "../delivery/image/order_l1_on.gif";
img[72] = new Image(); img[72].src = "../delivery/image/order_l2.gif";
img[73] = new Image(); img[73].src = "../delivery/image/order_l2_on.gif";
img[74] = new Image(); img[74].src = "../delivery/image/order_l3.gif";
img[75] = new Image(); img[75].src = "../delivery/image/order_l3_on.gif";
img[76] = new Image(); img[76].src = "../delivery/image/order_l4.gif";
img[77] = new Image(); img[77].src = "../delivery/image/order_l4_on.gif";
img[78] = new Image(); img[78].src = "../delivery/image/order_l5.gif";
img[79] = new Image(); img[79].src = "../delivery/image/order_l5_on.gif";
img[80] = new Image(); img[80].src = "../delivery/image/order_l6.gif";
img[81] = new Image(); img[81].src = "../delivery/image/order_l6_on.gif";
img[82] = new Image(); img[82].src = "../delivery/image/order_l7.gif";
img[83] = new Image(); img[83].src = "../delivery/image/order_l7_on.gif";

img[84] = new Image(); img[84].src = "../company/image/com_l1.gif";
img[85] = new Image(); img[85].src = "../company/image/com_l1_on.gif";
img[86] = new Image(); img[86].src = "../company/image/com_l2.gif";
img[87] = new Image(); img[87].src = "../company/image/com_l2_on.gif";
img[88] = new Image(); img[88].src = "../company/image/com_l3.gif";
img[89] = new Image(); img[89].src = "../company/image/com_l3_on.gif";
img[90] = new Image(); img[90].src = "../company/image/com_l4.gif";
img[91] = new Image(); img[91].src = "../company/image/com_l4_on.gif";
img[92] = new Image(); img[92].src = "../company/image/com_l5.gif";
img[93] = new Image(); img[93].src = "../company/image/com_l5_on.gif";
img[94] = new Image(); img[94].src = "../company/image/com_l6.gif";
img[95] = new Image(); img[95].src = "../company/image/com_l6_on.gif";

img[96] = new Image(); img[96].src = "../company/image/company1.gif";
img[97] = new Image(); img[97].src = "../company/image/company1_on.gif";
img[98] = new Image(); img[98].src = "../company/image/company2.gif";
img[99] = new Image(); img[99].src = "../company/image/company2_on.gif";

img[100] = new Image(); img[100].src = "../Library/menu1.gif";
img[101] = new Image(); img[101].src = "../Library/menu1_on.gif";
img[102] = new Image(); img[102].src = "../Library/menu2.gif";
img[103] = new Image(); img[103].src = "../Library/menu2_on.gif";
img[104] = new Image(); img[104].src = "../Library/menu3.gif";
img[105] = new Image(); img[105].src = "../Library/menu3_on.gif";
img[106] = new Image(); img[106].src = "../Library/menu4.gif";
img[107] = new Image(); img[107].src = "../Library/menu4_on.gif";
img[108] = new Image(); img[108].src = "../Library/menu5.gif";
img[109] = new Image(); img[109].src = "../Library/menu5_on.gif";
img[110] = new Image(); img[110].src = "../Library/menu6.gif";
img[111] = new Image(); img[111].src = "../Library/menu6_on.gif";
img[112] = new Image(); img[112].src = "../Library/menu7.gif";
img[113] = new Image(); img[113].src = "../Library/menu7_on.gif";
img[114] = new Image(); img[114].src = "../Library/menu8.gif";
img[115] = new Image(); img[115].src = "../Library/menu8_on.gif";
img[116] = new Image(); img[116].src = "../Library/menu9.gif";
img[117] = new Image(); img[117].src = "../Library/menu9_on.gif";

}
function _in(a,b) {
if(navigator.appVersion.charAt(0) >= "3") {
document.images[a].src = img[b].src;
}
else { }
}
function _out(a,b) {
document.images[a].src = img[b].src;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

