TransMenu.spacerGif = "graphics/a1_i1.gif"; // path to a transparent spacer gif TransMenu.dingbatOn = "graphics/a1_i2.gif"; // path to the active sub menu dingbat TransMenu.dingbatOff = "graphics/a1_i2.gif"; // path to the inactive sub menu dingbat TransMenu.shadowPng = ""; // a PNG graphic to serve as the shadow for mac IE5 TransMenu.backgroundPng = ""; // a PNG graphic to server as the background for mac IE5 window.onload = function() { if (TransMenu.isSupported()) { TransMenu.initialize(); } }