window.onerror = null;

var ver4 = (navigator.appVersion.charAt(0) >= "4");
var NN4  = ver4 && (navigator.appName.charAt(0) == "N");
var IE4  = ver4 && (navigator.appName.charAt(0) == "M");
var NN3  = ((navigator.appVersion.charAt(0) == "3") &&
            (navigator.appName.charAt(0) == "N"));


//MENU1
if(NN3 || NN4 || IE4){
var img_a = new Array();
img_a[11] = new Image(); img_a[11].src = "img/h_menu1a.gif"
img_a[12] = new Image(); img_a[12].src = "img/h_menu2a.gif"
img_a[13] = new Image(); img_a[13].src = "img/h_menu3a.gif"
img_a[14] = new Image(); img_a[14].src = "img/h_menu4a.gif"
img_a[15] = new Image(); img_a[15].src = "img/h_menu5a.gif"
img_a[16] = new Image(); img_a[16].src = "img/h_menu6a.gif"

img_a[31] = new Image(); img_a[31].src = "img/p-menu101b.gif"
img_a[32] = new Image(); img_a[32].src = "img/p-menu102b.gif"
img_a[33] = new Image(); img_a[33].src = "img/p-menu201b.gif"
img_a[34] = new Image(); img_a[34].src = "img/p-menu202b.gif"
img_a[35] = new Image(); img_a[35].src = "img/p-menu203b.gif"
img_a[36] = new Image(); img_a[36].src = "img/p-menu301b.gif"
img_a[37] = new Image(); img_a[37].src = "img/p-menu302b.gif"
img_a[38] = new Image(); img_a[38].src = "img/p-menu401b.gif"
img_a[39] = new Image(); img_a[39].src = "img/p-menu402b.gif"
img_a[50] = new Image(); img_a[50].src = "img/p-menu403b.gif"
img_a[51] = new Image(); img_a[51].src = "img/p-menu501b.gif"
img_a[52] = new Image(); img_a[52].src = "img/p-menu502b.gif"
img_a[53] = new Image(); img_a[53].src = "img/p-menu503b.gif"
img_a[54] = new Image(); img_a[54].src = "img/p-menu504b.gif"
img_a[55] = new Image(); img_a[55].src = "img/p-menu404b.gif"
img_a[56] = new Image(); img_a[56].src = "img/p-menu405b.gif"


img_a[21] = new Image(); img_a[21].src = "img/h_menu1b.gif"
img_a[22] = new Image(); img_a[22].src = "img/h_menu2b.gif"
img_a[23] = new Image(); img_a[23].src = "img/h_menu3b.gif"
img_a[24] = new Image(); img_a[24].src = "img/h_menu4b.gif"
img_a[25] = new Image(); img_a[25].src = "img/h_menu5b.gif"
img_a[26] = new Image(); img_a[26].src = "img/h_menu6b.gif"

img_a[41] = new Image(); img_a[41].src = "img/p-menu101a.gif"
img_a[42] = new Image(); img_a[42].src = "img/p-menu102a.gif"
img_a[43] = new Image(); img_a[43].src = "img/p-menu201a.gif"
img_a[44] = new Image(); img_a[44].src = "img/p-menu202a.gif"
img_a[45] = new Image(); img_a[45].src = "img/p-menu203a.gif"
img_a[46] = new Image(); img_a[46].src = "img/p-menu301a.gif"
img_a[47] = new Image(); img_a[47].src = "img/p-menu302a.gif"
img_a[48] = new Image(); img_a[48].src = "img/p-menu401a.gif"
img_a[49] = new Image(); img_a[49].src = "img/p-menu402a.gif"
img_a[60] = new Image(); img_a[60].src = "img/p-menu403a.gif"
img_a[61] = new Image(); img_a[61].src = "img/p-menu501a.gif"
img_a[62] = new Image(); img_a[62].src = "img/p-menu502a.gif"
img_a[63] = new Image(); img_a[63].src = "img/p-menu503a.gif"
img_a[64] = new Image(); img_a[64].src = "img/p-menu504a.gif"
img_a[65] = new Image(); img_a[65].src = "img/p-menu404a.gif"
img_a[66] = new Image(); img_a[66].src = "img/p-menu405a.gif"


}

function A_in(nam,num){
if(NN3 || NN4 || IE4) document.images[nam].src = img_a[num].src;
}

function A_out(nam,num){
if(NN3 || NN4 || IE4) document.images[nam].src = img_a[num].src;
return false;
}
