var menus = new menuClass();
menus.rolldowndelay = 75;
menus.rollupdelay = 75;
menus.menuheadClassName = 'menuhead';
menus.menuItemClassName = 'menuitem';
menus.menuitemselClassName = 'menuitemsel';
menus.menuItemBullet = '';
menus.menuItemSpacing = 0;

menus.createHeading('Referenzen<img src="gfx/dotl.gif" width="80" height="8" alt="">');
menus.addItem('<img src="gfx/dotl.gif" width="20" height="8" alt="">Finanzdienstleister', 'finance.php', '_parent');
menus.addItem('<img src="gfx/dotl.gif" width="20" height="8" alt="">IT/Telekommunikation', 'it.php', '_parent');
menus.addItem('<img src="gfx/dotl.gif" width="20" height="8" alt="">Automotive', 'auto.php', '_parent');
menus.addItem('<img src="gfx/dotl.gif" width="20" height="8" alt="">Bauen & Wohnen', 'bau.php', '_parent');

menus.createHeading('News<img src="gfx/dotl.gif" width="80" height="8" alt="">');
// menus.addItem('<img src="gfx/dotl.gif" width="20" height="8" alt="">Archiv', 'archiv.php', '_parent');

// menus.createHeading('Portfolio<img src="gfx/dotl.gif" width="96" height="8">');
// menus.addItem('<img src="gfx/dotl.gif" width="20" height="8">Internetkonzeption<img src="gfx/dotl.gif" width="44" height="8">', 'http://www.espn.com', '_parent');
// menus.addItem('<img src="gfx/dotl.gif" width="20" height="8">Onlinetext<img src="gfx/dotl.gif" width="90" height="8">', 'http://www.foxsports.com', '_parent');
// menus.addItem('MN Twins', 'http://www.mntwins.com');
