//
//  (c)2002 SibDesign Center. JhAZZ
//


function TMenuStyle(AStyleName,MenuLevel)
  {

  var p="menu/";
  this.FontDecoration='none';
  this.FontWeight='bold';
  this.OverlapY=0;
  this.OverlapX=0;
  this.CellSpacing=0;
  this.VAlign="center";
  this.HAlign="left";
  this.IMGAlign="absmiddle"; //  texttop,absmiddle,absbottom (combine with VAlign!!)
  this.FadeInactive=true;
  this.Spacer="sp.gif";
  this.hDrillPic=false;
  this.nDrillPic=false;
// this.SepPic="../pic/horline.gif,100,2";
// this.nSelPicL="tri1_on.gif,8,8";
// this.hSelPicL="tri1_off.gif,8,8";


  if (screen.width<1024)
    {
    this.FontSize="9px";
    }


  if (AStyleName=="HeadMenu")
    {
    this.Vertical=false;
//    this.MenuWidth='100%'
    this.Font='Verdana';
    this.FontSize="10px";
    this.CellPadding=3;
    this.HAlign='Right';
//    this.CheckPicOn=p+"checkon.gif,8,8";
//    this.CheckPicOff=p+"checkoff.gif,8,8";
//    this.SepPic=p+"horline.gif,140,2";
//    this.hBgColor='#cc8040';

    if (MenuLevel==0)
      {
//      this.nBgPic=false;
//      this.hBgPic=p+"menu-s.gif,16,19";
      this.nFontColor='#808080';
      this.hFontColor='#202020';
//      this.hSelPicL=p+"menu-sl.gif,10,19";
//      this.hSelPicR=p+"menu-sr.gif,13,19";
      this.hBgColor='#ffa000';

//      this.nSelPicL=p+"menu-sep.gif,10,19";
//      this.nSelPicR="sp.gif,13,19";
      this.OverlapX=0;
//      this.MenuWidth='100'
      this.SepPic=p+"menu-sep.gif,6,10";
      this.nDrillPic=p+"drill-down-n.gif,5,8";
      this.hDrillPic=p+"drill-down-h.gif,5,8";
      

      }
    else
      {
      this.OverlapX=14;
/*      this.OverlapY=0;
      this.DecorL =p+"menu-L.gif,6,103";
      this.DecorR =p+"menu-R.gif,8,103";
      this.DecorB =p+"menu-B.gif,70,14";
      this.DecorBL=p+"menu-BL.gif,16,14";
      this.DecorBR=p+"menu-BR.gif,15,14";
      */
      this.Vertical=true;

      this.MenuWidth='170'
      this.nDrillPic=p+"drill-down-n.gif,5,8";
      this.hDrillPic=p+"drill-down-h.gif,5,8";
      this.SepPic="";
      this.CellSpacing=1;
      this.CellPadding=5;
//      this.nBgColor='#ffa000';

      this.hBgColor='#808080';
      this.hFontColor='#ffffff';
      this.nFontColor='#404040';
//      this.BgPic=p+"menu-bg.gif";
      this.BgPic=p+"menu-bg.jpg";

      if (MenuLevel>1)
        {
        this.DecorT =p+"menu-T.gif,78,4";
        this.DecorTL=p+"menu-TL.gif,6,4";
        this.DecorTR=p+"menu-TR.gif,8,4";
       }
//      this.BgColor="#ffffff";
      }


    }

  }

var MAINMENU_MAXLEVELS=5;
var MAINMENU_TIMEOUT_OFF=500; // ms
var MAINMENU_PAGE_WIDTH=screen.width

