//unlock code
um0http = 1

function cdd_menu0(){//////////////////////////Start Sub pages Menu Data/////////////////////////////////
/**********************************************************************************************
	Menu 0 - General Settings and Menu Structure
	**See the menu_styles.css file for additional customization options**
***********************************************************************************************/

/*---------------------------------------------
Divider Settings
---------------------------------------------*/

	this.use_divider_caps = false		//cap the top and bottom of each menu group
	this.divider_width = 1			//applies to horizontal menus only
	this.divider_height = 1			//applies to vertical menus only

    //available specific settings

	this.use_divider_capsX = 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 = false				//applies to vertical menus
	this.menu_width_items = false			//applies to items in a horizontal menu

   //Padding Values
  
	this.menu_padding_main = "0,0,0,0"		//top, right, bottom, left
	this.menu_padding_sub = "0,0,0,0"

	this.item_padding_main = "0,30,0,10"
	this.item_padding_sub = "2,9,2,9"

   //Border Sizing

	this.menu_border_main = 0
	this.menu_border_sub = 0

	this.item_border_main = 0
	this.item_border_sub = 0

/*------------------------------------------------
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 = "Capabilities"
	//this.icon_rel0 = 0
	this.url0 = "../program_management.asp"	

	this.item1 = "Case Studies"
	//this.icon_rel1 = 0
	this.url1 = "../fixture_rollouts.asp"	
	
	this.item2 = "Company"
	//this.icon_rel2 = 0
	this.url2 = "../overview.asp"	
	
	this.item3 = "News"
	//this.icon_rel3 = 0
	this.url3 = "../news.asp"		
	
	this.item4 = "Contact"
	//this.icon_rel4 = 0
	this.url4 = "../contact_us.asp"	
	
/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/

   //Sub Menu 0   Capabilities

	this.menu_xy0 = "-95,20"
	this.menu_width0 = 250

	this.item0_0 = "Program Management"
	this.item0_1 = "<img src='images/clear.gif' width='7' height='1' alt='' border='0'>Concept Development"
	this.item0_2 = "<img src='images/clear.gif' width='13' height='1' alt='' border='0'>Design & Engineering"
	this.item0_3 = "<img src='images/clear.gif' width='17' height='1' alt='' border='0'>Prototyping"
	this.item0_4 = "<img src='images/clear.gif' width='20' height='1' alt='' border='0'>Order Management"
	this.item0_5 = "<img src='images/clear.gif' width='22' height='1' alt='' border='0'>Production"
	this.item0_6 = "<img src='images/clear.gif' width='23' height='1' alt='' border='0'>Logistics & Inventory Management"
	this.item0_7 = "<img src='images/clear.gif' width='23' height='1' alt='' border='0'>Installation"
	
	this.url0_0 = '../program_management.asp'
	this.url0_1 = '../concept_development.asp'
	this.url0_2 = '../design.asp'
	this.url0_3 = '../prototyping.asp'
	this.url0_4 = '../order_management.asp'
	this.url0_5 = '../production.asp'
	this.url0_6 = '../logistics.asp'
	this.url0_7 = '../installation.asp'
	
	//Sub Menu 1    Case Studies

	this.menu_xy1 = "-105,20"
	this.menu_width1 = 175
	
	this.item1_0 = "Fixture Rollouts"
	this.item1_1 = "<img src='images/clear.gif' width='7' height='1' alt='' border='0'>Kiosks"
	this.item1_2 = "<img src='images/clear.gif' width='13' height='1' alt='' border='0'>New Store Openings"
	this.item1_3 = "<img src='images/clear.gif' width='17' height='1' alt='' border='0'>Existing Store Remodels"
	
	this.url1_0 = '../fixture_rollouts.asp'
	this.url1_1 = '../kiosks.asp'
	this.url1_2 = '../new_oppenings.asp'
	this.url1_3 = '../existing_remodels.asp'
	
   //Sub Menu 2  Company
	
    //Sub Menu 3  Contact

}
//////////////////////// END Sub Pages Menu Data /////////////////////////////////////////

