//==== menu A imagesPreload
menuImg = new Array()
var menuImg1 = new Image(); menuImg1.src = "/IMG-G/a1_on.gif";
var menuImg2 = new Image(); menuImg2.src = "/IMG-G/a2_on.gif";
var menuImg3 = new Image(); menuImg3.src = "/IMG-G/a3_on.gif";
var menuImg4 = new Image(); menuImg4.src = "/IMG-G/a4_on.gif";
var menuImg5 = new Image(); menuImg5.src = "/IMG-G/a5_on.gif";
var menuImg6 = new Image(); menuImg6.src = "/IMG-G/a6_on.gif";
var menuImg7 = new Image(); menuImg7.src = "/IMG-G/a7_on.gif";
var menuImg8 = new Image(); menuImg8.src = "/IMG-G/a8_on.gif";
var menuImg9 = new Image(); menuImg9.src = "/IMG-G/a9_on.gif";
var menuImg10 = new Image(); menuImg10.src = "/IMG-G/a10_on.gif";
var menuImg11 = new Image(); menuImg11.src = "/IMG-G/a11_on.gif";
var menuImg12 = new Image(); menuImg12.src = "/IMG-G/a12_on.gif";
var menuImg13 = new Image(); menuImg13.src = "/IMG-G/a13_on.gif";


//==== menu A rollOver
function showMenu(n){
	document.images["m"+n].src = "/IMG-G/a" + n + "_on.gif";
 }
function hideMenu(n){
	document.images["m"+n].src = "/IMG-G/a" + n + "_off.gif";
 }