//**** DHTML Menu for TZING Enterprizes, (c) 2005, www.tzing.net ****

//////////////////////////Start Menu Data/////////////////////////////////
/**********************************************************************************************
	Menu 0 - General Settings and Menu Structure
	**See the menu_styles.css file for additional customization options**
***********************************************************************************************/
limit_multiple_users=true;restrict_access=true;sequence='9x44_5';um0http=1
function cdd_menu0(){



/*---------------------------------------------
Icon Images
---------------------------------------------*/
    //Relative positioned icon images (flow with main menu or sub item text)

	this.rel_icon_image0 = "../images/bullet.gif"
	this.rel_icon_rollover0 = "../images/bullet_hl.gif"
	this.rel_icon_image_wh0 = "17,13"

    //Absolute positioned icon images (coordinate positioned)

	this.abs_icon_image0 = "../images/arrow.gif"
	this.abs_icon_rollover0 = "../images/arrow_hl.gif"
	this.abs_icon_image_wh0 = "18,22"
	this.abs_icon_image_xy0 = "7,6"

/*---------------------------------------------
Divider Settings
---------------------------------------------*/
	this.use_divider_caps = true		//cap the top and bottom of each menu group

	if (document.layers)	
		this.divider_width = 1	//applies to horizontal menus only else
		this.divider_width = 3	//applies to horizontal menus only
	this.divider_height = 2		//applies to vertical menus only

					//available specific settings
	this.use_divider_capsX_X = true

/*---------------------------------------------
Menu Orientation and Dimensions
---------------------------------------------*/

   //All values below are defined in pixel units.  Only the 
   //width of items and menu groups may be defined, heights 
   //are automatically determined by the font size and padding
   //values below.  See the menu_styles.css file for additional
   //border color and style settings.

	this.is_horizontal = false		 //applies to all menu groups
	this.is_horizontal_main = true	//applies to main group only
	
	this.menu_width = 580		//applies to vertical menus
	this.menu_width_items = 150	//applies to items in a horizontal menu

   //Padding Values
	this.menu_padding_main = "2,2,2,2"		//top, right, bottom, left
	this.menu_padding_sub = "2,2,2,2"

	this.item_padding_main = "1,1,1,1"
	this.item_padding_sub = "2,2,2,2"
   //Border Sizing
	this.menu_border_main = 1
	this.menu_border_sub = 1

	this.item_border_main = 0
	this.item_border_sub = 1

//Specific Item Setting Examples (change 'X' to appropriate index value)
	this.is_horizontalX = true
	this.menu_widthX = 600
	this.menu_width_itemsX = 100
	this.menu_width_itemX_X = 100

	this.menu_padding_subX = "3,1,3,1"
	this.item_padding_mainX = "3,1,3,1"
	this.item_padding_subX_X = "3,1,3,1"

	this.menu_border_subX = 1
	this.item_border_mainX = 1
	this.item_border_subX_X = 1
//Specific URL Setting

   	/*this.url_target = "_content"*/

/*---------------------------------------------
Optional Style Sheet Class Name Association
---------------------------------------------*/

//Use the following sections to optionally associate menu groups 
//and menu items with existing CSS classes from your site.

//global class names

	//this.main_menu_class = "myclassname"
	//this.main_items_class = "myclassname"
	//this.main_items_rollover_class = "myclassname"

	//this.sub_menu_class = "myclassname"
	//this.sub_items_class = "myclassname"
	//this.sub_items_rollover_class = "myclassname"

   //specific menu items

	//this.item_classX_X = "myclassname"
	//this.item_rollover_classX_X = "myclassname"

/*---------------------------------------------
Exposed Menu Events - Custom Script Attachment
---------------------------------------------*/

	this.show_menu = "";
	this.hide_menu = "";


 //available specific settings


	//this.show_menuX = "alert('show id')";
	//this.hide_menuX = "alert('hide id')";
	//this.clickX = "alert('execute custom click item code')"


/*---------------------------------------------
Main Menu Group and Items
---------------------------------------------*/
   //Main Menu Group 0
	
	this.item0 = "Home Page"
	this.icon_rel0 = 0
	this.url0 = '../insidepg/main.html'
	
	this.item1 = "Portfolio"
	this.icon_rel1 = 0
	this.url1 = '../insidepg/portfolio.html'	

	this.item2 = "Types of Pages"
	this.icon_rel2 = 0
	
	this.item3 = "Contact Us"
	this.icon_rel3 = 0
	this.url3 = ''

/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/

   //Sub Menu 0

	this.menu_xy0 = "-150,20"
	this.menu_width0 = 180

	this.item0_0 = "About Us"
	this.item0_1 = "Domain Registration"

	this.icon_rel0_0 = 0
	this.icon_rel0_1 = 0

	this.url0_0 = '../insidepg/about.html'
	this.url0_1 = '../insidepg/dr.html'

   //Sub Menu 1
	
//	this.menu_xy1 = "-150,20"
//	this.menu_width1 = 180
        
//	this.item1_0 = "Small"
//	this.item1_1 = "Medium"
//	this.item1_2 = "Large"

//	this.icon_rel1_0 = 0
//	this.icon_rel1_1 = 0
//	this.icon_rel1_2 = 0

//	this.url1_0 = ''
//	this.url1_1 = ''
//	this.url1_2 = ''
//

    //Sub Menu 2

	this.menu_xy2 = "-150,20"
	this.menu_width2 = 180
	
	this.item2_0 = "Content Management"
	this.item2_1 = "IFrames"
	this.item2_2 = "Straight Coding"
	this.item2_3 = "Catalogs"

	this.icon_rel2_0 = 0
	this.icon_rel2_1 = 0
	this.icon_rel2_2 = 0
	this.icon_rel2_3 = 0

	this.url2_0 = '../insidepg/cont.html'
	this.url2_1 = '../insidepg/ifr.html'
	this.url2_2 = '../insidepg/sc.html'
	this.url2_3 = '../insidepg/catalog.html'


    //Sub Menu 3

	this.menu_xy3 = "-150,20"
	this.menu_width3 = 180
	
	this.item3_0 = "Contact Mike"

	this.icon_rel3_0 = 0

	this.url3_0 = 'mailto:mzing@zingalie.com'

}///////////////////////// END Menu Data /////////////////////////////////////////



