/*-------------------------------------------
Copyright Notice
--------------------------------------------*/

   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"
   

/*---------------------------------------------
Sub Menu Item Settings
-----------------------------------------------*/



/* MENU 0 - Related activities */
//DQM_urltarget0_4="_newrelatedActivities"
DQM_sub_xy0 = "50,20"
DQM_subtype0 = "image"
DQM_sub_menu_width0 = 170;
DQM_subdesc0_0 = "Cybit" 
DQM_url0_0 = "http://www.cybit.co.uk"
DQM_subdesc0_1 = "Bluefinger" 
DQM_url0_1 = "http://www.bluefinger.co.uk"
DQM_subdesc0_2 = "Cybit Sweden" 
DQM_url0_2 = "http://www.cybit.se"





/* MENU 1 - Telematics Products & Services */
/*DQM_urltarget1_0="_newrelatedActivities"*/
DQM_sub_xy1 = "60,0"
DQM_subtype1 = "normal"
DQM_sub_menu_width2 = 133;
DQM_subdesc1_0 = "Primary Solutions" 
DQM_subdesc1_1 = "Industry Applications"

DQM_icon_index1_1 = 1
//DQM_url1_0 = ""
DQM_url1_0 = "/vehicle_tracking_system.htm"
DQM_url1_1 = "/industryapps.htm"

//Sub-menu for Primary Solutions
DQM_sub_xy1_0 = "-30,3"
DQM_subtype1_0 = "bold"
DQM_sub_menu_width1_0 = 120;
DQM_subdesc1_0_0 = "Asset Locator"
DQM_subdesc1_0_1 = "Tracs-TDMA"
DQM_subdesc1_0_2 = "Tracs-SR"
DQM_url1_0_0 = "/vehicle_data_management.htm"
DQM_url1_0_1 = "/tdma.htm"
DQM_url1_0_2 = "/tracs-sr.htm"

//Sub-menu for Industry Applications
DQM_sub_xy1_1 = "-30,3"
DQM_subtype1_1 = "bold"
DQM_sub_menu_width1_0 = 120;
DQM_subdesc1_1_0 = "Maritime Vessel Monitoring Solutions"
DQM_subdesc1_1_1 = "Ports & Harbours"
DQM_subdesc1_1_2 = "Offshore Oil & Gas"
DQM_subdesc1_1_3 = "Onshore Oil & Gas"
DQM_subdesc1_1_4 = "Airside Vehicle Operations"
DQM_subdesc1_1_5 = "Coastal Awareness"
DQM_subdesc1_1_6 = "Long Range Tracking & Identification"
DQM_url1_1_0 = "/mvms.htm"
DQM_url1_1_1 = "/pandh.htm"
DQM_url1_1_2 = "/offshoreog.htm"
DQM_url1_1_3 = "/onshoreog.htm"
DQM_url1_1_4 = "/airsidevo.htm"
DQM_url1_1_5 = "/coastal.htm"
DQM_url1_1_6 = "/lrti.htm"




/* Ajustement des décalages pour netscape */

if (document.layers)
{
	for (var i in window) {
		if (i.substr(0, 10) == "DQM_sub_xy") {
			var n = i.substr(10)
			var coeff = 0.93
			if(window["DQM_subtype"+n] == "image")
				break
			if(window["DQM_subtype"+n] == "bold")
				coeff = 0.83
			var x = window[i].substr(0, window[i].indexOf(","))
			var y = window[i].substr(window[i].indexOf(",")+1)
			x = Math.round( x * coeff )
			window[i] = "" + x + "," + y
		}

	}
}


/* VERSION SIMPLIFIEE pour le decalage sous netscape

if (document.layers)
{
	DQM_sub_xy0="50,-5"
	DQM_sub_xy0_0="-20,3"
	DQM_sub_xy1="33,-5"
	DQM_sub_xy2="33,-5"
	DQM_sub_xy3="90,-5"
	DQM_sub_xy4="50,-5"
	DQM_sub_xy5="43,-5"
	DQM_sub_xy6="90,-5"
	DQM_sub_xy7="55,-5"
	DQM_sub_xy8="80,-5"
	DQM_sub_xy9="50,20"
}
*/
