//Author: Younes Bouab
//
//Date Released:   05-31-02 @ 2:25PM
//
//Version 1.25: Supports Frames & solved the MAC OS 9.X and 10 BUG in IE 
//
//Title:  Menu Configuration
//
//Copyright: Younes Bouab 2002 
//
//Technical Support: bouaby@SUPEReDITION.com
//
//Support: SUPEReDITION.com
//
/////////////////////////////////////////////////////////////////////////////////////
//Copyright (c) 2002 Younes Bouab (www.SUPEReDITION.com) Version 1.25
//
//Experience the DHTML Menu - Get it at www.SUPEReDITION.com
//
/////////////////////////////////////////////////
//Menu Configuration File
/////////////////////////////////////////////////
/////You can change the value of a variable 
/////below or turn it off by making it equal "" 
/////to suit your needs, but you should not
/////delete any variable.
///////////////////////////////////////////////


/**********************************************/
//Menu Type: Do Not Change! 
/**********************************************/
MENU_TYPE=1; //1: Horizental
             //2: Vertical

Sort=0;   //Sort: When set to 1, the 
          //menu items are sorted according 
          //to the index value. This feature
          //can be used when a server side
          //language (asp. jsp. php,...)
          //is used to generate the menu items 
          //from a database and they are not always 
          //in order.  



/**********************************************/
//Menu Starting point
/**********************************************/
TOP=87;
LEFT=97;




/**********************************************/
//Global Menu Settings for all: Required
/**********************************************/
//Main Menu Items
HALIGN="CENTER";
LayerColor="#000000";
LayerRollColor="#ff9900";
FONT="arial, verdana, sans-serif";
FONTSIZE="2";
FONTSTYLE="" // "": Normal, "B": Bold, "I": Italic
FONTCOLOR="#ffffff";
START_CHAR=""; //Starting Character

/**********************************************/
//Main Parent Settings: Optional 
// leave empty "", if you would like to use 
// the Global Menu Settings above
/**********************************************/
Main_Parent_HALIGN="CENTER";
Main_Parent_LayerColor="#999999";
Main_Parent_LayerRollColor="#ff9900"; 
Main_Parent_FONT="arial, verdana, sans-serif";
Main_Parent_FONTSTYLE="";
Main_Parent_FONTSIZE="2";
Main_Parent_FONTCOLOR="#ffffff";
Main_Parent_START_CHAR="";

/**********************************************/
//Parent Layer Properties - Required!
/**********************************************/
Main_Parent_LayerBorderSize=0;
Main_Parent_LayerBorderStyle="solid"; //Valid values are "solid", "dotted", "dashed", "double", "groove", "inset", "outset", "ridge"
Main_Parent_LayerBorderColor="#000000";

Main_Parent_WIDTH=130;
Main_Parent_HEIGHT=23;

/**********************************************/
//Child Layer Properties - Required!
/**********************************************/
LayerBorderSize=0;
LayerBorderStyle="solid";
LayerBorderColor="#000000";

WIDTH=130;
HEIGHT=23;

/**********************************************/
//Menu Children Offsets
/**********************************************/
/*Be carefull.  If you use positive numbers a gap may appear that results
in your child menus dissapearing as you mouse "crosses" the gap*/

TOP_OFFSET=0; 
LEFT_OFFSET=0;

/* Center on Screen **/
//if (!window.innerWidth) window.innerWidth=document.body.clientWidth;
//LEFT = Math.round((window.innerWidth/2) - (Main_Parent_WIDTH * 2.5))

