//Author: Younes Bouab
//Date:   17-05-01
//Title:  Menu Configuration: Config.js
//
//Version: 1.1 >> Supports Frames
//
//Copyright: Younes Bouab 2001 
//Technical Support: bouaby@SUPEReDITION.com
//
/////////////////////////////////////////////////////////////////////////////////////
//Copyright (c) 2002 Younes Bouab (www.SUPEReDITION.com) Version 1.0
//
//Eperience the DHTML Menu - Get it at www.SUPEReDITION.com
//
//This script can be used freely as long as all copyright messages are intact.
//
//Menu HomePage: http://www.superedition.com/Main.asp?Page=Tutorials&query=Javascript
//////////////////////////////////////////////////////////////////////////////////////
//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=0;
LEFT=249;


/**********************************************/
//Menu item Dimension
/**********************************************/
WIDTH=145;
HEIGHT=20;


/**********************************************/
//Layers Alignment
/**********************************************/
HALIGN="MIDDLE";
VALIGN="MIDDLE";


/**********************************************/
//Global Menu Settings for all
/**********************************************/
//Main Menu Items
LayerColor="#009933";
LayerRollColor="#696969";
FONT="Tahoma";
FONTSIZE="2";
FONTSTYLE="" // "": Normal, "B": Bold, "I": Italic
FONTCOLOR="#FFFFF0";
ROLL_FONTCOLOR="#006600";
START_CHAR=""; //Starting Character


/**********************************************/
//Main Parent Settings: Optional 
// leave empty "", if you would like to use 
// the Global Menu Settings above
/**********************************************/
Main_Parent_LayerColor="#FFFFF0";
Main_Parent_LayerRollColor="#FFFF00"; 
Main_Parent_FONT="Tahoma";
Main_Parent_FONTSTYLE="B";
Main_Parent_FONTSIZE="2";
Main_Parent_FONTCOLOR="#006600";
Main_Parent_ROLL_FONTCOLOR="#CCCCCC";
Main_Parent_START_CHAR="";


/**********************************************/
//Layer Border Properties
/**********************************************/
LayerBorderSize="1";
LayerBorderStyle="solid";
LayerBorderColor="#000000";


/**********************************************/
//Menu Children Offsets
/**********************************************/
TOP_OFFSET=10;
LEFT_OFFSET=10;
