/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//Hierarchy Menu 1.30 (HMenu) - THE COPYRIGHT MESSAGES BELOW MUST STAY INTACT AT ALL TIMES
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Author:            Younes Bouab
Date Released:     08-27-03 @ 12:51 AM
Version:           1.30
Copyright:         Younes Bouab, www.SUPEReDITION.com 2002

HomePage:          http://www.superedition.com/HMenu

*********************************************************************************************
      If you decide to use our menu,  please support us by sending 
      whatever financial contribution you can afford to: 


      Younes Bouab
      878, Dolores Street #2
      San Francisco, CA 94110 USA 


      PayPal Account: Billing@SUPEReDITION.com
*********************************************************************************************/

/**********************************************/
//Menu Type
/**********************************************/
//1: Horizental - 2: Vertical
MENU_TYPE=1;

//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.  
Sort=0;

/**********************************************/
//Starting point
/**********************************************/
//For dynamic starting point use "screen.height"
//and "screen.width" accordingly. 
TOP=88;
LEFT=216;


/**********************************************/
//Item Dimension
/**********************************************/
WIDTH=108;
HEIGHT=20;


/**********************************************/
//Global Menu Settings for all: Required
/**********************************************/
HALIGN="left";
LayerBackground="#000000";
LayerColor="#336699";
LayerRollColor="#ff9933";
FONT="verdana";
FONTSIZE="1.5";
FONTSTYLE="";
FONTCOLOR="#FFFFFF";
START_CHAR="";


/**********************************************/
//Main Parent Settings: Optional 
// leave empty "", if you would like to use 
// the Global Menu Settings above
/**********************************************/
Main_Parent_HALIGN="";
Main_Parent_LayerBackground="";
Main_Parent_LayerColor="";
Main_Parent_LayerRollColor=""; 
Main_Parent_FONT="";
Main_Parent_FONTSTYLE="";
Main_Parent_FONTSIZE="";
Main_Parent_FONTCOLOR="";
Main_Parent_START_CHAR="";


/**********************************************/
//Border Properties
/**********************************************/
LayerBorderSize="0";
LayerBorderStyle="solid";
LayerBorderColor="";


/**********************************************/
//Link and Rollover font color
/**********************************************/
//Remember CSS requires 6 digit color, ie: 000CFF
FONTLINKCOLOR="";    
FONTLINKROLLCOLOR="";


/**********************************************/
//Children Offsets
/**********************************************/
TOP_OFFSET=0;
LEFT_OFFSET=0;
