<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// GALLERY MENU LINKS



var topspacing		= "0"		// NUDGE PRODUCTS MENU DOWN
var bottomspacing	= "0"		// SPACING UNDER PRODUCT MENU


document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="10"><br>');

document.write('|&nbsp;');




document.write('<a href="formation.htm">Outils de formation</a>');
document.write('&nbsp;|&nbsp;');




document.write('<a href="formation_L.htm">Formation en ligne</a>');
document.write('&nbsp;|&nbsp;');





document.write('<a href="formation_C.htm">Formation en classe</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="aides_M.htm">Aides à la tâche multimédias</a>');
document.write('&nbsp;|&nbsp;');

document.write('<a href="formation_CD.htm">Formation sur CD</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="formation_M.htm">Formation sur plateformes mobiles</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="publications.htm">Publications (IETM/IETP)</a>');
document.write('&nbsp;|&nbsp;');




document.write('<br><img src="picts/spacer.gif" height="'+bottomspacing+'" width="10">');

// END -->
