//**** DHTML Web Menu, (c) 2004, OpenCube Inc.,  -  www.opencube.com ****
//

function cdd_menu0(){//////////////////////////Start Menu Data/////////////////////////////////

/*---------------------------------------------
Icon Images
---------------------------------------------*/

    //Relative positioned icon images (flow with main menu or sub item text)
	this.rel_icon_image0 = ""
	this.rel_icon_rollover0 = ""
	this.rel_icon_image_wh0 = "15,10"


    //Absolute positioned icon images (coordinate positioned - relative to 
    //right top corner of the menu item displaying the icon.)
	this.abs_icon_image0 = ""
	this.abs_icon_rollover0 = ""
	this.abs_icon_image_wh0 = "20,10"
	this.abs_icon_image_xy0 = "-20,13"


/*---------------------------------------------
Divider Settings
---------------------------------------------*/


	this.use_divider_caps = false		//cap the top and bottom of each menu group
	this.divider_width = 0			//applies to horizontal menus only
	this.divider_height = 0			//applies to vertical menus only


/*---------------------------------------------
Menu Orientation and Dimensions
---------------------------------------------*/

	this.is_horizontal = false			//applies to all menu groups
	this.is_horizontal_main = true			//applies to main group only
	
	this.menu_width = 200				//applies to vertical menus
	//this.menu_width_items = 140			//applies to items in a horizontal menu
	
	
/*---------------------------------------------
Main Item Widths 
---------------------------------------------*/

   //Padding Values
	this.menu_padding_main = "3,1,3,1"		//top, right, bottom, left
	this.menu_padding_sub = "0,0,0,0"

	this.item_padding_main = "3,8,3,8"
	this.item_padding_sub = "5,4,5,4"


   //Border Sizing
	this.menu_border_main = 0
	this.menu_border_sub = 1

	this.item_border_main = 0
	this.item_border_sub = 1


/*---------------------------------------------
Exposed Menu Events - Custom Script Attachment
---------------------------------------------*/

	this.show_menu = ""
	this.hide_menu = ""
	
    um0http = 1


/*------------------------------------------------
Browser Workarounds
-------------------------------------------------*/

   //Opera 5 & 6 - alternate HTML display (Opera 7 displays menu 100%)
	this.opera_old_display_html = "Please update your opera browser.";


/*---------------------------------------------
Main Menu Group and Items
---------------------------------------------*/


   //Main Menu Group 0
	
	this.item0 = "Accueil"
	//this.icon_rel0 = 0
	this.url0 = "http://www.adcliq.com/index.php"

	this.item1 = "Services"
	//this.icon_rel1 = 0
	this.url1 = ""
	
	this.item2 = "Nos sites"
	//this.icon_rel2 = 0
	this.url2 = ""
	
	this.item3 = "Aide/Contact"
	//this.icon_rel3 = 0
	this.url3 = "http://www.adcliq.com/index.php?a=28&b=135"
	
/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/

   //Sub Menu 0

	this.menu_xy0 = "-135,22"
	this.menu_width0 = 160

	this.item0_0 = ""

	//this.icon_rel0_0 = 0

	this.url0_1 = 'documents/sample_link.htm'

   //Sub Menu 1
	
	this.menu_xy1 = "-60,22"
	this.menu_width1 = 120
        
	this.item1_0 = "Recherche avancée"
	this.item1_1 = "Devenir membre"
	//this.item1_2 = "Les prix"	
	
	//this.icon_rel1_0 = 0
	//this.icon_rel1_1 = 0
	//this.icon_rel1_2 = 0

	this.url1_0 = 'http://www.adcliq.com/index.php?a=19'
	this.url1_1 = 'http://www.adcliq.com/register.php'
	//this.url1_2 = 'http://www.adcliq.com/index.php'

    //Sub Menu 2

	this.menu_xy2 = "-63,22"
	this.menu_width2 = 120
	
	this.item2_0 = "Programmation"
	this.item2_1 = "Immobilier"
	this.item2_2 = "Emplois"

	//this.icon_rel2_0 = 0
	//this.icon_rel2_1 = 0
	//this.icon_rel2_2 = 0

	this.url2_0 = 'http://www.popcliq.com/web/'
	this.url2_1 = 'http://www.abricliq.com/'
	this.url2_2 = 'http://www.adcliq.com/index.php?a=5&b=402'
	
    //Sub Menu 3

	this.menu_xy3 = "-88,22"
	this.menu_width3 = 160
	
	this.item3_0 = ""
	
	//this.icon_rel3_0 = 0

	this.url3_0 = 'documents/sample_link.htm'
	

}///////////////////////// END Menu Data /////////////////////////////////////////
