/*-------------------------------------------
Copyright Notice
--------------------------------------------*/

   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"
   limit_multiple_users = true

/*---------------------------------------------
Sub Menu Item Settings
-----------------------------------------------*/
var loc = location.hostname; // get URL - to which server are we connecting?

// ualify IP addresses 
if ( (loc == "www.computerbasededucation.com") || (loc == "155.212.3.71") ){
	var baseurl = "http://www.computerbasededucation.com/";
} else if (loc == "www.ibdev.com") {
	var baseurl = "http://www.ibdev.com/cbe/";
} else { 
	var baseurl = "C:\\Projects\\cbe\\";
}
// About Us
DQM_sub_xy0 = "-1000,700" // hide popup menu off screen
DQM_sub_menu_width0 = 110;
DQM_subdesc0_0 = "Testimonials"
DQM_icon_index0_0 = 0
DQM_url0_0 = baseurl + "#"

// On-Line Classes
DQM_sub_xy1 = "-1,16" 
DQM_sub_menu_width1 = 150;
DQM_subdesc1_0 = "Verilog101<SUP><FONT SIZE=\"-2\">TM</FONT></SUP>"
DQM_subdesc1_1 = "SystemVerilog101<SUP><FONT SIZE=\"-2\">TM</FONT></SUP>"
DQM_subdesc1_2 = "SystemVerilog102<SUP><FONT SIZE=\"-2\">TM</FONT></SUP>"
DQM_icon_index1_0 = 0
DQM_icon_index1_1 = 0
DQM_icon_index1_2 = 0
DQM_url1_0 = "verilog101.htm"
DQM_url1_1 = "systemverilog101.htm"
DQM_url1_2 = "systemverilog102.htm"

	// Labs
	//DQM_sub_xy1_0 = "-100,20" // Verilog101 Labs
	//DQM_sub_menu_width1_0 = 135;
	//DQM_subdesc1_0_0 = "Verilog101<SUP><FONT SIZE=\"-2\">TM</FONT></SUP> Labs"
	//DQM_icon_index1_0_0 = 0
	//DQM_url1_0_0 = baseurl + "labs_v101.htm"
	
	//DQM_sub_xy1_1 = "-100,20" // SystemVerilog101 Labs
	//DQM_sub_menu_width1_1 = 190;
	//DQM_subdesc1_1_0 = "SystemVerilog101<SUP><FONT SIZE=\"-2\">TM</FONT></SUP> Labs"
	//DQM_icon_index1_1_0 = 0
	//DQM_url1_1_0 = baseurl + "labs_sv101.htm"
	
	//DQM_sub_xy1_2 = "-100,20" // SystemVerilog102 Labs
	//DQM_sub_menu_width1_2 = 190;
	//DQM_subdesc1_2_0= "SystemVerilog102<SUP><FONT SIZE=\"-2\">TM</FONT></SUP> Labs"
	//DQM_icon_index1_2_0 = 0
	//DQM_url1_2_0 = baseurl + "labs_sv102.htm"
	
// Registration
DQM_sub_xy2 = "-1000,700" // hide popup menu off screen
DQM_sub_menu_width2 = 150;
DQM_subdesc2_0 = "#"
DQM_icon_index2_0 = 0
DQM_url2_0 = "#"

// Tools
DQM_sub_xy3 = "-1,16"
DQM_sub_menu_width3 = 230;
DQM_subdesc3_0 = "Aldec Active-HDL (V101)"
DQM_icon_index3_0 = 0
DQM_url3_0 = baseurl + "activeHDL.htm"
DQM_subdesc3_1 = "Aldec Riviera-PRO (SV101, SV102)"
DQM_icon_index3_1 = 0
DQM_url3_1 = baseurl + "riviera-pro.htm"

// Pricing
DQM_sub_xy4 = "-1000,700"
DQM_sub_menu_width4 = 150;
DQM_subdesc4_0 = "#"
DQM_icon_index4_0 = 0
DQM_url4_0 = "#"


// Contact Us
DQM_sub_xy5 = "-1000,700" // hide popup menu off screen
DQM_sub_menu_width5 = 140;
DQM_subdesc5_0 = "#"
DQM_icon_index5_0 = 0
DQM_url5_0 = baseurl + "contactus.htm"

// Site Map
DQM_sub_xy6 = "-1000,700" // hide popup menu off screen
DQM_sub_menu_width6 = 140;
DQM_subdesc6_0 = "#"
DQM_icon_index6_0 = 0
DQM_url6_0 = baseurl + "sitemap.htm"

// Labs
DQM_sub_xy7 = "-1,16" 
DQM_sub_menu_width7 = 180;
DQM_subdesc7_0 = "Verilog101<SUP><FONT SIZE=\"-2\">TM</FONT></SUP> Labs"
DQM_subdesc7_1 = "SystemVerilog101<SUP><FONT SIZE=\"-2\">TM</FONT></SUP> Labs"
DQM_subdesc7_2 = "SystemVerilog102<SUP><FONT SIZE=\"-2\">TM</FONT></SUP> Labs"
DQM_icon_index7_0 = 0
DQM_icon_index7_1 = 0
DQM_icon_index7_2 = 0
DQM_url7_0 = "labs_v101.htm"
DQM_url7_1 = "labs_sv101.htm"
DQM_url7_2 = "labs_sv102.htm"

// ************ end of file *******************