<!--
function newImage(arg) {
rslt = new Image();
rslt.src = arg;
return rslt;
}
function bOver(Imag) {
document[Imag].src = eval(Imag +"_over.src");
}
function bOn(Imag) {
document[Imag].src = eval(Imag +"_on.src");
}
function bOut(Imag) {
document[Imag].src = eval(Imag +"_off.src");
}

b1_off = newImage('photo2/menu01_01.gif');
b1_over = newImage('photo2/menu02_01.gif');
b1_on = newImage('photo2/menu02_01.gif');

b2_off = newImage('photo2/menu01_02.gif');
b2_over = newImage('photo2/menu02_02.gif');
b2_on = newImage('photo2/menu02_02.gif');

b3_off = newImage('photo2/menu01_03.gif');
b3_over = newImage('photo2/menu02_03.gif');
b3_on = newImage('photo2/menu02_03.gif');

b4_off = newImage('photo2/menu01_04.gif');
b4_over = newImage('photo2/menu02_04.gif');
b4_on = newImage('photo2/menu02_04.gif');

b5_off = newImage('photo2/menu01_05.gif');
b5_over = newImage('photo2/menu02_05.gif');
b5_on = newImage('photo2/menu02_05.gif');

b6_off = newImage('photo2/menu01_06.gif');
b6_over = newImage('photo2/menu02_06.gif');
b6_on = newImage('photo2/menu02_06.gif');

b7_off = newImage('photo2/menu01_07.gif');
b7_over = newImage('photo2/menu02_07.gif');
b7_on = newImage('photo2/menu02_07.gif');

b8_off = newImage('photo2/menu01_08.gif');
b8_over = newImage('photo2/menu02_08.gif');
b8_on = newImage('photo2/menu02_08.gif');

b9_off = newImage('photo2/menu01_09.gif');
b9_over = newImage('photo2/menu02_09.gif');
b9_on = newImage('photo2/menu02_09.gif');

b10_off = newImage('photo2/menu01_10.gif');
b10_over = newImage('photo2/menu02_10.gif');
b10_on = newImage('photo2/menu02_10.gif');

b11_off = newImage('photo2/menu01_11.gif');
b11_over = newImage('photo2/menu02_11.gif');
b11_on = newImage('photo2/menu02_11.gif');


a1_off = newImage('photo3/menu01_a.gif');
a1_over = newImage('photo3/menu01_b.gif');
a1_on = newImage('photo3/menu01_b.gif');

a2_off = newImage('photo3/menu02_a.gif');
a2_over = newImage('photo3/menu02_b.gif');
a2_on = newImage('photo3/menu02_b.gif');

a3_off = newImage('photo3/menu03_a.gif');
a3_over = newImage('photo3/menu03_b.gif');
a3_on = newImage('photo3/menu03_b.gif');

a4_off = newImage('photo3/menu04_a.gif');
a4_over = newImage('photo3/menu04_b.gif');
a4_on = newImage('photo3/menu04_b.gif');

a5_off = newImage('photo3/menu05_a.gif');
a5_over = newImage('photo3/menu05_b.gif');
a5_on = newImage('photo3/menu05_b.gif');

a6_off = newImage('photo3/menu06_a.gif');
a6_over = newImage('photo3/menu06_b.gif');
a6_on = newImage('photo3/menu06_b.gif');

a7_off = newImage('photo3/menu07_a.gif');
a7_over = newImage('photo3/menu07_b.gif');
a7_on = newImage('photo3/menu07_b.gif');

a8_off = newImage('photo3/menu08_a.gif');
a8_over = newImage('photo3/menu08_b.gif');
a8_on = newImage('photo3/menu08_b.gif');

a9_off = newImage('photo3/menu09_a.gif');
a9_over = newImage('photo3/menu09_b.gif');
a9_on = newImage('photo3/menu09_b.gif');

a10_off = newImage('photo3/menu10_a.gif');
a10_over = newImage('photo3/menu10_b.gif');
a10_on = newImage('photo3/menu10_b.gif');

a11_off = newImage('photo3/menu11_a.gif');
a11_over = newImage('photo3/menu11_b.gif');
a11_on = newImage('photo3/menu11_b.gif');

a12_off = newImage('photo3/menu12_a.gif');
a12_over = newImage('photo3/menu12_b.gif');
a12_on = newImage('photo3/menu12_b.gif');
//-->
