var ImagePath = '/images/layout/menu'; MENU01i = new Image(); MENU01i.src = ImagePath + '01i.gif'; MENU01a = new Image(); MENU01a.src = ImagePath + '01a.gif'; MENU02i = new Image(); MENU02i.src = ImagePath + '02i.gif'; MENU02a = new Image(); MENU02a.src = ImagePath + '02a.gif'; MENU03i = new Image(); MENU03i.src = ImagePath + '03i.gif'; MENU03a = new Image(); MENU03a.src = ImagePath + '03a.gif'; MENU04i = new Image(); MENU04i.src = ImagePath + '04i.gif'; MENU04a = new Image(); MENU04a.src = ImagePath + '04a.gif'; MENU05i = new Image(); MENU05i.src = ImagePath + '05i.gif'; MENU05a = new Image(); MENU05a.src = ImagePath + '05a.gif'; MENU06i = new Image(); MENU06i.src = ImagePath + '06i.gif'; MENU06a = new Image(); MENU06a.src = ImagePath + '06a.gif'; MENU07i = new Image(); MENU07i.src = ImagePath + '07i.gif'; MENU07a = new Image(); MENU07a.src = ImagePath + '07a.gif'; MENU08i = new Image(); MENU08i.src = ImagePath + '08i.gif'; MENU08a = new Image(); MENU08a.src = ImagePath + '08a.gif'; function MenuOver(obj,id) { obj.src = self['MENU'+id+'a'].src; } function MenuOut (obj,id) { obj.src = self['MENU'+id+'i'].src; } function GoToURL(URL) { top.location.href = URL; } function CheckBox(obj) { if (obj.checked) { obj.checked = false; } else { obj.checked = true; } } function InPageTabOver(obj,id) { obj.style.cursor = "pointer"; obj.style.backgroundColor = "#BFD6FF"; } function InPageTabOut(obj,id) { obj.style.cursor = ""; obj.style.backgroundColor = "#D9E6FF"; }