    <title>Signataires des ententes de reconnaissance mutuelle</title>   <html> <head> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//FR"> <title>Conseil canadien des ingnieurs</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="Keywords" content="Conseil canadien des ingnieurs, CCI"> <script language="JavaScript" type="text/JavaScript"> <!-- function MM_swapImgRestore() { //v3.0   var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; }  function MM_preloadImages() { //v3.0   var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();     var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)     if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} }  function MM_findObj(n, d) { //v4.01   var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {     d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}   if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];   for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);   if(!x && d.getElementById) x=d.getElementById(n); return x; }  function MM_swapImage() { //v3.0   var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} }  function MM_timelineStop(tmLnName) { //v1.2   //Copyright 1997, 2000 Macromedia, Inc. All rights reserved.   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time   if (tmLnName == null)  //stop all     for (var i=0; i<document.MM_Time.length; i++) document.MM_Time[i].ID = null;   else document.MM_Time[tmLnName].ID = null; //stop one }  function MM_showHideLayers() { //v6.0   var i,p,v,obj,args=MM_showHideLayers.arguments;   for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];     if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }     obj.visibility=v; } }  function MM_timelinePlay(tmLnName, myID) { //v1.2   //Copyright 1997, 2000 Macromedia, Inc. All rights reserved.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time   tmLn = document.MM_Time[tmLnName];   if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID   if (myID == tmLn.ID) { //if Im newest     setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);     fNew = ++tmLn.curFrame;     for (i=0; i<tmLn.length; i++) {       sprite = tmLn[i];       if (sprite.charAt(0) == 's') {         if (sprite.obj) {           numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];           if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range             keyFrm=1;             for (j=0; j<sprite.values.length; j++) {               props = sprite.values[j];                if (numKeyFr != props.length) {                 if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];                 else        sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];               } else {                 while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;                 if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {                   if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];                   else        sprite.obj[props.prop2][props.prop] = props[keyFrm-1];         } } } } }       } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);       if (fNew > tmLn.lastFrame) tmLn.ID = 0;   } } }  function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0   //Copyright 1997, 2000 Macromedia, Inc. All rights reserved.   var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;   if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time   tmLn = document.MM_Time[tmLnName];   if (numGotos != null)     if (tmLn.gotoCount == null) tmLn.gotoCount = 1;     else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}   jmpFwd = (fNew > tmLn.curFrame);   for (i = 0; i < tmLn.length; i++) {     sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back     if (sprite.charAt(0) == "s") {       numKeyFr = sprite.keyFrames.length;       firstKeyFr = sprite.keyFrames[0];       lastKeyFr = sprite.keyFrames[numKeyFr - 1];       if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd       for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);       for (j=0; j<sprite.values.length; j++) {         props = sprite.values[j];         if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only         else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range         if (sprite.obj != null) {           if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];           else        sprite.obj[props.prop2][props.prop] = props[propNum];       } }     } else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);   }   tmLn.curFrame = fNew;   if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)'); }  function MM_initTimelines() { //v4.0     //MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.     var ns = navigator.appName == "Netscape";     var ns4 = (ns && parseInt(navigator.appVersion) == 4);     var ns5 = (ns && parseInt(navigator.appVersion) > 4);     document.MM_Time = new Array(8);     document.MM_Time[0] = new Array(3);     document.MM_Time["Timeline1"] = document.MM_Time[0];     document.MM_Time[0].MM_Name = "Timeline1";     document.MM_Time[0].fps = 15;     document.MM_Time[0][0] = new String("sprite");     document.MM_Time[0][0].slot = 1;     if (ns4)         document.MM_Time[0][0].obj = document["Layer2"];     else if (ns5)         document.MM_Time[0][0].obj = document.getElementById("Layer2");     else         document.MM_Time[0][0].obj = document.all ? document.all["Layer2"] : null;     document.MM_Time[0][0].keyFrames = new Array(2, 5);     document.MM_Time[0][0].values = new Array(5);     if (ns5)         document.MM_Time[0][0].values[0] = new Array("54px", "54px", "54px", "54px");     else         document.MM_Time[0][0].values[0] = new Array(54,54,54,54);     document.MM_Time[0][0].values[0].prop = "left";     if (ns5)         document.MM_Time[0][0].values[1] = new Array("97px", "97px", "97px", "97px");     else         document.MM_Time[0][0].values[1] = new Array(97,97,97,97);     document.MM_Time[0][0].values[1].prop = "top";     if (!ns4) {         document.MM_Time[0][0].values[0].prop2 = "style";         document.MM_Time[0][0].values[1].prop2 = "style";     }     if (ns5)         document.MM_Time[0][0].values[2] = new Array("142px", "142px", "142px", "142px");     else         document.MM_Time[0][0].values[2] = new Array(142,142,142,142);     document.MM_Time[0][0].values[2].prop = "width";     if (!ns4)         document.MM_Time[0][0].values[2].prop2 = "style";     if (ns5)         document.MM_Time[0][0].values[3] = new Array("184px", "184px", "184px", "184px");     else         document.MM_Time[0][0].values[3] = new Array(184,184,184,184);     document.MM_Time[0][0].values[3].prop = "height";     if (!ns4)         document.MM_Time[0][0].values[3].prop2 = "style";     document.MM_Time[0][0].values[4] = new Array("3","3");     document.MM_Time[0][0].values[4].prop = "zIndex";     if (!ns4)         document.MM_Time[0][0].values[4].prop2 = "style";     document.MM_Time[0][1] = new String("behavior");     document.MM_Time[0][1].frame = 1;     document.MM_Time[0][1].value = "MM_timelineStop()";     document.MM_Time[0][2] = new String("behavior");     document.MM_Time[0][2].frame = 5;     document.MM_Time[0][2].value = "MM_timelineStop('Timeline1');MM_showHideLayers('Layer2','','hide')";     document.MM_Time[0].lastFrame = 5;     document.MM_Time[1] = new Array(3);     document.MM_Time["Timeline2"] = document.MM_Time[1];     document.MM_Time[1].MM_Name = "Timeline2";     document.MM_Time[1].fps = 15;     document.MM_Time[1][0] = new String("sprite");     document.MM_Time[1][0].slot = 1;     if (ns4)         document.MM_Time[1][0].obj = document["Layer10"];     else if (ns5)         document.MM_Time[1][0].obj = document.getElementById("Layer10");     else         document.MM_Time[1][0].obj = document.all ? document.all["Layer10"] : null;     document.MM_Time[1][0].keyFrames = new Array(2, 7);     document.MM_Time[1][0].values = new Array(0);     document.MM_Time[1][1] = new String("behavior");     document.MM_Time[1][1].frame = 1;     document.MM_Time[1][1].value = "MM_timelineStop()";     document.MM_Time[1][2] = new String("behavior");     document.MM_Time[1][2].frame = 7;     document.MM_Time[1][2].value = "MM_timelineStop('Timeline2');MM_showHideLayers('Layer10','','hide')";     document.MM_Time[1].lastFrame = 7;     document.MM_Time[2] = new Array(3);     document.MM_Time["Timeline3"] = document.MM_Time[2];     document.MM_Time[2].MM_Name = "Timeline3";     document.MM_Time[2].fps = 15;     document.MM_Time[2][0] = new String("sprite");     document.MM_Time[2][0].slot = 1;     if (ns4)         document.MM_Time[2][0].obj = document["Layer11"];     else if (ns5)         document.MM_Time[2][0].obj = document.getElementById("Layer11");     else         document.MM_Time[2][0].obj = document.all ? document.all["Layer11"] : null;     document.MM_Time[2][0].keyFrames = new Array(2, 5);     document.MM_Time[2][0].values = new Array(1);     document.MM_Time[2][0].values[0] = new Array("inherit","hidden");     document.MM_Time[2][0].values[0].prop = "visibility";     if (!ns4)         document.MM_Time[2][0].values[0].prop2 = "style";     document.MM_Time[2][1] = new String("behavior");     document.MM_Time[2][1].frame = 1;     document.MM_Time[2][1].value = "MM_timelineStop()";     document.MM_Time[2][2] = new String("behavior");     document.MM_Time[2][2].frame = 5;     document.MM_Time[2][2].value = "MM_timelineStop('Timeline3');MM_showHideLayers('Layer11','','hide')";     document.MM_Time[2].lastFrame = 5;     document.MM_Time[3] = new Array(3);     document.MM_Time["Timeline4"] = document.MM_Time[3];     document.MM_Time[3].MM_Name = "Timeline4";     document.MM_Time[3].fps = 15;     document.MM_Time[3][0] = new String("sprite");     document.MM_Time[3][0].slot = 1;     if (ns4)         document.MM_Time[3][0].obj = document["Layer12"];     else if (ns5)         document.MM_Time[3][0].obj = document.getElementById("Layer12");     else         document.MM_Time[3][0].obj = document.all ? document.all["Layer12"] : null;     document.MM_Time[3][0].keyFrames = new Array(2, 5);     document.MM_Time[3][0].values = new Array(1);     document.MM_Time[3][0].values[0] = new Array("inherit","hidden");     document.MM_Time[3][0].values[0].prop = "visibility";     if (!ns4)         document.MM_Time[3][0].values[0].prop2 = "style";     document.MM_Time[3][1] = new String("behavior");     document.MM_Time[3][1].frame = 1;     document.MM_Time[3][1].value = "MM_timelineStop()";     document.MM_Time[3][2] = new String("behavior");     document.MM_Time[3][2].frame = 5;     document.MM_Time[3][2].value = "MM_timelineStop('Timeline4');MM_showHideLayers('Layer12','','hide')";     document.MM_Time[3].lastFrame = 5;     document.MM_Time[4] = new Array(3);     document.MM_Time["Timeline5"] = document.MM_Time[4];     document.MM_Time[4].MM_Name = "Timeline5";     document.MM_Time[4].fps = 15;     document.MM_Time[4][0] = new String("sprite");     document.MM_Time[4][0].slot = 1;     if (ns4)         document.MM_Time[4][0].obj = document["Layer13"];     else if (ns5)         document.MM_Time[4][0].obj = document.getElementById("Layer13");     else         document.MM_Time[4][0].obj = document.all ? document.all["Layer13"] : null;     document.MM_Time[4][0].keyFrames = new Array(2, 5);     document.MM_Time[4][0].values = new Array(1);     document.MM_Time[4][0].values[0] = new Array("visible","hidden");     document.MM_Time[4][0].values[0].prop = "visibility";     if (!ns4)         document.MM_Time[4][0].values[0].prop2 = "style";     document.MM_Time[4][1] = new String("behavior");     document.MM_Time[4][1].frame = 1;     document.MM_Time[4][1].value = "MM_timelineStop()";     document.MM_Time[4][2] = new String("behavior");     document.MM_Time[4][2].frame = 5;     document.MM_Time[4][2].value = "MM_timelineStop('Timeline5');MM_showHideLayers('Layer13','','hide')";     document.MM_Time[4].lastFrame = 5;     document.MM_Time[5] = new Array(3);     document.MM_Time["Timeline6"] = document.MM_Time[5];     document.MM_Time[5].MM_Name = "Timeline6";     document.MM_Time[5].fps = 15;     document.MM_Time[5][0] = new String("sprite");     document.MM_Time[5][0].slot = 1;     if (ns4)         document.MM_Time[5][0].obj = document["Layer14"];     else if (ns5)         document.MM_Time[5][0].obj = document.getElementById("Layer14");     else         document.MM_Time[5][0].obj = document.all ? document.all["Layer14"] : null;     document.MM_Time[5][0].keyFrames = new Array(2, 5);     document.MM_Time[5][0].values = new Array(1);     document.MM_Time[5][0].values[0] = new Array("inherit","hidden");     document.MM_Time[5][0].values[0].prop = "visibility";     if (!ns4)         document.MM_Time[5][0].values[0].prop2 = "style";     document.MM_Time[5][1] = new String("behavior");     document.MM_Time[5][1].frame = 1;     document.MM_Time[5][1].value = "MM_timelineStop()";     document.MM_Time[5][2] = new String("behavior");     document.MM_Time[5][2].frame = 5;     document.MM_Time[5][2].value = "MM_timelineStop('Timeline6');MM_showHideLayers('Layer14','','hide')";     document.MM_Time[5].lastFrame = 5;     document.MM_Time[6] = new Array(3);     document.MM_Time["Timeline7"] = document.MM_Time[6];     document.MM_Time[6].MM_Name = "Timeline7";     document.MM_Time[6].fps = 15;     document.MM_Time[6][0] = new String("sprite");     document.MM_Time[6][0].slot = 1;     if (ns4)         document.MM_Time[6][0].obj = document["Layer15"];     else if (ns5)         document.MM_Time[6][0].obj = document.getElementById("Layer15");     else         document.MM_Time[6][0].obj = document.all ? document.all["Layer15"] : null;     document.MM_Time[6][0].keyFrames = new Array(2, 5);     document.MM_Time[6][0].values = new Array(1);     document.MM_Time[6][0].values[0] = new Array("inherit","hidden");     document.MM_Time[6][0].values[0].prop = "visibility";     if (!ns4)         document.MM_Time[6][0].values[0].prop2 = "style";     document.MM_Time[6][1] = new String("behavior");     document.MM_Time[6][1].frame = 1;     document.MM_Time[6][1].value = "MM_timelineStop()";     document.MM_Time[6][2] = new String("behavior");     document.MM_Time[6][2].frame = 5;     document.MM_Time[6][2].value = "MM_timelineStop('Timeline7');MM_showHideLayers('Layer15','','hide')";     document.MM_Time[6].lastFrame = 5;     document.MM_Time[7] = new Array(3);     document.MM_Time["Timeline8"] = document.MM_Time[7];     document.MM_Time[7].MM_Name = "Timeline8";     document.MM_Time[7].fps = 15;     document.MM_Time[7][0] = new String("sprite");     document.MM_Time[7][0].slot = 1;     if (ns4)         document.MM_Time[7][0].obj = document["Layer16"];     else if (ns5)         document.MM_Time[7][0].obj = document.getElementById("Layer16");     else         document.MM_Time[7][0].obj = document.all ? document.all["Layer16"] : null;     document.MM_Time[7][0].keyFrames = new Array(2, 5);     document.MM_Time[7][0].values = new Array(2);     document.MM_Time[7][0].values[0] = new Array("17","18");     document.MM_Time[7][0].values[0].prop = "zIndex";     if (!ns4)         document.MM_Time[7][0].values[0].prop2 = "style";     document.MM_Time[7][0].values[1] = new Array("inherit","hidden");     document.MM_Time[7][0].values[1].prop = "visibility";     if (!ns4)         document.MM_Time[7][0].values[1].prop2 = "style";     document.MM_Time[7][1] = new String("behavior");     document.MM_Time[7][1].frame = 1;     document.MM_Time[7][1].value = "MM_timelineStop()";     document.MM_Time[7][2] = new String("behavior");     document.MM_Time[7][2].frame = 5;     document.MM_Time[7][2].value = "MM_timelineStop('Timeline8');MM_showHideLayers('Layer16','','hide')";     document.MM_Time[7].lastFrame = 5;     for (i=0; i<document.MM_Time.length; i++) {         document.MM_Time[i].ID = null;         document.MM_Time[i].curFrame = 0;         document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;     } } //--> </script> </head> <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('images/home_f_24_r.gif','images/nav/nav5_r_01.gif','images/nav/nav5_r_02.gif','images/nav/nav5_r_03.gif','images/nav/nav5_r_04.gif','images/nav/nav5_r_05.gif','images/nav/nav5_r_07.gif','images/home_f_25_r.gif','images/nav/nav6_r_01.gif','images/nav/nav6_r_02.gif','images/nav/nav7_r_01.gif','images/nav/nav7_r_02.gif','images/nav/nav7_r_03.gif','images/nav/nav8_r_01.gif','images/nav/nav8_r_02.gif','images/nav/nav8_r_03.gif','images/nav/nav8_r_04.gif','images/nav/nav8_r_05.gif','images/nav/nav8_r_06.gif','images/nav/nav8_r_07.gif')"> <form action="search_results.cfm" method="post" name="myform" id="myform"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> 	<tr> 		<td height="41" background="images/home_f_05.gif" align="left"><a name="top"><img src="images/home_f_01.gif" alt="" width="140" height="41" border="0"></a><img src="images/home_f_02.gif" alt="" width="159" height="41" border="0"><img src="images/home_f_03.gif" alt="" width="126" height="41" border="0"><img src="images/home_f_04.gif" alt="" width="159" height="41" border="0"><img src="images/home_f_05.gif" alt="" width="163" height="41" border="0"></td> 	</tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> 	<tr> 		<td rowspan="2" width="299" valign="top" bgcolor="999999" height="54"><img src="images/home_f_06.gif" alt="" width="227" height="40" alt="Conseil canadien des ingnieurs | Canadian Council of Professional Engineers" border="0"><img src="images/home_f_07.gif" alt="" width="72" height="40" border="0"><br><img src="../images/blank.gif" alt="" width="299" height="14" border="0"></td> 		<td height="27" width="7" align="left" bgcolor="999999"><img src="images/home_f_08.gif" alt="" width="7" height="28" border="0"></td> 		<td height="27" align="right" bgcolor="999999" width="100%"><a href="/f/index.cfm"><img src="images/header_f_09.gif" border="0" width="56" height="27" alt="Accueil"></a><a href="contactus.cfm"><img src="images/header_f_10.gif" border="0" width="114" height="27" alt="Pour nous joindre"></a><a href="/e/mob_international_2_sig.cfm"><img src="images/header_f_11.gif" border="0" width="54" height="27" alt="English"></a><a href="sitemap.cfm"><img src="images/header_f_12.gif" border="0" width="81" height="27" alt="Plan du site"></a><a href="members.cfm"><img src="images/header_f_13.gif" border="0" width="70" height="27" alt="Membres"></a><img src="../images/blank.gif" alt="" width="10" height="1" border="0"></td> 	</tr> 	<tr> 		<td height="28" width="10" align="left" bgcolor="999999"><img src="../images/blank.gif" alt="" width="10" height="1" border="0"></td> 		<td valign="top" bgcolor="999999" height="26" align="right"> 			<table border="0" cellspacing="0" cellpadding="0" height="26" width="420"> 				<tr> 					<td align="right" width="196"></td> 					<td valign="top" height="26" width="114" align="right"><input type="text" name="keyword" size="15"></td> 					<td width="74" align="right" height="26"><input type="image" src="images/header_f_14.gif" border="0" width="74" height="26" alt="Recherche"></td> 					<td width="10" height="26"><img src="../images/blank.gif" alt="" width="10" height="26" border="0"></td> 				</tr> 			</table> 		</td> 	</tr> </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> 	<tr> 		<td height="23" background="images/home_f_20_blank.gif" width="741"><img src="images/home_f_20_blank.gif" border="0" width="741" height="23" alt=""></td> 		<td width="100%" background="images/home_f_20_blank.gif" height="22"><img src="../images/blank.gif" alt="" width="1" height="22" border="0"></td> 	</tr>    <tr>     <td align="left"> 		<TABLE WIDTH=741 BORDER=0 CELLPADDING=0 CELLSPACING=0> 			<TR> 				<TD><IMG SRC="images/nav6/mobility_light_f_03.gif" alt="" border="0" width="448" height="24"></TD> 				<TD><a href="mob_national.cfm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('sub1-1','','images/nav6/mobility_dark_f_01.gif',1)"><IMG SRC="images/nav6/mobility_light_f_01.gif" alt="Mobilit nationale" border="0" name="sub1-1" width="83" height="24"></a></TD> 				<TD><a href="mob_international.cfm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('sub1-2','','images/nav6/mobility_dark_f_02.gif',1)"><IMG SRC="images/nav6/mobility_dark_f_02.gif" alt="Mobilit internationale" border="0" name="sub1-2" width="100" height="24"></a></TD> 				<TD><IMG SRC="images/nav6/mobility_light_f_03.gif" alt="" border="0" width="110" height="24"></TD> 			</TR> 		</TABLE> 	</td> 	<td width="100%" bgcolor="#cccccc" background="images/grey_back.jpg"><img src="../../images/blank.gif" alt="" width="1" height="1" border="0"></td>   </tr>    </table>  <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> 	<tr> 		<td valign="top" bgcolor="#E6EFF1" rowspan="3" width="91"><img src="images/fade_bar.gif" width="91" height="407" alt=""></td> 		<td width="5%" background="../images/back_colour.gif" valign="top"><img src="../images/blank.gif" width="20" height="20" alt=""></td> 		<td background="../images/back_colour.gif" valign="top" align="left" width="90%"></form> 			<img src="../images/blank.gif" width="459" height="20" alt=""><br> 			<font face="Arial, Helvetica, sans-serif" size="-1">  			  <font size="+2"><b>Signataires des ententes<br> de reconnaissance mutuelle</b></font><br><br>   			<B>Accreditation Board for Engineering and Technology, Inc.<br> (ABET)</B> <BR><BR>   			George D. Peterson, P.E.<BR> 			Executive Director<BR><BR> 			 			The Candler Building<BR> 			111 Market Place, Suite 1050<BR> 			Baltimore, MD 21202 U.S.A. 			<BR><BR> 			 			<B>Tl.&nbsp;:</B> (410) 347-7700<BR> 			<B>Tlc.&nbsp;:</B> (410) 625-2238<BR><BR> 			<A HREF="mailto:international@abet.org">international@abet.org</A><BR> <A HREF="http://www.abet.org/" target="_new">www.abet.org</A> <BR><BR><BR>   			<B>Commission des Titres d'Ing&eacute;nieur (CTI)</B> 			<BR><BR>  			Jean-Fran&ccedil;ois Combe<br><br> 			 			135, avenue de Rangueil<br> 			31077 Toulouse Cedex 4, France<br><br> 			 			<b>T&eacute;l. :</b> 05 61 55 95 11<br> <b>T&eacute;l&eacute;c. :</b> 05 61 55 92 80<br><BR><BR> 			 <A HREF="mailto:secretariat@commission-cti.fr">secretariat@commission-cti.fr</A><BR> <A HREF="http://www.commission-cti.fr/" target="_new">www.commission-cti.fr</A> <BR><BR><BR>                          <B>Consejo de Acreditacin de la                                                                                      Enseanza de la Ingeniera<br>  (CACEI)</B> <BR><BR>                         Ing. Fernando Ocampo Canabal<br><br>                                                  Andrs Molina Enriquez 270<br>                         Col. Reforma Iztaccihuatl<br>                         Mexico, D.F. C.P. 08810<br><br>                                                  <b>T&eacute;l.&nbsp;: </b>5579 8257<br>   <b>T&eacute;l&eacute;c.&nbsp;: </b>5579 8314<br><BR><BR>                          <A HREF="mailto:fdocampo@cacei.org">fdocampo@cacei.org</A><BR> <A HREF="http://www.cacei.org" target="_new">www.cacei.org</A> <BR><BR><BR>  			<B>Engineering Council</B> 			<BR><BR> 			  			Andrew Ramsay, CEng<br> 			Director for Engineers' Regulation<br><br> 			 			10 Maltravers Street<br> 			London WC2R 3ER, England<br><BR> 			 			<b>Tl.&nbsp;:</b> 44 20 7240 7891<br> 			<b>Tlc.&nbsp;:</b> 44 20 7240 7517<br><br> 			 <A HREF="mailto:international@engc.org.uk">international@engc.org.uk</A><BR> <A HREF="http://www.engc.org.uk/" target="_new">www.engc.org.uk</A> <BR><BR><BR>  			<B>Engineering Council of South Africa</B> 			<BR><BR>  			Paul Roux<br> 			Chief Executive Officer<br><br> 			 			1st Floor, Waterview Corner Building<BR> 			2 Ernest Oppenheimer Avenue<BR> 			Bruma, Lake Park<BR> 			Johannesburg, South Africa 2198<BR><BR> 			 			<b><font size="2">Envois postaux&nbsp;:</font></b><br> 			Private Bag X691<BR> 			Bruma<BR> 			Johannesburg, South Africa 2026<BR><BR>  		<B>Tl.&nbsp;:</B> 27 11 607 9500<BR> 			<B>Tlc.&nbsp;:</B> 27 11 622 9295<BR><BR>   <A HREF="mailto:engineer@ecsa.co.za">engineer@ecsa.co.za</A><BR> <A  HREF="http://www.ecsa.co.za/" target="_new">www.ecsa.co.za</A>  <BR><BR><BR>    			<B>The Hong Kong Institution of Engineers</B> 			<BR><BR>  			Monica Yven<BR> 			Acting Secretary<br><BR> 			 			9/F Island Beverley<BR> 			No. 1 Great George Street<BR> 			Causeway Bay, Hong Kong<BR><BR> 			 			<B>Tl.&nbsp;:</B> (852) 2895 4446<BR> 			<B>Tlc.&nbsp;:</B> (852) 2577 7791<BR><BR> 			 <A HREF="mailto:admn@hkie.org.hk">admn@hkie.org.hk</A><BR> <A HREF="http://www.hkie.org.hk/" target="_new">www.hkie.org.hk</A> <BR><BR><BR>   			<B>The Institution of Engineers, Australia</B> 			<BR><BR>  			John Boshier, CPEng<BR> 			Chief Executive<BR><BR> 			 			The Engineering House<BR> 			11 National Circuit<BR> 			Barton ACT 2600, Australia 			<BR><BR> 			 			<B>Tl.&nbsp;:</B> 02 6270 6555<BR> 			<B>Tlc.&nbsp;:</B> 02 6273 1488<BR><BR> 			 <A HREF="mailto:memberservices@ieaust.org.au">memberservices@ieaust.org.au</A><BR> <A HREF="http://www.ieaust.org.au/" target="_new">www.ieaust.org.au</A> <BR><BR><BR>  			<B>The Institution of Engineers of Ireland</B> 			<BR><BR>  			Patrick Purcell<BR> 			Director General<BR><BR> 			 			22 Clyde Road, Ballsbridge<BR> 			Dublin 4, Ireland 			<BR><BR> 			 			<B>Tl.&nbsp;:</B> 353 1 668 4341<BR> 			<B>Tlc.&nbsp;:</B> 353 1 668 5508<BR><BR> 			 <A HREF="mailto:info@ioi.ie">info@iei.ie</A><BR> <A HREF="http://www.iei.ie/" target="_new">www.iei.ie</A> <BR><BR><BR>  			<B>The Institution of Professional Engineers<br> New Zealand</B> <BR><BR>  			Andrew C. Cleland<br> 			Chief Executive Officer<BR><br> 			 			P.O. Box 12241<br> 			Wellington, New Zealand<br><br> 			 			<b>Tl.&nbsp;:</b> 64 4 473 9444<br> 			<b>Tlc.&nbsp;:</b> 64 4 474 8933<br><br> 			 <A HREF="mailto:ipenz@ipenz.org.n">ipenz@ipenz.org.nz</A><BR> <A HREF="http://www.ipenz.org.nz/" target="_new">www.ipenz.org.nz</A> <BR><BR><BR>                         <B>United States Council<br>                         for International Engineering Practice (USCIEP)</B> <BR><BR>                                                F. Elizabeth Browne<br>                         Secretary-Treasurer<br><br>                                                                          280 Seneca Creek Road<br>                         P.O. Box 1686<br>                         Clemson, SC&nbsp;&nbsp;&nbsp;29633-1686&nbsp;&nbsp;&nbsp;U.S.A.<br><br>                                            <b>T&eacute;l.&nbsp;: </b>800 250-3196<br>          <b>T&eacute;l&eacute;c.&nbsp;: </b>864 654-6033<br><BR>                          <A HREF="mailto:usciep@ncees.org">usciep@ncees.org</A><BR> <A HREF="http://www.usciep.org" target="_new">www.usciep.org</A>   		<br><br><br></font> 		<div align="right"> 		<a href="mob_international_2_agr.cfm"><img src="images/more_f.jpg" border="0" alt="Pages connexes" width="90" height="35"></a>&nbsp;&nbsp;&nbsp; 		<a href="#top"><img src="images/top_button_f.gif" border="0" width="56" height="34" alt="Back to top"></a><br><br> 		</div> 		</td> 		<td width="5%" background="../images/back_colour.gif" valign="top"><img src="../images/blank.gif" width="20" height="20" alt=""></td> 	 		<td valign="top" background="../images/back_colour.gif" align="right" width="164"><img src="images/background.gif" width="164" height="409"></td> 	 	</tr> 	<tr> 		<td colspan="4" bgcolor="#993366" height="3"><img src="../images/blank.gif" alt="" width="100%" height="3" border="0"></td> 	</tr> 	<tr> 		<td colspan="4" bgcolor="#CCCCCC" align="center" height="57"><font face="Arial, Helvetica, sans-serif" size="-2">Copyright &copy; Conseil canadien des ingnieurs. Les <a href="/f/disclaimer.cfm">avis de non-responsabilit et modalits d'utilisation</a> s'appliquent<br> aux utilisateurs de ce site et des autres sites Web du CCI&nbsp;: www.peng.ca, www.ing.ca et www.new-sng.com.  </font></td> 	</tr> </table> <div id="Layer1" style="position:absolute; left:55px; top:97px; width:139px; height:23px; z-index:2"><a href="#" onMouseOver="MM_swapImage('nav2','','images/home_f_21_r.gif',0);MM_showHideLayers('Layer2','','show');MM_timelineGoto('Timeline1','2');MM_timelineStop('Timeline1')" onMouseOut="MM_timelinePlay('Timeline1');MM_swapImgRestore()"><img src="images/home_f_21.gif" alt="Programs et services" name="nav2" width="139" height="23" border="0"></a></div> <div id="Layer3" style="position:absolute; left:0px; top:97px; width:55px; height:23px; z-index:4"><a href="#" onMouseOver="MM_swapImage('nav1','','images/home_f_20_r.gif',0);MM_showHideLayers('Layer10','','show');MM_timelineGoto('Timeline2','2');MM_timelineStop('Timeline2')" onMouseOut="MM_timelinePlay('Timeline2');MM_swapImgRestore()"><img src="images/home_f_20.gif" alt="Le CCI" name="nav1" width="55" height="23" border="0"></a></div> <div id="Layer4" style="position:absolute; left:194px; top:97px; width:144px; height:23px; z-index:6"><a href="#" onMouseOver="MM_swapImage('nav3','','images/home_f_22_r.gif',0);MM_showHideLayers('Layer11','','show');MM_timelineGoto('Timeline3','2');MM_timelineStop('Timeline3')" onMouseOut="MM_timelinePlay('Timeline3');MM_swapImgRestore()"><img src="images/home_f_22.gif" alt="Immigration et valuation" name="nav3" width="144" height="23" border="0"></a></div> <div id="Layer5" style="position:absolute; left:338px; top:97px; width:79px; height:23px; z-index:8"><a href="#" onMouseOver="MM_swapImage('nav4','','images/home_f_23_r.gif',0);MM_showHideLayers('Layer12','','show');MM_timelineGoto('Timeline4','2');MM_timelineStop('Timeline4')" onMouseOut="MM_timelinePlay('Timeline4');MM_swapImgRestore()"><img src="images/home_f_23.gif" alt="Accrditation" name="nav4" width="79" height="23" border="0"></a></div> <div id="Layer6" style="position:absolute; left:417px; top:97px; width:105px; height:23px; z-index:10"><a href="#" onMouseOver="MM_swapImage('nav5','','images/home_f_24_r.gif',0);MM_showHideLayers('Layer13','','show');MM_timelineGoto('Timeline5','2');MM_timelineStop('Timeline5')" onMouseOut="MM_timelinePlay('Timeline5');MM_swapImgRestore()"><img src="images/home_f_24.gif" alt="Affaires publiques" width="105" height="23" border="0" name="nav5"></a></div> <div id="Layer7" style="position:absolute; left:522px; top:97px; width:51px; height:23px; z-index:12"><a href="#" onMouseOver="MM_swapImage('nav6','','images/home_f_25_r.gif',0);MM_showHideLayers('Layer14','','show');MM_timelineGoto('Timeline6','2');MM_timelineStop('Timeline6')" onMouseOut="MM_timelinePlay('Timeline6');MM_swapImgRestore()"><img src="images/home_f_25_r.gif" alt="Mobilit" name="nav6" width="51" height="23" border="0"></a></div> <div id="Layer8" style="position:absolute; left:573px; top:97px; width:115px; height:23px; z-index:14"><a href="#" onMouseOver="MM_swapImage('nav7','','images/home_f_26_r.gif',0);MM_showHideLayers('Layer15','','show');MM_timelineGoto('Timeline7','2');MM_timelineStop('Timeline7')" onMouseOut="MM_timelinePlay('Timeline7');MM_swapImgRestore()"><img src="images/home_f_26.gif" alt="Guides et politiques" name="nav7" width="115" height="23" border="0"></a></div> <div id="Layer9" style="position:absolute; left:688px; top:97px; width:53px; height:23px; z-index:16"><a href="#" onMouseOver="MM_swapImage('nav8','','images/home_f_27_r.gif',0);MM_showHideLayers('Layer16','','show');MM_timelineGoto('Timeline8','2');MM_timelineStop('Timeline8')" onMouseOut="MM_timelinePlay('Timeline8');MM_swapImgRestore()"><img src="images/home_f_27.gif" alt=" Liens" name="nav8" width="53" height="23" border="0"></a></div> <div id="Layer10" style="position:absolute; left:0px; top:97px; width:165px; height:88px; z-index:5; visibility: hidden;"><a href="#" onMouseOut="MM_timelineGoto('Timeline2','2');MM_timelinePlay('Timeline2')" onMouseOver="MM_timelineStop('Timeline2')"><img src="images/home_f_20_r.gif" width="55" height="23" name="nav1-0" border="0"></a><a href="ccpe_about.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline2','2');MM_timelinePlay('Timeline2')" onMouseOver="MM_swapImage('nav1-1','','images/nav/nav1_r_01.gif',0);MM_timelineStop('Timeline2')"><img src="images/nav/nav1_01.gif" alt=" propos du CCI" name="nav1-1" width="165" height="21" border="0"></a><a href="ccpe_boards.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline2','2');MM_timelinePlay('Timeline2')" onMouseOver="MM_swapImage('nav1-2','','images/nav/nav1_r_02.gif',0);MM_timelineStop('Timeline2')"><img src="images/nav/nav1_02.gif" alt="Bureaux et comits" name="nav1-2" width="165" height="20" border="0"></a><a href="ccpe_members.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline2','2');MM_timelinePlay('Timeline2')" onMouseOver="MM_swapImage('nav1-3','','images/nav/nav1_r_03.gif',0);MM_timelineStop('Timeline2')"><img src="images/nav/nav1_03.gif" alt="Membres du CCI" name="nav1-3" width="165" height="20" border="0"></a><a href="ccpe_vision.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline2','2');MM_timelinePlay('Timeline2')" onMouseOver="MM_swapImage('nav1-4','','images/nav/nav1_r_04.gif',0);MM_timelineStop('Timeline2')"><img src="images/nav/nav1_04.gif" alt="Vision de la profession dingnieur" name="nav1-4" width="165" height="32" border="0"><img src="images/nav/nav_line.gif" width="165" height="1" border="0"></a></div> <div id="Layer11" style="position:absolute; left:194px; top:97px; width:165px; height:117px; z-index:7; visibility: hidden;"><a href="#" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline3','2');MM_timelinePlay('Timeline3')" onMouseOver="MM_swapImage('nav3-0','','images/home_f_22_r.gif',0);MM_timelineStop('Timeline3')"><img src="images/home_f_22_r.gif" name="nav3-0" width="144" height="23" border="0"></a><a href="imm_education.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline3','2');MM_timelinePlay('Timeline3')" onMouseOver="MM_swapImage('nav3-1','','images/nav/nav3_r_01.gif',0);MM_timelineStop('Timeline3')"><img src="images/nav/nav3_01.gif" alt="Programme dvaluation" name="nav3-1" width="165" height="21" border="0"></a><!--<a href="imm_education.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline3','2');MM_timelinePlay('Timeline3')" onMouseOver="MM_swapImage('nav3-2','','images/nav/nav3_r_02.gif',0);MM_timelineStop('Timeline3')"><img src="images/nav/nav3_02.gif" alt="valuation des diplmes" name="nav3-2" width="165" height="20" border="0"></a>--><a href="imm_incanada.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline3','2');MM_timelinePlay('Timeline3')" onMouseOver="MM_swapImage('nav3-4','','images/nav/nav3_r_03.gif',0);MM_timelineStop('Timeline3')"><img src="images/nav/nav3_03.gif" alt="Le gnie au Canada" name="nav3-4" width="165" height="20" border="0"></a><a href="imm_immigrating.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline3','2');MM_timelinePlay('Timeline3')" onMouseOver="MM_swapImage('nav3-5','','images/nav/nav3_r_04.gif',0);MM_timelineStop('Timeline3')"><img src="images/nav/nav3_04.gif" alt="Immigrer au Canada" name="nav3-5" width="165" height="20" border="0"></a><a href="imm_consideration.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline3','2');MM_timelinePlay('Timeline3')" onMouseOver="MM_swapImage('nav3-6','','images/nav/nav3_r_07.gif',0);MM_timelineStop('Timeline3')"><img src="images/nav/nav3_07.gif" alt="Projet  De la considration  l'intgration " name="nav3-6" width="165" height="32" border="0"></a><img src="images/nav/nav_line.gif" width="165" height="1"></div> <div id="Layer12" style="position:absolute; left:338px; top:97; width:165; height:105px; z-index:9; visibility: hidden;"><a href="#" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline4','2');MM_timelinePlay('Timeline4')" onMouseOver="MM_swapImage('nav4-0','','images/home_f_23_r.gif',0);MM_timelineStop('Timeline4')"><img src="images/home_f_23_r.gif" name="nav4-0" width="79" height="23" border="0"></a><a href="acc_overview.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline4','2');MM_timelinePlay('Timeline4')" onMouseOver="MM_swapImage('nav4-1','','images/nav/nav4_r_01.gif',0);MM_timelineStop('Timeline4')"><img src="images/nav/nav4_01.gif" alt="Aperu" name="nav4-1" width="165" height="21" border="0"></a><a href="prog_publications_3.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline4','2');MM_timelinePlay('Timeline4')" onMouseOver="MM_swapImage('nav4-2','','images/nav/nav4_r_02.gif',0);MM_timelineStop('Timeline4')" target="_new"><img src="images/nav/nav4_02.gif" alt="Critres du BCAPI" name="nav4-2" width="165" height="20" border="0"></a><a href="acc_programs.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline4','2');MM_timelinePlay('Timeline4')" onMouseOver="MM_swapImage('nav4-3','','images/nav/nav4_r_03.gif',0);MM_timelineStop('Timeline4')"><img src="images/nav/nav4_03.gif" alt="Programmes accrdits" name="nav4-3" width="165" height="20" border="0"></a><a href="acc_schools.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline4','2');MM_timelinePlay('Timeline4')" onMouseOver="MM_swapImage('nav4-4','','images/nav/nav4_r_04.gif',0);MM_timelineStop('Timeline4')"><img src="images/nav/nav4_04.gif" alt="coles dingnierie" name="nav4-4" width="165" height="20" border="0"></a><!--<a href="acc_rules.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline4','2');MM_timelinePlay('Timeline4')" onMouseOver="MM_swapImage('nav4-5','','images/nav/nav4_r_05.gif',0);MM_timelineStop('Timeline4')"><img src="images/nav/nav4_05.gif" alt="Rgles et rglements" name="nav4-5" width="165" height="20" border="0"></a>--><img src="images/nav/nav_line.gif" width="165" height="1" border="0"></div> <div id="Layer13" style="position:absolute; left:417px; top:97px; width:165; height:105px; z-index:11; visibility: hidden;"><a href="#" onMouseOut="MM_timelineGoto('Timeline5','2');MM_timelinePlay('Timeline5')" onMouseOver="MM_timelineStop('Timeline5')"><img src="images/home_f_24_r.gif" name="nav5-0" width="105" height="23" border="0"></a><a href="pub_news.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline5','2');MM_timelinePlay('Timeline5')" onMouseOver="MM_swapImage('nav5-1','','images/nav/nav5_r_01.gif',1);MM_timelineStop('Timeline5')"><img src="images/nav/nav5_01.gif" alt="Communiqus de presse" name="nav5-1" width="165" height="21" border="0"></a><a href="pub_ceo.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline5','2');MM_timelinePlay('Timeline5')" onMouseOver="MM_swapImage('nav5-2','','images/nav/nav5_r_02.gif',1);MM_timelineStop('Timeline5')"><img src="images/nav/nav5_02.gif" alt="Mot de la direction" name="nav5-2" width="165" height="20" border="0"></a><a href="prog_government_2.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline5','2');MM_timelinePlay('Timeline5')" onMouseOver="MM_swapImage('nav5-3','','images/nav/nav5_r_03.gif',1);MM_timelineStop('Timeline5')" target="_new"><img src="images/nav/nav5_03.gif" alt="Mmoires au gouvernement" name="nav5-3" width="165" height="20" border="0"></a><!--<a href="pub_issues.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline5','2');MM_timelinePlay('Timeline5')" onMouseOver="MM_swapImage('nav5-4','','images/nav/nav5_r_04.gif',1);MM_timelineStop('Timeline5')"><img src="images/nav/nav5_04.gif" alt="Questions de lheure" name="nav5-4" width="165" height="20" border="0"></a>--><!--<a href="pub_engineers.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline5','2');MM_timelinePlay('Timeline5')" onMouseOver="MM_swapImage('nav5-5','','images/nav/nav5_r_05.gif',1);MM_timelineStop('Timeline5')"><img src="images/nav/nav5_05.gif" alt="Ingnieurs en vedette" name="nav5-5" width="165" height="20" border="0"></a>--><a href="pub_studies.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline5','2');MM_timelinePlay('Timeline5')" onMouseOver="MM_swapImage('nav5-6','','images/nav/nav5_r_06.gif',1);MM_timelineStop('Timeline5')"><img src="images/nav/nav5_06.gif" alt="Sommaires de recherche" name="nav5-6" width="165" height="20" border="0"></a><a href="pub_events.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline5','2');MM_timelinePlay('Timeline5')" onMouseOver="MM_swapImage('nav5-7','','images/nav/nav5_r_07.gif',1);MM_timelineStop('Timeline5')"><img src="images/nav/nav5_07.gif" alt="Activits et initiatives" name="nav5-7" width="165" height="20" border="0"></a><img src="images/nav/nav_line.gif" width="165" height="1"></div> <div id="Layer2" style="position:absolute; left:55px; top:97px; width:142px; height:165px; z-index:3; visibility: hidden;"><a href="#" onMouseOut="MM_timelineGoto('Timeline1','2');MM_timelinePlay('Timeline1')" onMouseOver="MM_timelineStop('Timeline1')"><img src="images/home_f_21_r.gif" width="139" height="23" border="0" name="nav2-0"></a><a href="prog_awards.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline1','2');MM_timelinePlay('Timeline1')" onMouseOver="MM_swapImage('nav2-1','','images/nav/nav2_r_01.gif',0);MM_timelineStop('Timeline1')"><img src="images/nav/nav2_01.gif" alt="Prix et bourses" name="nav2-1" width="165" height="21" border="0"></a><a href="prog_services.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline1','2');MM_timelinePlay('Timeline1')" onMouseOver="MM_swapImage('nav2-2','','images/nav/nav2_r_02.gif',0);MM_timelineStop('Timeline1')"><img src="images/nav/nav2_02.gif" alt="Services aux ingnieurs" name="nav2-2" width="165" height="20" border="0"></a><a href="prog_publications.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline1','2');MM_timelinePlay('Timeline1')" onMouseOver="MM_swapImage('nav2-3','','images/nav/nav2_r_03.gif',0);MM_timelineStop('Timeline1')"><img src="images/nav/nav2_03.gif" alt="Publications" name="nav2-3" width="165" height="20" border="0"></a><a href="prog_government.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline1','2');MM_timelinePlay('Timeline1')" onMouseOver="MM_swapImage('nav2-4','','images/nav/nav2_r_04.gif',0);MM_timelineStop('Timeline1')"><img src="images/nav/nav2_04.gif" alt="Relations gouvernementales" name="nav2-4" width="165" height="20" border="0"></a><!--<a href="prog_communications.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline1','2');MM_timelinePlay('Timeline1')" onMouseOver="MM_swapImage('nav2-5','','images/nav/nav2_r_05.gif',0);MM_timelineStop('Timeline1')"><img src="images/nav/nav2_05.gif" alt="Communications" name="nav2-5" width="165" height="20" border="0"></a>--><!--<a href="prog_studliaison.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline1','2');MM_timelinePlay('Timeline1')" onMouseOver="MM_swapImage('nav2-6','','images/nav/nav2_r_06.gif',0);MM_timelineStop('Timeline1')"><img src="images/nav/nav2_06.gif" alt="Liaison avec les tudiants" name="nav2-6" width="165" height="20" border="0"></a>--><a href="prog_women.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline1','2');MM_timelinePlay('Timeline1')" onMouseOver="MM_swapImage('nav2-7','','images/nav/nav2_r_07.gif',0);MM_timelineStop('Timeline1')"><img src="images/nav/nav2_07.gif" alt="Femmes en gnie" name="nav2-7" width="165" height="20" border="0"></a><a href="prog_new.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline1','2');MM_timelinePlay('Timeline1')" onMouseOver="MM_swapImage('nav2-8','','images/nav/nav2_r_08.gif',0);MM_timelineStop('Timeline1')"><img src="images/nav/nav2_08.gif" alt="Semaine nationale du gnie" name="nav2-8" width="165" height="20" border="0"></a><img src="images/nav/nav_line.gif" width="165" height="1"></div> <div id="Layer14" style="position:absolute; left:522px; top:97; width:165; height:65; z-index:13; visibility: hidden;"><a href="#" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline6','2');MM_timelinePlay('Timeline6')" onMouseOver="MM_swapImage('nav6-0','','images/home_f_25_r.gif',0);MM_timelineStop('Timeline6')"><img src="images/home_f_25_r.gif" name="nav6-0" width="51" height="23" border="0"></a><a href="mob_national.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline6','2');MM_timelinePlay('Timeline6')" onMouseOver="MM_swapImage('nav6-1','','images/nav/nav6_r_01.gif',1);MM_timelineStop('Timeline6')"><img src="images/nav/nav6_01.gif" alt="Mobilit nationale" name="nav6-1" width="165" height="21" border="0"></a><a href="mob_international.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline6','2');MM_timelinePlay('Timeline6')" onMouseOver="MM_swapImage('nav6-2','','images/nav/nav6_r_02.gif',1);MM_timelineStop('Timeline6')"><img src="images/nav/nav6_02.gif" alt="Mobilit internationale" name="nav6-2" width="165" height="20" border="0"></a><img src="images/nav/nav_line.gif" width="165" height="1"></div> <div id="Layer15" style="position:absolute; left:573px; top:97; width:165; height:87; z-index:15; visibility: hidden;"><a href="#" onMouseOut="MM_timelineGoto('Timeline7','2');MM_timelinePlay('Timeline7')" onMouseOver="MM_timelineStop('Timeline7')"><img src="images/home_f_26_r.gif" width="115" height="23" border="0"></a><a href="guide_policies.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline7','2');MM_timelinePlay('Timeline7')" onMouseOver="MM_swapImage('nav7-1','','images/nav/nav7_r_01.gif',1);MM_timelineStop('Timeline7')"><img src="images/nav/nav7_01.gif" alt="Politiques nationales" name="nav7-1" width="165" height="21" border="0"></a><a href="guide_guidelines.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline7','2');MM_timelinePlay('Timeline7')" onMouseOver="MM_swapImage('nav7-2','','images/nav/nav7_r_02.gif',1);MM_timelineStop('Timeline7')"><img src="images/nav/nav7_02.gif" alt="Guides nationaux" name="nav7-2" width="165" height="20" border="0"></a><a href="prog_government_3.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline7','2');MM_timelinePlay('Timeline7')" onMouseOver="MM_swapImage('nav7-3','','images/nav/nav7_r_03.gif',1);MM_timelineStop('Timeline7')" target="_new"><img src="images/nav/nav7_03.gif" alt="noncs de principe" name="nav7-3" width="165" height="20" border="0"></a><img src="images/nav/nav_line.gif" width="165" height="1"></div> <div id="Layer16" style="position:absolute; left:576px; top:97px; width:165px; height:145px; z-index:17; visibility: hidden;">    <div align="right"><a href="#" onMouseOut="MM_timelineGoto('Timeline8','2');MM_timelinePlay('Timeline8')" onMouseOver="MM_timelineStop('Timeline8')"><img src="images/home_f_27_r.gif" width="53" height="23" border="0"></a><a href="ccpe_members_2.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline8','2');MM_timelinePlay('Timeline8')" onMouseOver="MM_swapImage('nav8-1','','images/nav/nav8_r_01.gif',1);MM_timelineStop('Timeline8')" target="_new"><img src="images/nav/nav8_01.gif" alt="Membres constituants" name="nav8-1" width="165" height="21" border="0"></a><a href="links_organ.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline8','2');MM_timelinePlay('Timeline8')" onMouseOver="MM_swapImage('nav8-2','','images/nav/nav8_r_02.gif',1);MM_timelineStop('Timeline8')"><img src="images/nav/nav8_02.gif" alt="Organisations dingnierie" name="nav8-2" width="165" height="20" border="0"></a><a href="acc_schools_2.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline8','2');MM_timelinePlay('Timeline8')" onMouseOver="MM_swapImage('nav8-3','','images/nav/nav8_r_03.gif',1);MM_timelineStop('Timeline8')" target="_new"><img src="images/nav/nav8_03.gif" alt="coles dingnierie" name="nav8-3" width="165" height="20" border="0"></a><a href="http://www.cemf.ca/" target="_new" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline8','2');MM_timelinePlay('Timeline8')" onMouseOver="MM_swapImage('nav8-4','','images/nav/nav8_r_04.gif',1);MM_timelineStop('Timeline8')"><img src="images/nav/nav8_04.gif" alt="Fondation commmorative" name="nav8-4" width="165" height="20" border="0"></a><a href="prog_women_5.cfm" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline8','2');MM_timelinePlay('Timeline8')" onMouseOver="MM_swapImage('nav8-5','','images/nav/nav8_r_05.gif',1);MM_timelineStop('Timeline8')" target="_new"><img src="images/nav/nav8_05.gif" alt="Femmes en gnie" name="nav8-5" width="165" height="20" border="0"></a><a href="http://www.peng.ca/" target="_new" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline8','2');MM_timelinePlay('Timeline8')" onMouseOver="MM_swapImage('nav8-6','','images/nav/nav8_r_06.gif',1);MM_timelineStop('Timeline8')"><img src="images/nav/nav8_06.gif" alt="Site Web  ing. " name="nav8-6" width="165" height="20" border="0"></a><a href="http://www.new-sng.com/" target="_new" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline8','2');MM_timelinePlay('Timeline8')" onMouseOver="MM_swapImage('nav8-7','','images/nav/nav8_r_07.gif',1);MM_timelineStop('Timeline8')"><img src="images/nav/nav8_07.gif" alt="Semaine nationale du gnie" name="nav8-7" width="165" height="20" border="0"></a><!--<a href="http://www.generation-e.ca/fr/index.html" target="_new" onMouseOut="MM_swapImgRestore();MM_timelineGoto('Timeline8','2');MM_timelinePlay('Timeline8')" onMouseOver="MM_swapImage('nav8-8','','images/nav/nav8_r_08.gif',1);MM_timelineStop('Timeline8')"><img src="images/nav/nav8_08.gif" alt="Gnration-i" name="nav8-8" width="165" height="20" border="0"></a>--><img src="images/nav/nav_line.gif" width="165" height="1"></div> </div> </body>  </html> 
