var ImagePath = '/images/layout/menu-bg';

IMG00 = new Image(); IMG00.src = ImagePath+'00.gif'; IMG00a = new Image(); IMG00a.src = ImagePath+'00a.gif';
IMG01 = new Image(); IMG01.src = ImagePath+'01.gif'; IMG01a = new Image(); IMG01a.src = ImagePath+'01a.gif';
IMG02 = new Image(); IMG02.src = ImagePath+'02.gif'; IMG02a = new Image(); IMG02a.src = ImagePath+'02a.gif';
IMG03 = new Image(); IMG03.src = ImagePath+'03.gif'; IMG03a = new Image(); IMG03a.src = ImagePath+'03a.gif';
IMG04 = new Image(); IMG04.src = ImagePath+'04.gif'; IMG04a = new Image(); IMG04a.src = ImagePath+'04a.gif';
IMG05 = new Image(); IMG05.src = ImagePath+'05.gif'; IMG05a = new Image(); IMG05a.src = ImagePath+'05a.gif';
IMG06 = new Image(); IMG06.src = ImagePath+'06.gif'; IMG06a = new Image(); IMG06a.src = ImagePath+'06a.gif';
IMG07 = new Image(); IMG07.src = ImagePath+'07.gif'; IMG07a = new Image(); IMG07a.src = ImagePath+'07a.gif';
IMG08 = new Image(); IMG08.src = ImagePath+'08.gif'; IMG08a = new Image(); IMG08a.src = ImagePath+'08a.gif';
IMG09 = new Image(); IMG09.src = ImagePath+'09.gif'; IMG09a = new Image(); IMG09a.src = ImagePath+'09a.gif';
IMG10 = new Image(); IMG10.src = ImagePath+'10.gif'; IMG10a = new Image(); IMG10a.src = ImagePath+'10a.gif';
IMG11 = new Image(); IMG11.src = ImagePath+'11.gif'; IMG11a = new Image(); IMG11a.src = ImagePath+'11a.gif';

function MenuOver(ImageID, ImageName) { ImageID.src = self['IMG'+ImageName+'a'].src; }
function MenuOut (ImageID, ImageName) { ImageID.src = self['IMG'+ImageName].src; }