/////////////////////////////////////////////////////////////////////////////////
// DHTML aMenu - Get it at www.aclass.de
// Version 0.99.2 Beta
// ******************************************************************************
// Copyright (c) 2003 by aClass and Ralph Stuermer (ralph@stuermer.li)
// All Rights reserved.
// ******************************************************************************
// - This script can be used freely as long as all copyright messages are
//   intact.
// - aClass and Ralph Stuermer is not liable for damages, including any general,
//   incidential or consequential damages arising out of the use of this program.
// - The program code may not be used in any commercial way.
// - You may not distribute this program neither through the internet nor any
//   other medium.
// ******************************************************************************
// inspired by DHTML coolMenus - Get it at coolmenus.dhtmlcentral.com
/////////////////////////////////////////////////////////////////////////////////

var naviInfo=new menu('naviInfo',false,500);

naviInfo.setMode(1);

naviInfo.setStyle('zindex',4000);
naviInfo.setStyle('left',0);
naviInfo.setStyle('top',0);

naviInfo.setStyle(0,'width',80);
naviInfo.setStyle(0,'height',20);
naviInfo.setStyle(0,'distanceX',0);
naviInfo.setStyle(0,'distanceY',4);
naviInfo.setStyle(0,'vertically',false);
naviInfo.setStyle(0,'exitedCSS','naviInfoLevel_0_Exited');
naviInfo.setStyle(0,'releasedCSS','naviInfoLevel_0_Released');
naviInfo.setStyle(0,'pressedCSS','naviInfoLevel_0_Pressed');
naviInfo.setImage(0,SUBICON,'/skin/img/menu/expand_0.gif');


naviInfo.setStyle(1,'width',80);
naviInfo.setStyle(1,'height',18);
naviInfo.setStyle(1,'distanceX',0);
naviInfo.setStyle(1,'distanceY',1);
naviInfo.setStyle(1,'vertically',true);
naviInfo.setStyle(1,'align','right');
naviInfo.setStyle(1,'offsetX',0);
naviInfo.setStyle(1,'valign','top');
naviInfo.setStyle(1,'offsetY',0);
naviInfo.setStyle(1,'exitedCSS','naviInfoLevel_1_Exited');
naviInfo.setStyle(1,'releasedCSS','naviInfoLevel_1_Released');
naviInfo.setStyle(1,'pressedCSS','naviInfoLevel_1_Pressed');
naviInfo.setImage(1,SUBICON,'/skin/img/menu/expand_1.gif');

