// Pour les titres principaux
var pref = '<table class="home-back" width="120" cellspacing="0" cellpadding="2" border="0"><tr><td align=left><font color=white><b><a  class="clsDemoNode1" ';
var suff = '</b></font></td><tr></table>';
var t0 = pref + 'href="../index.html">' + 'Home' + '</a>' + suff;
var t1 = pref + 'href="index.html">' + 'Activities' + '</a>' + suff;
var t2 = pref + 'href="company-history.htm">' + 'History' + '</a>' + suff;
var t3 = pref + 'href="company-location.htm">' + 'Location' + '</a>' + suff;
var t4 = pref + 'href="company-facilities.htm">' + 'Facilities' + '</a>' + suff;
var t5 = pref + 'href="company-chart.htm">' + 'Organization' + '</a>' + suff;
var t6 = pref + 'href="quality.htm">' + 'Quality' + '</a>' + suff;
var t7 = pref + 'href="contact.htm">' + 'Contact us' + '</a>' + suff;
var t8 = pref + 'href="site.htm">' + 'Site map' + '</a>' + suff;
var t9 = pref + 'href="news.htm">' + 'News !' + '</a>' + suff;

// Arbre du menu
var TREEEBIM_NODES = [

	[t0, null, null],
	[t1, null, null],
	[t2, null, null],
	[t3, null, null],
	[t4, null, null],
	[t5, null, null],
	[t6, null, null],
	[t7, null, null],
	[t8, null, null],
	[t9, null, null],

];


