
/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/

unlock0 = "1617-u";
unlock1 = "1214-u";


function imenus_data0(){


        this.enable_visual_design_mode = false

        this.main_is_horizontal = true
        this.menu_showhide_delay = 100;


   /*---------------------------------------------
   Expand Icon Images
   ---------------------------------------------*/

        this.main_expand_image = "/images/imenus/arrow_main.gif"
        this.main_expand_image_hover = "/images/imenus/arrow_main.gif"
        this.main_expand_image_width = "16"
        this.main_expand_image_height = "9"
        this.main_expand_image_offx = '5'
        this.main_expand_image_offy = '2'


        this.sub_expand_image = "/images/imenus/arrow_sub.gif"
        this.sub_expand_image_hover = "/images/imenus/arrow_sub.gif"
        this.sub_expand_image_width = "9"
        this.sub_expand_image_height = "16"
        this.sub_expand_image_offx = '0'
        this.sub_expand_image_offy = '0'



   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

        //Main Menu

        this.main_container_styles = "background-color:#727681; background-image:; border-style:solid; border-color:#000; border-width:1px; border-left:solid 1px #727681; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px;"
        this.main_item_styles = "background-color:; background-image:; color:#dfdfdf; text-align:center; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none; padding-top:2px; padding-right:5px; padding-bottom:2px; padding-left:5px; border-style:none; border-color:#000000; border-width:0px; "
        this.main_item_hover_styles = "background-color:#dfdfdf; background-image:; color:#000; font-weight:; text-decoration:; "
        this.main_item_active_styles = "background-color:#dfdfdf; background-image:; color:#000; font-weight:; text-decoration:; "


        //Sub Menu

        this.subs_container_styles = "background-color:#dfdfdf; background-image:; border-style:solid; border-color:#727681; border-width:1px; padding-top:5px; padding-right:5px; padding-bottom:5px; padding-left:5px; "
        this.subs_item_styles = "background-color:#dfdfdf; background-image:; color:#000; text-align:left; font-family:; font-size:11px; font-weight:normal; text-decoration:none; padding-top:2px; padding-right:5px; padding-bottom:2px; padding-left:5px; border-style:none; border-color:#000000; border-width:1px; "
        this.subs_item_hover_styles = "background-color:#727681; background-image:; color:#fff; font-weight:; text-decoration:; "
        this.subs_item_active_styles = "background-color:#727681; background-image:; color:#fff; font-weight:; text-decoration:; "


}