// Globals effecting all menus
	var PopNoOffMenus=4;	// number of seperate menus
	var BaseHref="";		// Root of the site
	var PopRClick=0;		// Defines which menu reacts on right click. 0=none

	var PopMenuSlide="";
	var PopMenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=0.25, transition=19)";
	var PopMenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=0.25, wipeStyle=1)";

	var PopMenuShadow="0";
	var PopMenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=0, offY=0, positive=0)";
	var PopMenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=0)";

	var PopMenuOpacity="";
	var PopMenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=95)";

	function P_BeforeStart(){return}
	function P_AfterBuild(){return}
	function P_BeforeFirstOpen(){return}
	function P_AfterCloseAll(){return}

PopMenu1=new Array(		// global variables for PopMenu1
	5,			// number of main items
	0,			// Left position
	25,			// Top position
	"white",			// Normal font color
	"#7c7c7c",		// Normal back color
	"#white",			// High font color
	"#E31837",			// High back color
	"",			// Border color
	"verdana",	// Fontfamily
	0,			// Bold
	0,			// Italic
	10,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	1,			// Border width
	"left",			// Text align "left", "center" or "right"
	0,			// Horizontal overlap
	0.50,			// Vertical overlap
	1000,			// Delay
	0,			// Right to left unfold
	"nav1",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"/images_global/spacer.gif",		// Arrow right
	5,			// Arrow Width
	6,			// Arrow Height
	BaseHref+"/images_global/spacer.gif",	// Arrow down
	5,			// Arrow Width
	6,			// Arrow Height
	BaseHref+"/images_global/spacer.gif",	// Arrow left
	5,			// Arrow Width
	6,			// Arrow Height
	2,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click

	PopMenu1_1=new Array(
		"Aper\u00E7u sur les assurances",	// ElementText
		"/cf/insurance/",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		250,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu1_2=new Array(
		"Biens",	// ElementText
		"#",		// ElementLink
		"",		// ElementBgImage
		8,		// ElementNoOfSubElements
		17,		// ElementHeight
		250,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu1_2_1=new Array(
		"Risques des constructeurs et co\u00FBts accessoires",	// ElementText
		"/cf/insurance/builders_risk_and_soft_costs.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		280,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu1_2_2=new Array(
		"Pertes d'exploitation",	// ElementText
		"/cf/insurance/business_interruption.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu1_2_3=new Array(
		"Services en cas de catastrophe",	// ElementText
		"/cf/insurance/catastrophe_services.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu1_2_4=new Array(
		"Frais suppl\u00E9mentaires",	// ElementText
		"/cf/insurance/extra_expense_claims.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu1_2_5=new Array(
		"Dommages mat\u00E9riels",	// ElementText
		"/cf/insurance/physical_damages.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu1_2_6=new Array(
		"Valeurs d\u00E9clar\u00E9es",	// ElementText
		"/cf/insurance/reported_values.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu1_2_7=new Array(
		"Pertes d'inventaire",	// ElementText
		"/cf/insurance/stock_contents.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu1_2_8=new Array(
		"Documents de valeur",	// ElementText
		"/cf/insurance/valuable_papers.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
	PopMenu1_3=new Array(
		"Responsabilit\u00E9 g\u00E9n\u00E9rale et pertes",	// ElementText
		"/cf/insurance/income_replacement.php",		// ElementLink
		"",		// ElementBgImage
		5,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
		PopMenu1_3_1=new Array(
		"\u00C9valuations d'entreprise",	// ElementText
		"/cf/insurance/business_valuations.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		250,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu1_3_2=new Array(
		"Vices de construction et r\u00E9clamations",	// ElementText
		"/cf/insurance/construction_claims.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		175,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu1_3_3=new Array(
		"Sinistres de responsabilit\u00E9",	// ElementText
		"/cf/insurance/liability_losses.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		175,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu1_3_4=new Array(
		"Perte de b\u00E9n\u00E9fices",	// ElementText
		"/cf/insurance/lost_profits.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		175,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu1_3_5=new Array(
		"Dommages corporels/D\u00E9c\u00E8s imputable \u00E0 une faute",	// ElementText
		"/cf/insurance/personal_injury.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		185,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText	

	PopMenu1_4=new Array(
		"Risques particuliers",	// ElementText
		"",		// ElementLink
		"",		// ElementBgImage
		3,		// ElementNoOfSubElements
		17,		// ElementHeight
		163,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu1_4_1=new Array(
			"Indemnisation en cas d'invalidit\u00E9/Indemnisation des travailleurs (euses)",	// ElementText
			"/cf/insurance/disability_claims.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			420,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText
		
		PopMenu1_4_2=new Array(
			"D\u00E9tournements, vols et cautions",	// ElementText
			"/cf/insurance/fidelity_loss.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			200,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText

		PopMenu1_4_3=new Array(
			"Responsabilit\u00E9 et rappel de produits",	// ElementText
			"/cf/insurance/products_liability_and_recall.php",		// ElementLink
			"",		// ElementBgImage
			0,		// ElementNoOfSubElements
			17,		// ElementHeight
			200,		// ElementWidth
			"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",
			"",		// ElementFontFamily
			-1,		// ElementFontSize in pixel
			-1,		// ElementBold
			-1,		// ElementItalic
			"left",		// ElementTextAlign
			"");		// ElementStatusText

	PopMenu1_5=new Array(
		"Prestations de remplacement du revenu",	// ElementText
		"/cf/insurance/income_replacement.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

PopMenu2=new Array(		// global variables for PopMenu2
	9,			// number of main items
	0,			// Left position
	25,			// Top position
	"white",			// Normal font color
	"#878fa2",		// Normal back color
	"#white",			// High font color
	"#E31837",			// High back color
	"",			// Border color
	"verdana",	// Fontfamily
	0,			// Bold
	0,			// Italic
	10,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	1,			// Border width
	"left",			// Text align "left", "center" or "right"
	0,			// Horizontal overlap
	0.50,			// Vertical overlap
	1000,			// Delay
	0,			// Right to left unfold
	"nav2",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"/images_global/spacer.gif",		// Arrow right
	5,			// Arrow Width
	6,			// Arrow Height
	BaseHref+"/images_global/spacer.gif",	// Arrow down
	5,			// Arrow Width
	6,			// Arrow Height
	BaseHref+"/images_global/spacer.gif",	// Arrow left
	5,			// Arrow Width
	6,			// Arrow Height
	2,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click

	PopMenu2_1=new Array(
		"Grandes lignes sur les litiges",	// ElementText
		"/cf/litigation",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		240,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu2_2=new Array(
		"Litiges commerciaux",	// ElementText
		"/cf/litigation/business_disputes.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		240,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu2_3=new Array(
		"\u00C9valuations d'entreprise",	// ElementText
		"/cf/litigation/business_valuations.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		146,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu2_4=new Array(
		"Frais suppl\u00E9mentaires",	// ElementText
		"/cf/insurance/extra_expense_claims.php",		// ElementLink
		"/cf/litigation/extra_expense_claims.php",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		146,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu2_5=new Array(
		"Fraude, r\u00E9ticence et fausse d\u00E9claration",	// ElementText
		"/cf/litigation/fraud_concealment.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		146,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu2_6=new Array(
		"Sinistres de responsabilit\u00E9",	// ElementText
		"/cf/litigation/liability_losses.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		146,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText


	PopMenu2_7=new Array(
		"Perte de b\u00E9n\u00E9fices",	// ElementText
		"/cf/litigation/lost_profits.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		146,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu2_8=new Array(
		"Responsabilit\u00E9 et rappel de produits",	// ElementText
		"/cf/litigation/products_liability_and_recall.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		146,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu2_9=new Array(
		"Subrogation",	// ElementText
		"/cf/litigation/subrogation.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		146,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText


PopMenu3=new Array(		// global variables for PopMenu3
	1,			// number of main items
	0,			// Left position
	25,			// Top position
	"white",			// Normal font color
	"#878fa2",		// Normal back color
	"#white",			// High font color
	"#E31837",			// High back color
	"",			// Border color
	"verdana",	// Fontfamily
	0,			// Bold
	0,			// Italic
	10,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	1,			// Border width
	"left",			// Text align "left", "center" or "right"
	0,			// Horizontal overlap
	0.50,			// Vertical overlap
	1000,			// Delay
	0,			// Right to left unfold
	"nav3",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"/images_global/spacer.gif",		// Arrow right
	5,			// Arrow Width
	6,			// Arrow Height
	BaseHref+"/images_global/spacer.gif",	// Arrow down
	5,			// Arrow Width
	6,			// Arrow Height
	BaseHref+"/images_global/spacer.gif",	// Arrow left
	5,			// Arrow Width
	6,			// Arrow Height
	2,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click

	
	
	PopMenu3_1=new Array(
		"R\u00E9centes Nouvelles et \u00C9v\u00E9nements",	// ElementText
		"/cf/news",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		210,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu3_2=new Array(
		"Les plus r\u00C9centes nouvelles",	// ElementText
		"/cf/news/latestNews.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		170,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu3_3=new Array(
		"Archives",	// ElementText
		"/cf/news/archive",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		146,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

PopMenu4=new Array(		// global variables for PopMenu4
	8,			// number of main items
	-56,			// Left position
	25,			// Top position
	"white",			// Normal font color
	"#7c7c7c",		// Normal back color
	"#white",			// High font color
	"#E31837",			// High back color
	"",			// Border color
	"verdana",	// Fontfamily
	0,			// Bold
	0,			// Italic
	10,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	1,			// Border width
	"left",			// Text align "left", "center" or "right"
	0,			// Horizontal overlap
	0.50,			// Vertical overlap
	1000,			// Delay
	1,			// Right to left unfold
	"nav4",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"/images_global/spacer.gif",		// Arrow right
	5,			// Arrow Width
	6,			// Arrow Height
	BaseHref+"/images_global/spacer.gif",	// Arrow down
	5,			// Arrow Width
	6,			// Arrow Height
	BaseHref+"/images_global/spacer.gif",	// Arrow left
	5,			// Arrow Width
	6,			// Arrow Height
	2,			// Top padding
	6,			// Left padding
	0);			// Unfold On Click


	PopMenu4_1=new Array(
		"Synth\u00E8se des contacts",	// ElementText
		"/cf/contact",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		200,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	PopMenu4_2=new Array(
		"Associ\u00E9s/Directeurs",	// ElementText
		"#",		// ElementLink
		"",		// ElementBgImage
		11,		// ElementNoOfSubElements
		17,		// ElementHeight
		200,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu4_2_1=new Array(
		"Gerry Bouwman",	// ElementText
		"/cf/contact/partners/bouwman.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu4_2_2=new Array(
		"Philippe Couture",	// ElementText
		"/cf/contact/partners/couture.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu4_2_3=new Array(
		"Bradley J. Ebel",	// ElementText
		"/cf/contact/partners/ebel.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu4_2_4=new Array(
		"Mark A. Gain",	// ElementText
		"/cf/contact/partners/gain.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu4_2_5=new Array(
		"Sheri A. Gallant",	// ElementText
		"/cf/contact/partners/gallant.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu4_2_6=new Array(
		"D. Melissa Joynt",	// ElementText
		"/cf/contact/partners/joynt.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

			
		PopMenu4_2_7=new Array(
		"Matt Mulholland",	// ElementText
		"/cf/contact/partners/mulholland.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu4_2_8=new Array(
		"Martin Pavelic",	// ElementText
		"/cf/contact/partners/pavelic.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu4_2_9=new Array(
		"Scott Schellenberg",	// ElementText
		"/cf/contact/partners/schellenberg.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu4_2_10=new Array(
		"Antonio Volpe",	// ElementText
		"/cf/contact/partners/volpe.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu4_2_11=new Array(
		"Esther A. Young",	// ElementText
		"/cf/contact/partners/young.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	PopMenu4_3=new Array(
		"Emplacement des bureaux",	// ElementText
		"",		// ElementLink
		"",		// ElementBgImage
		6,		// ElementNoOfSubElements
		17,		// ElementHeight
		146,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
	
	
		PopMenu4_3_1=new Array(
		"Vancouver",	// ElementText
		"/cf/contact/locations/vancouver.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
				
		PopMenu4_3_2=new Array(
		"Calgary",	// ElementText
		"/cf/contact/locations/calgary.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu4_3_3=new Array(
		"London",	// ElementText
		"/cf/contact/locations/london.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
			
		PopMenu4_3_4=new Array(
		"Toronto",	// ElementText
		"/cf/contact/locations/toronto.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

		PopMenu4_3_5=new Array(
		"Kingston",	// ElementText
		"/cf/contact/locations/kingston.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText
		
		PopMenu4_3_6=new Array(
		"Montr\u00E9al",	// ElementText
		"/cf/contact/locations/montreal.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		160,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"#ffffff",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu4_4=new Array(
		"Nouvelle mission concernant les assurances ou les litiges",	// ElementText
		"/cf/contact/new_assignment.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		146,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu4_5=new Array(
		"Nouvelle mission concernant les indemnit\u00E9s d'accident",	// ElementText
		"/cf/contact/new_accident_benefit.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		146,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu4_6=new Array(
		"Demande d'inscription \u00E0 un s\u00E9minaire",	// ElementText
		"/cf/contact/request_seminar.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		30,		// ElementHeight
		146,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu4_7=new Array(
		"Demandez \u00E0 l'expert",	// ElementText
		"/cf/contact/ask_expert.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		146,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu4_8=new Array(
		"Carri\u00E8res",	// ElementText
		"/cf/contact/employment.php",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		146,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

	PopMenu4_9=new Array(
		"REX",	// ElementText
		"http://intranet.mdd.net/rex/searchpage.aspx",		// ElementLink
		"",		// ElementBgImage
		0,		// ElementNoOfSubElements
		17,		// ElementHeight
		146,		// ElementWidth
		"#7c7c7c",		// ElementBgColor
		"#E31837",		// ElementBgHighColor
		"white",		// ElementFontColor
		"#ffffff",		// ElementFontHighColor
		"white",		// ElementBorderColor
		"",		// ElementFontFamily
		-1,		// ElementFontSize in pixel
		-1,		// ElementBold
		-1,		// ElementItalic
		"left",		// ElementTextAlign
		"");		// ElementStatusText

