/*-------------------------------------------
Copyright Notice
--------------------------------------------*/

   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"
   

/*---------------------------------------------
Sub Menu Item Settings
-----------------------------------------------*/

/* MENU 0 - About us */
DQM_sub_xy0 = "35,-4"
DQM_subtype0 = "bold"
DQM_sub_menu_width0 = 80;
DQM_subdesc0_0 = "Archive"
DQM_subdesc0_1 = "Flash"
DQM_subdesc0_2 = "Exhibitions"
DQM_icon_index0_0 = 0
DQM_icon_index0_1 = 0
DQM_icon_index0_2 = 0
DQM_url0_0 = "javascript:Textpop1('/nl/html/press');"
DQM_url0_1 = "/nl/news/flash.shtml"
DQM_url0_2 = "/nl/pages/events.shtml"


/* MENU 1 - Press */
DQM_sub_xy1 = "35,-4"
DQM_subtype1 = "bold"
DQM_sub_menu_width1 = 60;
DQM_subdesc1_0 = "Defence"
DQM_subdesc1_1 = "Civil"
DQM_icon_index1_0 = 0
DQM_icon_index1_1 = 0
DQM_url1_0 = "#"
DQM_url1_1 = "#"

DQM_sub_xy1_0 = "-20,-1"
DQM_subtype1_0 = "bold"
DQM_sub_menu_width1_0 = 105;
DQM_subdesc1_0_0 = "Naval"
DQM_subdesc1_0_1 = "Communications"
DQM_subdesc1_0_2 = "Optronics"
DQM_subdesc1_0_3 = "Air Defence"
DQM_subdesc1_0_4 = "Services"
DQM_icon_index1_0_0 = 0
DQM_icon_index1_0_1 = 0
DQM_icon_index1_0_2 = 0
DQM_icon_index1_0_3 = 0
DQM_icon_index1_0_4 = 0
DQM_url1_0_0 = "http://www.thales-naval.com/"
DQM_url1_0_1 = "http://www.thales-communications.nl/"
DQM_url1_0_2 = "http://www.thales-optronics.nl/"
DQM_url1_0_3 = "/nl/air-defence/"
DQM_url1_0_4 = "http://www.thales-services.nl/"
DQM_urltarget1_0_0 = "_new"
DQM_urltarget1_0_1 = "_new"
DQM_urltarget1_0_2 = "_new"
DQM_urltarget1_0_3 = ""
DQM_urltarget1_0_4 = "_new"


DQM_sub_xy1_1 = "-20,0"
DQM_subtype1_1 = "bold"
DQM_sub_menu_width1_1 = 75;
DQM_subdesc1_1_0 = "Positioning"
DQM_icon_index1_1_0 = 0
DQM_url1_1_0 = "http://www.thales-navigation.nl/"
DQM_urltarget1_1_0 = "_new"


/* MENU 2 - Careers */
DQM_sub_xy2 = "35,-2"
DQM_subtype2 = "bold"
DQM_sub_menu_width2 = 100;
DQM_subdesc2_0 = "T-Xchange"
DQM_subdesc2_1 = "Decis Lab"
DQM_subdesc2_2 = "Nederland Radarland"
DQM_icon_index2_0 = 0
DQM_icon_index2_1 = 0
DQM_icon_index2_2 = 0
DQM_url2_0 = "/nl/t-xchange-cell/t-xchange-cell.shtml"
DQM_url2_1 = "http://www.decis.nl/"
DQM_url2_2 = "/nl/nederland-radarland/"


/* MENU 3 - Business */

DQM_sub_xy3 = "35,-5"
DQM_subtype3 = "bold"
DQM_sub_menu_width3 = 100;
DQM_subdesc3_0 = "Environmental Competence Centre"
DQM_subdesc3_1 = "Mechanical Parts Manufacturing "
DQM_subdesc3_2 = "Bare Boards & Substrates"
DQM_icon_index3_0 = 0
DQM_icon_index3_1 = 0
DQM_icon_index3_2 = 0
DQM_url3_0 = "/nl/ecc"
DQM_url3_1 = "/nl/mpm"
DQM_url3_2 = "/nl/bbs"


/* MENU 4 - Services */
DQM_sub_xy4 = "35,-5"
DQM_subtype4 = "bold"
DQM_sub_menu_width4 = 100;
DQM_subdesc4_0 = "Introduction"
DQM_subdesc4_1 = "Product Group"
DQM_subdesc4_2 = "Criteria for Supplier"
DQM_subdesc4_3 = "Contact"
DQM_icon_index4_0 = 0
DQM_icon_index4_1 = 0
DQM_icon_index4_2 = 0
DQM_icon_index4_3 = 0
DQM_url4_0 = "/nl/pages/supplier-intro.shtml"
DQM_url4_1 = "/nl/pages/supplier-prod.shtml"
DQM_url4_2 = "/nl/pages/supplier-criteria.shtml"
DQM_url4_3 = "mailto:purchasing@nl.thalesgroup.com"


/* MENU 5 - Locations */
DQM_sub_xy5 = "50,9"
DQM_subtype5 = "bold"
DQM_sub_menu_width5 = 120;
DQM_subdesc5_0 = "Thales-NL"
DQM_subdesc5_1 = "Thales World Wide"
DQM_icon_index5_0 = 0
DQM_icon_index5_1 = 0
DQM_url5_0 = "/nl/home/home.shtml"
DQM_url5_1 = "http://www.thalesgroup.com"


/* 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"
}
*/
