/* ------------------------------------------------------------------------------ */
/* USAGE STRICTEMENT RESERVE A SIMONE CAMINADE INTERNATIONAL INC ET A SES CLIENTS */
/* TOUTE UTILISATION FRAUDULEUSE FERA L'OBJET D'UN DEPOT DE PLAINTE               */
/* ------------------------------------------------------------------------------ */


var states = ['mout', 'mover', 'mdown'];

/* Tigra Menu PRO items structure */
var MENU_ITEMS = [
	[wrap_parent('<B>A</B>ccueil'), ['Accueil.asp', '_self']],
	[wrap_parent('<B>P</B>ositionnez-vous !','d'), null, [100, , 210],
		[wrap_child('Le <B>P</B>ositionnement, c\'est quoi ?'), ['QuestcequelePositionnement.asp', '_self'], [-66, , 275]],
		[wrap_child('<B>P</B>ourquoi se positionner ?'), ['PourquoiSePositionner.asp', '_self'], [, , 275]],
		[wrap_child('<MARQUEE><B>P</B>ositionnez-vous maintenant !</MARQUEE>'), ['register.asp', '_self'], [, , 275]],
		[wrap_child('<B>FAQ</B> sur le Prélèvement d\'Organes'), ['FAQ_Prelevement.asp', '_self'], [, , 275]]
	],
	[wrap_parent('<B>C</B>ercle <B>B</B>leu','d'), null, [210, , 140],
		[wrap_child('l\'<B>H</B>istorique'), ['CercleBleu_Historique.asp', '_self'], [-40, , 180]],
		[wrap_child('Nos <B>P</B>artenaires'), ['CercleBleu_Partenaires.asp', '_self'], [, , 180]],
		[wrap_child('Ils nous soutiennent !'), ['CercleBleu_Soutiens.asp', '_self'], [, , 180]],
		[wrap_child('les <B>A</B>ctions en cours'), ['CercleBleu_Actions.asp', '_self'], [, , 180]],
		[wrap_child('<B>S</B>t-Jacques du civisme'), ['CercleBleu_StJacques.asp', '_self'], [, , 180]],
		[wrap_child('les <B>N</B>ews'), ['Afficher_News.asp', '_self'], [, , 180]],
		[wrap_child('<B>C</B>ontactez-nous'), ['ContactezNous.asp', '_self'], [, , 180]]
	],
	[wrap_parent('<B>P</B>resse','d'), null, [140, , 150],
		[wrap_child('<B>D</B>ossier de <B>P</B>resse'), ['../Documents/CercleBleu_DossierdePresse.pdf', '_new'], [-70, , 220]],
		[wrap_child('<B>D</B>ocuments <B>T</B>éléchargeables'), ['Documents_Telechargeables.asp', '_self'], [, , 220]],
		[wrap_child('<B>C</B>ontact-<B>P</B>resse'), ['Contact_Presse.asp',  '_self'], [, , 220]]
	],
	[wrap_parent('<B>C</B>ontact'), ['ContactezNous.asp', '_self'],[120, , 120]]
];


function wrap_parent (text, pos, icon) {
	var res = new Array;
	for (var i=0; i<states.length; i++)
		res[i] =  '<table align=center cellpadding="0" cellspacing="0" border="0" height="100%" ><tr><td style="padding-right:10px;" align=left valign="middle">' + (icon != null ? '<img src="../images/'  + icon + '" height="16">' : '') + '</td><td valign="middle" class="m0l0' + states[i] + 'i">' + text + '</td><td width="20" align="right" valign="middle">' + (pos != null ? '<img src="../images/' + states[i] + '_' + pos + 'arrow.gif" width="12" height="12" border=0>' : '') + '</td></tr></table>';
	return res;
}

function wrap_SousParent (text, pos, icon) {
	var res = new Array;
	for (var i=0; i<states.length; i++)
		res[i] =  '<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align=left valign="middle">' + (icon != null ? '<img src="../images/'  + icon + '" height="16">' : '') + '</td><td valign="middle" class="m0l1' + states[i] + 'i">' + text + '</td><td width="20" align="right" valign="middle"><img src="../images' + states[i] + '_' + pos + 'arrow.gif" width="12" height="12"></td></tr></table>';
	return res;
}

function wrap_child (text, icon) {
	var res = new Array;
	for (var i=0; i<states.length; i++)
		res[i] =  '<table cellpadding="4" cellspacing="0" border="0" width="100%"><tr>' + (icon != null ? '<td style="padding:3px;" width="24" valign="middle"><img src="../images/'  + icon + '" height="16" border=0 align="absmiddle"></td>' : '') + '<td valign="middle" class="m0l1' + states[i] + 'i">' + text + '</td></tr></table>';
	return res;
}
