




var glbHomeURLinFullList="/ca/merchant/fr/index.html";
var secondaryNavigationList = "";
function buildTree() {
	
	
	
	
	
	
	
	
	
	
	
	
	

	
	var root = new TreeNode(null,"Commer&ccedil;ants", "/ca/merchant/fr/index.html","active",0);  

	var tempNode1, tempNode2, tempNode3, tempNode4, tempNode5;

	tempNode1 = new TreeNode(root, "Point de d&eacute;part" , "/ca/merchant/fr/getstarted/value.html","active",1 );
tempNode2 = new TreeNode(tempNode1, "Les avantages d&rsquo;accepter MasterCard" , "/ca/merchant/fr/getstarted/value.html","active",2);
tempNode2 = new TreeNode(tempNode1, "Comment devenir un commer&ccedil;ant MasterCard" , "/ca/merchant/fr/getstarted/become.html","active",2);
tempNode2 = new TreeNode(tempNode1, "La r&eacute;glementation" , "/ca/merchant/fr/getstarted/rules.html","active",2);
tempNode2 = new TreeNode(tempNode1, "Taux d&rsquo;interchange" , "/ca/merchant/fr/getstarted/interchange_rates.html","active",2);
tempNode1 = new TreeNode(root, "Produits et caract&eacute;ristiques" , "/ca/merchant/fr/products/index.html","active",1 );
tempNode2 = new TreeNode(tempNode1, "Carte &agrave; puce" , "/ca/merchant/fr/products/chip/index.html","active",2);
tempNode3 = new TreeNode(tempNode2, "Avantages" , "/ca/merchant/fr/products/chip/benefits.html","active",3);
tempNode3 = new TreeNode(tempNode2, "L&rsquo;expérience client " , "/ca/merchant/fr/products/chip/customer_experience.html","active",3);
tempNode2 = new TreeNode(tempNode1, "<em>PayPass</em>" , "/ca/merchant/fr/products/paypass/index.html","active",2);
tempNode3 = new TreeNode(tempNode2, "Avantages" , "/ca/merchant/fr/products/paypass/benefits.html","active",3);
tempNode3 = new TreeNode(tempNode2, "L&rsquo;expérience client " , "/ca/merchant/fr/products/paypass/customer_experience.html","active",3);
tempNode2 = new TreeNode(tempNode1, "Service Paiement Express (SPE)" , "/ca/merchant/fr/products/qps/index.html","active",2);
tempNode3 = new TreeNode(tempNode2, "Avantages" , "/ca/merchant/fr/products/qps/benefits.html","active",3);
tempNode3 = new TreeNode(tempNode2, "L&rsquo;expérience client " , "/ca/merchant/fr/products/qps/customer_experience.html","active",3);
tempNode2 = new TreeNode(tempNode1, "MasterCard SecureCode" , "/ca/merchant/fr/products/securecode/index.html","active",2);
tempNode3 = new TreeNode(tempNode2, "Avantages" , "/ca/merchant/fr/products/securecode/benefits.html","active",3);
tempNode3 = new TreeNode(tempNode2, "L&rsquo;expérience client " , "/ca/merchant/fr/products/securecode/customer_experience.html","active",3);
tempNode2 = new TreeNode(tempNode1, "Des solutions de d&eacute;bit" , "/ca/merchant/fr/products/debit/index.html","active",2);
tempNode3 = new TreeNode(tempNode2, "Maestro" , "/ca/merchant/fr/products/debit/maestro/index.html","active",3);
tempNode4 = new TreeNode(tempNode3, "Avantages" , "/ca/merchant/fr/products/debit/maestro/benefits.html","active",4);
tempNode4 = new TreeNode(tempNode3, "L&rsquo;expérience client " , "/ca/merchant/fr/products/debit/maestro/customer_experience.html","active",4);
tempNode4 = new TreeNode(tempNode3, "Comment devenir un commerçant Maestro" , "/ca/merchant/fr/products/debit/maestro/become.html","active",4);
tempNode2 = new TreeNode(tempNode1, "Cartes MasterCard Unembossed et conséquences pour les commerçants" , "/ca/merchant/fr/products/unembossed/index.html","active",2);
tempNode3 = new TreeNode(tempNode2, "L&rsquo;acceptation de la carte Unembossed" , "/ca/merchant/fr/products/unembossed/accept.html","active",3);
tempNode2 = new TreeNode(tempNode1, "Paiement de factures récurrentes" , "/ca/merchant/fr/products/recurring_payments/index.html","active",2);
tempNode3 = new TreeNode(tempNode2, "Service de mise à jour automatique des données de facturation" , "/ca/merchant/fr/products/recurring_payments/abu/index.html","active",3);
tempNode4 = new TreeNode(tempNode3, "Avantages" , "/ca/merchant/fr/products/recurring_payments/abu/benefits.html","active",4);
tempNode4 = new TreeNode(tempNode3, "L&rsquo;expérience client " , "/ca/merchant/fr/products/recurring_payments/abu/customer_experience.html","active",4);
tempNode1 = new TreeNode(root, "S&eacute;curit&eacute;" , "/ca/merchant/fr/security/index.html","active",1 );
tempNode2 = new TreeNode(tempNode1, "Programme de formation en pr&eacute;vention des fraudes par carte de paiement" , "/ca/merchant/fr/security/mc_web/fraudprevention_training_for_merchants.html","active",2);
tempNode2 = new TreeNode(tempNode1, "Biblioth&egrave;que de ressources en  pr&eacute;vention des fraudes par carte de paiement" , "/ca/merchant/fr/security/mc_web/resource_library.html","active",2);
tempNode1 = new TreeNode(root, "Ressources " , "/ca/merchant/fr/resources/index.html","active",1 );


	
	return (root);
}


