/*-------------------------------------------
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 = "Exhibitions" 
DQM_icon_index0_0 = 0
DQM_icon_index0_1 = 0
DQM_url0_0 = "/nl/news/archive/news2006.shtml"
DQM_url0_1 = "/nl/news/exhibitions.htm"


/* MENU 1 - Press */
DQM_sub_xy1 = "45,-1"
DQM_subtype1 = "bold"
DQM_sub_menu_width1 = 105;
DQM_subdesc1_0 = "Naval"
DQM_subdesc1_1 = "Communications"
DQM_subdesc1_2 = "Optronics"
DQM_subdesc1_3 = "Air Defence"
DQM_subdesc1_4 = "Services"
DQM_subdesc1_5 = "Logistic Support"
DQM_subdesc1_6 = "Positioning"
DQM_icon_index1_0 = 0
DQM_icon_index1_1 = 0
DQM_icon_index1_2 = 0
DQM_icon_index1_3 = 0
DQM_icon_index1_4 = 0
DQM_icon_index1_5 = 0
DQM_icon_index1_6 = 0
DQM_url1_0 = "http://www.thales-naval.com/"
DQM_url1_1 = "http://www.thales-communications.nl/"
DQM_url1_2 = "http://www.thales-optronics.nl/"
DQM_url1_3 = "/nl/air-defence/air-defence.htm"
DQM_url1_4 = "/nl/services/"
DQM_url1_5 = "/nl/tsn/"
DQM_url1_6 = "http://www.thales-navigation.nl/"
DQM_urltarget1_0 = "_new"
DQM_urltarget1_1 = "_new"
DQM_urltarget1_2 = "_new"
DQM_urltarget1_3 = ""
DQM_urltarget1_4 = ""
DQM_urltarget1_5 = ""
DQM_urltarget1_6 = "_new"


/* MENU 2 - Careers */
DQM_sub_xy2 = "45,-2"
DQM_subtype2 = "bold"
DQM_sub_menu_width2 = 80;
DQM_subdesc2_0 = "Decis Lab"
DQM_subdesc2_1 = "Nederland Radarland"
DQM_subdesc2_2 = "T-Xchange"
DQM_icon_index2_0 = 0
DQM_icon_index2_1 = 0
DQM_icon_index2_2 = 0
DQM_url2_0 = "http://www.decis.nl/"
DQM_url2_1 = "/nl/nederland-radarland/"
DQM_url2_2 = "/nl/t-xchange-cell/t-xchange-cell.shtml"
DQM_urltarget2_0 = "_new"


/* MENU 3 - Business */

DQM_sub_xy3 = "45,-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 = "45,-5"
DQM_subtype4 = "bold"
DQM_sub_menu_width4 = 130;
DQM_subdesc4_0 = "Info for Suppliers"
DQM_subdesc4_1 = "Introduction"
DQM_subdesc4_2 = "Product Group"
DQM_subdesc4_3 = "Criteria for Supplier"
DQM_subdesc4_4 = "Contact"
DQM_icon_index4_0 = 0
DQM_icon_index4_1 = 0
DQM_icon_index4_2 = 0
DQM_icon_index4_3 = 0
DQM_icon_index4_4 = 0
DQM_url4_0 = "/nl/pages/supplier-info.htm"
DQM_url4_1 = "/nl/pages/supplier-intro.htm"
DQM_url4_2 = "/nl/pages/supplier-prod.htm"
DQM_url4_3 = "/nl/pages/supplier-criteria.htm"
DQM_url4_4 = "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"
}
*/