//**** CSS Drop Down Menu, (c) 2004, OpenCube Inc.,  -  www.opencube.com ****


function cdd_menu0() {


//OpenCube license codes
cdd__code0 = 1418;
cdd__code1 = 1015;



//////////////////////////Start Menu Data/////////////////////////////////
/**********************************************************************************************

	Menu 0 - Quindi Site Top Nav 
	
	General Settings and Menu Structure

	**See the menu_styles.css file for additional customization options**

***********************************************************************************************/



/*---------------------------------------------
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 = "0,0";

    //Absolute positioned icon images (coordinate positioned)

	//this.abs_icon_image0 = "";
	//this.abs_icon_rollover0 = "";
	//this.abs_icon_image_wh0 = "0,0";
	//this.abs_icon_image_xy0 = "0,0";

/*---------------------------------------------
Divider Settings
---------------------------------------------*/

	this.use_divider_caps = false;		//cap the top and bottom of each menu group
	this.divider_width = 5;			//applies to horizontal menus only
	this.divider_height = 1;		//applies to vertical menus only

    //available specific settings

	//this.use_divider_capsX-X = false;

/*---------------------------------------------
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 = 200;				//applies to vertical menus
	this.menu_width_items = 106;			//applies to items in a horizontal menu
	this.menu_width_item0 = 89;
	this.menu_width_item0_4 = 106;			//applies to items in a horizontal menu
	this.menu_width_item5 = 106;


   //Padding Values
  

	this.menu_padding_main = "0,0,0,5";		//top, right, bottom, left
	this.menu_padding_sub = "0,0,0,0";

	this.item_padding_main = "5,0,5,0";
	this.item_padding_sub = "5,5,5,5";


	//this.item_padding_main0 = "5,0,5,5";


   //Border Sizing


	this.menu_border_main = 0;
	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 = 200;
	//this.menu_width_itemsX = 100;
	//this.menu_width_itemX_X = 100;

	//this.menu_padding_subX = "10,5,10,5";
	//this.item_padding_mainX = "10,5,10,5";
	//this.item_padding_subX_X = "10,5,10,5";

	//this.menu_border_subX = 1;
	//this.item_border_mainX = 1;
	//this.item_border_subX_X = 1;




/*---------------------------------------------
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
 
     //for main menu items
     //this.item_classX = "myclassname";
     //this.item_rollover_classX = "myclassname";
     
 
     //for sub-menu items
     //this.item_classX_X = "myclassname";
     //this.item_rollover_classX_X = "myclassname";

     this.item_class0 = "homeclass";
     this.item_rollover_class0 = "homeclass1";
     
     this.item_class1 = "product";
     this.item_rollover_class1 = "product1";
     
     this.item_class2 = "solutionsclass";
     this.item_rollover_class2 = "solutionsclass1";	
     
     this.item_class3= "download";
     this.item_rollover_class3 = "download1";
     
     this.item_class4 = "support";
     this.item_rollover_class5 = "support1"; 
     
     this.item_class5 = "about";
     this.item_rollover_class4 = "about1";


/*---------------------------------------------
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";
     //this.icon_rel0 = 0;
     this.url0 = '../index.htm';
     
     this.item1 = "product";
     //this.icon_rel1 = 0;
     this.url1 = '../product.htm';
     
     this.item2 = "solutions";
     //this.icon_rel2 = 0;
     this.url2 = '../solutions/index.htm';

     this.item3 = "try & buy";
     //this.icon_rel3 = 0;
     this.url3 = '../store/index.htm';
  
     this.item4 = "support";
     //this.icon_rel4 = 0;
     this.url4 = '../support/index.htm';	
      
     this.item5 = "about us";
     //this.icon_rel5 = 0;
     this.url5 = '../about.htm';



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



     //Sub Menu 1
     
     this.menu_xy1 = "-106,24";
     this.menu_width1 = 145;
        
     this.item1_0 = "Overview";
     this.item1_1 = "Product Description";
     this.item1_2 = "Application Spotlights";
     this.item1_3 = "Specs";
     this.item1_4 = "Product FAQ";
     this.item1_5 = "White Paper";


     //this.icon_rel1_0 = 0;
     //this.icon_rel1_1 = 0;
     //this.icon_rel1_3 = 0;
     //this.icon_rel1_2 = 0;
     //this.icon_rel1_4 = 0;

     this.url1_0 = '../product.htm';
     this.url1_1 = '../product_description.htm';
     this.url1_2 = '../appindex.htm';
     this.url1_3 = '../product_specs.htm';
     this.url1_4 = '../product_FAQ.htm';
     this.url1_5 = '../whitepaper.htm';


     //Sub Menu 2
     
     this.menu_xy2 = "-106,24";
     this.menu_width2 = 160;
        
     this.item2_0 = "Overview";
     this.item2_1 = "Enterprise";
     this.item2_2 = "Independent Consultants";
     this.item2_3 = "Customers";
 
     //this.icon_rel2_0 = 0;
     //this.icon_rel2_1 = 0;
     //this.icon_rel2_3 = 0;

     this.url2_0 = '../solutions/index.htm';
     this.url2_1 = '../solutions/enterprise.htm';
     this.url2_2 = '../solutions/independent.htm';
     this.url2_3 = '../solutions/customers.htm';


     //Sub Menu 3
     this.menu_xy3 = "-106,24";
     this.menu_width3 =111;
     
     this.item3_0 = "Overview";
     this.item3_1 = "Request Demo";
     this.item3_2 = "Try It Free";
     this.item3_3 = "Online Store";

     //this.icon_rel3_0 = 0;
     //this.icon_rel3_1 = 0;
     //this.icon_rel3_2 = 0;
     //this.icon_rel3_3 = 0;
     //this.icon_rel3_4 = 0;
     //this.icon_rel3_5 = 0;

     this.url3_0 = '../store/index.htm';
     this.url3_1 = '../walkthrough.htm';
     this.url3_2 = '../trial.htm';
     this.url3_3 = '../DPurchas.htm';


     //Sub Menu 4 - Support

     this.menu_xy4 = "-106,24";
     this.menu_width4 = 111;

     this.item4_0 = "Overview";
     this.item4_1 = "Downloads";
     this.item4_2 = "Installation";
     this.item4_3 = "Peripherals";
     this.item4_4 = "Free Player";

     //this.icon_rel4_0 = 0;
     //this.icon_rel4_1 = 0;
     //this.icon_rel4_2 = 0;

     this.url4_0 = '../support/index.htm';
     this.url4_1 = '../support/download.htm';
     this.url4_2 = '../DInstall.htm';
     this.url4_3 = '../DSupport.htm';
     this.url4_4 = '../support/player.htm';
     
     //Sub Menu 5

     this.menu_xy5 = "-106,24";
     this.menu_width5 = 110;

     this.item5_0 = "Company";
     this.item5_1 = "News";
     this.item5_2 = "Careers";
     this.item5_3 = "Join Mailing List";
     this.item5_4 = "Contact Us";

     //this.icon_rel5_0 = 0;
     //this.icon_rel5_1 = 0;
     //this.icon_rel5_2 = 0;

     this.url5_0 = '../about.htm';
     this.url5_1 = '../AboutNews.htm';
     this.url5_2 = '../AboutJobs.htm';
     this.url5_3 = '../join.htm';
     this.url5_4 = '../contact.htm';
	


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


