//Author: Triangle Multimedia Ltd
//
//Date:   30-05-02
//
//Title:  Menu Configuration: Config.js
//
//Version: 1.3 >> Fully Supported Frames
//
//Copyright: Triangle Multimedia Ltd 2002 
//
//Technical Support: support@makeprofit.co.uk
////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////
//Copyright (c) 2002 Triangle Multimedia Ltd Version 1.3
//////////////////////////////////////////////////////////////////////////////////////

/**********************************************/
//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=0;


/**********************************************/
//Menu item Dimension
/**********************************************/
WIDTH=105;
HEIGHT=26;


/**********************************************/
//Layers Alignment
/**********************************************/
HALIGN="LEFT";
VALIGN="MIDDLE";


/**********************************************/
//Global Menu Settings for all
/**********************************************/
//Main Menu Items
LayerColor="#E8E8E8";
LayerRollColor="#DBDBDB";
FONT="Arial";
FONTSIZE="1";
FONTSTYLE="" // "": Normal, "B": Bold, "I": Italic
FONTCOLOR="#000000";
ROLL_FONTCOLOR="#000000";
START_CHAR="&nbsp;"; //Starting Character
DIVIDER_COLOR="#FFFFFF"; //Starting Character


/**********************************************/
//Main Parent Settings: Optional 
// leave empty "", if you would like to use 
// the Global Menu Settings above
/**********************************************/
Main_Parent_LayerColor="#E8E8E8";
Main_Parent_LayerRollColor="#DBDBDB"; 
Main_Parent_FONT="Arial";
Main_Parent_FONTSTYLE="";
Main_Parent_FONTSIZE="1";
Main_Parent_FONTCOLOR="#000000";
Main_Parent_ROLL_FONTCOLOR="#000000";
Main_Parent_START_CHAR="";


/**********************************************/
//Layer Border Properties
/**********************************************/
LayerBorderSize="0";
LayerBorderStyle="0";
LayerBorderColor="#FFFFFF";


/**********************************************/
//Menu Children Offsets
/**********************************************/
TOP_OFFSET=0;
LEFT_OFFSET=-1;