From: <Saved by Windows Internet Explorer 7>
Subject: The Bordeaux-Quartierville neighbourhood :An open milieu on its schools
Date: Thu, 26 Jul 2007 14:25:24 -0400
MIME-Version: 1.0
Content-Type: multipart/related;
	type="multipart/alternative";
	boundary="----=_NextPart_000_00BC_01C7CF90.CDF934D0"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028

This is a multi-part message in MIME format.

------=_NextPart_000_00BC_01C7CF90.CDF934D0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_001_00BD_01C7CF90.CDF934D0"


------=_NextPart_001_00BD_01C7CF90.CDF934D0
Content-Type: text/html;
	charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
Content-Location: file://G:\ppt files\smp017.htm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
<HTML xmlns=3D"http://www.w3.org/TR/REC-html40" xmlns:o =3D=20
"urn:schemas-microsoft-com:office:office"><HEAD><TITLE>The =
Bordeaux-Quartierville neighbourhood :An open milieu on its =
schools</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dwindows-1252">
<META content=3DPowerPoint.Slide name=3DProgId>
<META content=3D"MSHTML 6.00.5730.11" name=3DGENERATOR><LINK=20
href=3D"./smp017_files/filelist.xml" rel=3DFile-List><!--[if gte mso =
9]><xml>
 <o:DocumentProperties>
  <o:Author>Michele Gagnier</o:Author>
  <o:LastAuthor>smerali</o:LastAuthor>
  <o:Revision>10</o:Revision>
  <o:TotalTime>295</o:TotalTime>
  <o:Created>2003-09-27T12:40:35Z</o:Created>
  <o:LastSaved>2003-10-30T17:30:53Z</o:LastSaved>
  <o:Words>560</o:Words>
  <o:PresentationFormat>On-screen Show</o:PresentationFormat>
  <o:Company> </o:Company>
  <o:Bytes>42829</o:Bytes>
  <o:Paragraphs>121</o:Paragraphs>
  <o:Slides>25</o:Slides>
  <o:Notes>25</o:Notes>
  <o:Version>9.3821</o:Version>
 </o:DocumentProperties>
</xml><![endif]-->
<META http-equiv=3Dexpires content=3D0><![if !ppt]>
<SCRIPT><!--

var END_SHOW_HREF         =3D "endshow.htm",
    OUTLINE_EXPAND_HREF   =3D "outline_expanded.htm",
    OUTLINE_COLLAPSE_HREF =3D "outline_collapsed.htm";
    NAVBAR_HREF           =3D "navigation_bar.htm";
    BLANK_NOTES_HREF	  =3D "blank_notes.htm";
    NUM_VISIBLE_SLIDES    =3D 25;
    SIMPLE_FRAMESET       =3D 0;
    SLIDE_FRAME	        =3D "PPTSld";
    NOTES_FRAME           =3D "PPTNts";
    OUTLINE_FRAME         =3D "PPTOtl";
    NAVBAR_FRAME          =3D "PPTNav";

var g_currentSlide =3D 1, g_prevSlide =3D 1;

var appVer =3D navigator.appVersion;
var msie =3D appVer.indexOf( "MSIE " );
var msieWin31 =3D (appVer.indexOf( "Windows 3.1" ) > 0);
var ver =3D 0;

if ( msie >=3D 0 )
  ver =3D parseFloat( appVer.substring( msie+5, appVer.indexOf ( ";", =
msie ) ) );
else
  ver =3D parseInt( appVer );

var g_supportsPPTHTML =3D !msieWin31 && ( ( msie >=3D 0 && ver >=3D 3.02 =
) || ( msie < 0 && ver >=3D 3 ) );

function GetCurrentSlideNum()
{  =20
  obj =3D GetHrefObj( g_currentSlide );
  if ( GetHrefObj( g_currentSlide ).m_origVisibility =3D=3D 1 )
    return obj.m_slideIdx;
  else  =20
    return g_currentSlide;
}

function GetNumSlides()
{
  if ( GetHrefObj( g_currentSlide ).m_origVisibility =3D=3D 1 )
    return NUM_VISIBLE_SLIDES;
  else
    return g_docTable.length;
}

function GetHrefObj( slideIdx )
{ return g_docTable[slideIdx - 1];
}

function GetSlideNum( slideHref )
{
  for (ii=3D0; ii<g_docTable.length; ii++) {
    if ( g_docTable[ii].m_slideHref =3D=3D slideHref )
      return ii+1;
  }
  return 1;
}

function GoToNextSld()
{  =20
  targetIdx =3D g_currentSlide + 1;
  if ( GetHrefObj( targetIdx-1 ).m_origVisibility =3D=3D 0 ) {
    if ( targetIdx<=3Dg_docTable.length ) {
      obj =3D GetHrefObj( targetIdx );
      obj.m_visibility =3D 1;
      GoToSld( obj.m_slideHref );
    }
  }
  else {
    obj =3D GetHrefObj( targetIdx );
    while ( obj && ( obj.m_origVisibility =3D=3D 0 ) && ( =
targetIdx<=3Dg_docTable.length ) )
      obj =3D GetHrefObj( targetIdx++ );
    if( obj && obj.m_origVisibility )
      GoToSld( obj.m_slideHref );
  }
}

function GoToPrevSld()
{
  targetIdx =3D g_currentSlide - 1;
  if ( targetIdx > 0 ) {
    obj =3D GetHrefObj( targetIdx );
    while ( ( obj.m_visibility =3D=3D 0 ) && ( targetIdx>0 ) )
      obj =3D GetHrefObj( targetIdx-- );
    GoToSld( obj.m_slideHref );
  }
}

function GoToLast()
{
  targetIdx =3D g_docTable.length;
  if ( targetIdx !=3D g_currentSlide )
    GoToSld( GetHrefObj( targetIdx ).m_slideHref );
}

function GoToFirst()
{ GoToSld( GetHrefObj(1).m_slideHref );
}

function ChangeFrame( frame, href )
{
  if( g_supportsPPTHTML )
    frames[frame].location.replace( href );
  else
    frames[frame].location.href =3D href;
}

function GoToSld( slideHref )
{
  if ( slideHref !=3D GetHrefObj( g_currentSlide ).m_slideHref ) {
    g_prevSlide =3D g_currentSlide;
    g_currentSlide =3D GetSlideNum( slideHref );
    obj =3D GetHrefObj( g_currentSlide );
    obj.m_visibility =3D 1;
    if( !SIMPLE_FRAMESET )
      ChangeFrame( NOTES_FRAME, obj.m_notesHref );
    ChangeFrame( NAVBAR_FRAME, NAVBAR_HREF );
    frames[SLIDE_FRAME].location.href =3D slideHref;
  }
}

function PrevSldViewed()
{ GoToSld( GetHrefObj( g_prevSlide ).m_slideHref );
}

function EndShow()
{ frames[SLIDE_FRAME].location.href =3D END_SHOW_HREF;
}

function NoHref() {}

function ExpandOutline( )
{ ChangeFrame( OUTLINE_FRAME, OUTLINE_EXPAND_HREF );
}

function CollapseOutline()
{ ChangeFrame( OUTLINE_FRAME, OUTLINE_COLLAPSE_HREF );
}

function SlideUpdated( id )
{
  if ( id !=3D GetHrefObj( g_currentSlide ).m_slideHref ) {
    g_prevSlide =3D g_currentSlide;
    g_currentSlide =3D GetSlideNum( id );
    obj =3D GetHrefObj( g_currentSlide );
    if( !SIMPLE_FRAMESET )
      ChangeFrame( NOTES_FRAME, obj.m_notesHref );
    ChangeFrame( NAVBAR_FRAME, NAVBAR_HREF );
  }
}

function hrefList( slideHref, notesHref, visible, slideIdx )
{
  this.m_slideHref  =3D slideHref;
  this.m_notesHref  =3D notesHref;
  this.m_navbarHref =3D NAVBAR_HREF;
  this.m_origVisibility =3D visible;
  this.m_visibility =3D visible;
  this.m_slideIdx =3D slideIdx;
}
var g_docTable =3D new Array(
   new hrefList("slide0001.htm", BLANK_NOTES_HREF, 1, 1 ),
   new hrefList("slide0002.htm", BLANK_NOTES_HREF, 1, 2 ),
   new hrefList("slide0003.htm", BLANK_NOTES_HREF, 1, 3 ),
   new hrefList("slide0004.htm", BLANK_NOTES_HREF, 1, 4 ),
   new hrefList("slide0005.htm", BLANK_NOTES_HREF, 1, 5 ),
   new hrefList("slide0006.htm", BLANK_NOTES_HREF, 1, 6 ),
   new hrefList("slide0007.htm", BLANK_NOTES_HREF, 1, 7 ),
   new hrefList("slide0008.htm", BLANK_NOTES_HREF, 1, 8 ),
   new hrefList("slide0009.htm", BLANK_NOTES_HREF, 1, 9 ),
   new hrefList("slide0010.htm", BLANK_NOTES_HREF, 1, 10 ),
   new hrefList("slide0011.htm", BLANK_NOTES_HREF, 1, 11 ),
   new hrefList("slide0012.htm", BLANK_NOTES_HREF, 1, 12 ),
   new hrefList("slide0013.htm", BLANK_NOTES_HREF, 1, 13 ),
   new hrefList("slide0014.htm", BLANK_NOTES_HREF, 1, 14 ),
   new hrefList("slide0015.htm", BLANK_NOTES_HREF, 1, 15 ),
   new hrefList("slide0016.htm", BLANK_NOTES_HREF, 1, 16 ),
   new hrefList("slide0017.htm", BLANK_NOTES_HREF, 1, 17 ),
   new hrefList("slide0018.htm", BLANK_NOTES_HREF, 1, 18 ),
   new hrefList("slide0019.htm", BLANK_NOTES_HREF, 1, 19 ),
   new hrefList("slide0020.htm", BLANK_NOTES_HREF, 1, 20 ),
   new hrefList("slide0021.htm", BLANK_NOTES_HREF, 1, 21 ),
   new hrefList("slide0022.htm", BLANK_NOTES_HREF, 1, 22 ),
   new hrefList("slide0023.htm", BLANK_NOTES_HREF, 1, 23 ),
   new hrefList("slide0024.htm", BLANK_NOTES_HREF, 1, 24 ),
   new hrefList("slide0025.htm", BLANK_NOTES_HREF, 1, 25 )
);
//-->
</SCRIPT>
<![endif]></HEAD><FRAMESET frameSpacing=3D1 rows=3D*,27=20
frameBorder=3D1><NOFRAMES></NOFRAMES><FRAMESET cols=3D*,495><FRAME =
name=3DPPTOtl=20
src=3D"file://G:\ppt files\smp017_files\outline_collapsed.htm" =
noResize><FRAMESET=20
rows=3D376,*><FRAME name=3DPPTSld marginWidth=3D0 marginHeight=3D0=20
src=3D"file://G:\ppt files\smp017_files\slide0001.htm"><FRAME =
name=3DPPTNts=20
marginWidth=3D0 marginHeight=3D0=20
src=3D"file://G:\ppt files\smp017_files\blank_notes.htm"=20
noResize></FRAMESET></FRAMESET><FRAMESET cols=3D*,495><FRAME =
name=3DPPTOtlNav=20
marginWidth=3D0 marginHeight=3D0=20
src=3D"file://G:\ppt files\smp017_files\outline_navigation_bar.htm" =
noResize=20
scrolling=3Dno><FRAME name=3DPPTNav marginWidth=3D0 marginHeight=3D0=20
src=3D"file://G:\ppt files\smp017_files\navigation_bar.htm" noResize=20
scrolling=3Dno></FRAMESET></FRAMESET></HTML>

------=_NextPart_001_00BD_01C7CF90.CDF934D0
Content-Type: text/html;
	charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
Content-Location: file://G:\ppt files\smp017_files\outline_collapsed.htm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dwindows-1252">
<META content=3DPowerPoint.Slide name=3DProgId>
<META content=3D"MSHTML 6.00.5730.11" name=3DGENERATOR>
<SCRIPT>
<!--
if( window.name !=3D "PPTOtl" )
  parent.location.href =3D "../smp017.htm";
//-->
</SCRIPT>

<META content=3DNoIndex name=3DRobots></HEAD>
<BODY text=3Dwhite vLink=3Dwhite aLink=3Dwhite link=3Dwhite =
bgColor=3Dblack>
<P><FONT face=3DArial size=3D2><B><A=20
href=3D"javascript:parent.GoToSld('slide0001.htm');">Bordeaux-Cartiervill=
e:=20
neighbourhood open to its schools</A></B></FONT></P>
<P><FONT face=3DArial size=3D2><B><A=20
href=3D"javascript:parent.GoToSld('slide0002.htm');"><SPAN=20
style=3D"mso-spacerun: yes">&nbsp;</SPAN>Neighbourhood<SPAN=20
style=3D"mso-spacerun: yes">&nbsp; </SPAN>youth</A></B></FONT></P>
<P><FONT face=3DArial size=3D2><B><A=20
href=3D"javascript:parent.GoToSld('slide0003.htm');">Presentation=20
outline</A></B></FONT></P>
<P><FONT face=3DArial size=3D2><B><A=20
href=3D"javascript:parent.GoToSld('slide0004.htm');">A new poverty =
touching=20
youth</A></B></FONT></P>
<P><FONT face=3DArial size=3D2><B><A=20
href=3D"javascript:parent.GoToSld('slide0005.htm');">Profile of teenage=20
problems</A></B></FONT></P>
<P><FONT face=3DArial size=3D2><B><A=20
href=3D"javascript:parent.GoToSld('slide0006.htm');">Partner=20
organisations</A></B></FONT></P>
<P><FONT face=3DArial size=3D2><B><A=20
href=3D"javascript:parent.GoToSld('slide0007.htm');">Project=20
History</A></B></FONT></P>
<P><FONT face=3DArial size=3D2><B><A=20
href=3D"javascript:parent.GoToSld('slide0008.htm');">Project=20
History</A></B></FONT></P>
<P><FONT face=3DArial size=3D2><B><A=20
href=3D"javascript:parent.GoToSld('slide0009.htm');">Project=20
History</A></B></FONT></P>
<P><FONT face=3DArial size=3D2><B><A=20
href=3D"javascript:parent.GoToSld('slide0010.htm');">Project=20
history</A></B></FONT></P>
<P><FONT face=3DArial size=3D2><B><A=20
href=3D"javascript:parent.GoToSld('slide0011.htm');">Intervention=20
philosophy</A></B></FONT></P>
<P><FONT face=3DArial size=3D2><B><A=20
href=3D"javascript:parent.GoToSld('slide0012.htm');">Project=20
objectives</A></B></FONT></P>
<P><FONT face=3DArial size=3D2><B><A=20
href=3D"javascript:parent.GoToSld('slide0013.htm');">Project=20
objectives</A></B></FONT></P>
<P><FONT face=3DArial size=3D2><B><A=20
href=3D"javascript:parent.GoToSld('slide0014.htm');">Community worker =
mandate<BR>A=20
human resource in every school who=92s mandate it is to be =
:</A></B></FONT></P>
<P><FONT face=3DArial size=3D2><B><A=20
href=3D"javascript:parent.GoToSld('slide0015.htm');">Communicator =
<BR>creating=20
links</A></B></FONT></P>
<P><FONT face=3DArial size=3D2><B><A=20
href=3D"javascript:parent.GoToSld('slide0016.htm');">Communicator<BR>(cre=
ating=20
link)</A></B></FONT></P>
<P><FONT face=3DArial size=3D2><B><A=20
href=3D"javascript:parent.GoToSld('slide0017.htm');">Informer</A></B></FO=
NT></P>
<P><FONT face=3DArial size=3D2><B><A=20
href=3D"javascript:parent.GoToSld('slide0018.htm');">Disseminator</A></B>=
</FONT></P>
<P><FONT face=3DArial size=3D2><B><A=20
href=3D"javascript:parent.GoToSld('slide0019.htm');">Motivator</A></B></F=
ONT></P>
<P><FONT face=3DArial size=3D2><B><A=20
href=3D"javascript:parent.GoToSld('slide0020.htm');">Paths of=20
intervention</A></B></FONT></P>
<P><FONT face=3DArial size=3D2><B><A=20
href=3D"javascript:parent.GoToSld('slide0021.htm');">Slide =
21</A></B></FONT></P>
<P><FONT face=3DArial size=3D2><B><A=20
href=3D"javascript:parent.GoToSld('slide0022.htm');">Slide =
22</A></B></FONT></P>
<P><FONT face=3DArial size=3D2><B><A=20
href=3D"javascript:parent.GoToSld('slide0023.htm');">Slide =
23</A></B></FONT></P>
<P><FONT face=3DArial size=3D2><B><A=20
href=3D"javascript:parent.GoToSld('slide0024.htm');">Slide =
24</A></B></FONT></P>
<P><FONT face=3DArial size=3D2><B><A=20
href=3D"javascript:parent.GoToSld('slide0025.htm');">Slide=20
25</A></B></FONT></P></BODY></HTML>

------=_NextPart_001_00BD_01C7CF90.CDF934D0--

------=_NextPart_000_00BC_01C7CF90.CDF934D0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: file:///G:/ppt%20files/smp017_files/space.gif

R0lGODlhAQABAPcAAAAAAIAAAACAAICAAAAAgIAAgACAgICAgAQEBAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAMDAwP8AAAD/AP//AAAA//8A/wD//////yH5BAEAAPcALAAAAAABAAEA
AAgEAO8FBAA7

------=_NextPart_000_00BC_01C7CF90.CDF934D0
Content-Type: text/html;
	charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
Content-Location: file://G:\ppt files\smp017_files\slide0001.htm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>The Bordeaux-Quartierville neighbourhood :An open =
milieu on its schools</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dwindows-1252">
<META content=3DPowerPoint.Slide name=3DProgId>
<META content=3D"MSHTML 6.00.5730.11" name=3DGENERATOR>
<META=20
content=3D"30-Oct-03: Bordeaux-Cartierville: neighbourhood open to its =
schools "=20
name=3DDescription><LINK href=3D"slide0002.htm" rel=3Dnext><![if !ppt]>
<SCRIPT>
<!--
function Update()
{
  if( window.name =3D=3D "PPTSld" )
    parent.SlideUpdated('slide0001.htm');  =20
  else
    parent.location.href =3D "../smp017.htm";
}

function NoHref() {}
//-->
</SCRIPT>
<![endif]></HEAD>
<BODY text=3Dblack vLink=3D#b2b2b2 aLink=3D#3333cc link=3D#ccccff =
bgColor=3Dwhite=20
leftMargin=3D0 topMargin=3D0 onload=3DUpdate()>
<TABLE height=3D356 cellSpacing=3D0 cellPadding=3D0 width=3D475 =
border=3D0 valign=3D"top">
  <TBODY>
  <TR>
    <TD noWrap width=3D70 height=3D0><IMG=20
      src=3D"file:///G:/ppt%20files/smp017_files/space.gif" =
border=3D0></TD>
    <TD noWrap width=3D27 height=3D0><IMG=20
      src=3D"file:///G:/ppt%20files/smp017_files/space.gif" =
border=3D0></TD>
    <TD noWrap width=3D282 height=3D0><IMG=20
      src=3D"file:///G:/ppt%20files/smp017_files/space.gif" =
border=3D0></TD>
    <TD noWrap width=3D26 height=3D0><IMG=20
      src=3D"file:///G:/ppt%20files/smp017_files/space.gif" =
border=3D0></TD></TR>
  <TR>
    <TD width=3D475 colSpan=3D5 height=3D98></TD></TR>
  <TR>
    <TD width=3D70 height=3D103></TD>
    <TD width=3D335 colSpan=3D3 height=3D103>
      <TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 valign=3D"top">
        <TBODY>
        <TR>
          <TD noWrap width=3D23 height=3D0><IMG=20
            src=3D"file:///G:/ppt%20files/smp017_files/space.gif" =
border=3D0></TD>
          <TD noWrap width=3D97 height=3D0><IMG=20
            src=3D"file:///G:/ppt%20files/smp017_files/space.gif" =
border=3D0></TD>
          <TD noWrap width=3D97 height=3D0><IMG=20
            src=3D"file:///G:/ppt%20files/smp017_files/space.gif" =
border=3D0></TD>
          <TD noWrap width=3D96 height=3D0><IMG=20
            src=3D"file:///G:/ppt%20files/smp017_files/space.gif" =
border=3D0></TD></TR>
        <TR>
          <TD width=3D23 height=3D33></TD>
          <TD align=3Dmiddle width=3D290 colSpan=3D3 height=3D33><FONT=20
            face=3D"Times New Roman" =
size=3D5>Bordeaux-Cartierville:</FONT><BR></TD>
          <TD width=3D22 height=3D33></TD></TR>
        <TR>
          <TD width=3D335 colSpan=3D5 height=3D2></TD></TR>
        <TR>
          <TD align=3Dmiddle width=3D335 colSpan=3D5 height=3D33><FONT=20
            face=3D"Times New Roman" size=3D5>neighbourhood open to=20
        its</FONT><BR></TD></TR>
        <TR>
          <TD width=3D335 colSpan=3D5 height=3D2></TD></TR>
        <TR>
          <TD width=3D120 colSpan=3D2 height=3D33></TD>
          <TD align=3Dmiddle width=3D97 height=3D33><FONT face=3D"Times =
New Roman"=20
            size=3D5>schools</FONT><BR></TD>
          <TD width=3D118 colSpan=3D2 =
height=3D33></TD></TR></TBODY></TABLE></TD>
    <TD width=3D70 height=3D103></TD></TR>
  <TR>
    <TD width=3D475 colSpan=3D5 height=3D5></TD></TR>
  <TR>
    <TD width=3D97 colSpan=3D2 height=3D85></TD>
    <TD width=3D282 height=3D85>
      <TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 valign=3D"top">
        <TBODY>
        <TR>
          <TD noWrap width=3D42 height=3D0><IMG=20
            src=3D"file:///G:/ppt%20files/smp017_files/space.gif" =
border=3D0></TD>
          <TD noWrap width=3D20 height=3D0><IMG=20
            src=3D"file:///G:/ppt%20files/smp017_files/space.gif" =
border=3D0></TD>
          <TD noWrap width=3D157 height=3D0><IMG=20
            src=3D"file:///G:/ppt%20files/smp017_files/space.gif" =
border=3D0></TD>
          <TD noWrap width=3D20 height=3D0><IMG=20
            src=3D"file:///G:/ppt%20files/smp017_files/space.gif" =
border=3D0></TD></TR>
        <TR>
          <TD width=3D42 height=3D24></TD>
          <TD align=3Dmiddle width=3D197 colSpan=3D3 height=3D24><FONT=20
            face=3D"Times New Roman" size=3D4>By Martin =
Laviolette</FONT><BR></TD>
          <TD width=3D43 height=3D24></TD></TR>
        <TR>
          <TD width=3D282 colSpan=3D5 height=3D6></TD></TR>
        <TR>
          <TD align=3Dmiddle width=3D282 colSpan=3D5 height=3D24><FONT=20
            face=3D"Times New Roman" size=3D4>social development=20
            consultant</FONT><BR></TD></TR>
        <TR>
          <TD width=3D282 colSpan=3D5 height=3D6></TD></TR>
        <TR>
          <TD width=3D62 colSpan=3D2 height=3D24></TD>
          <TD align=3Dmiddle width=3D157 height=3D24><FONT face=3D"Times =
New Roman"=20
            size=3D4>City of Montreal</FONT><BR></TD>
          <TD width=3D63 colSpan=3D2 =
height=3D24></TD></TR></TBODY></TABLE></TD>
    <TD width=3D96 colSpan=3D2 height=3D85></TD></TR>
  <TR>
    <TD width=3D475 colSpan=3D5 =
height=3D65></TD></TR></TBODY></TABLE></BODY></HTML>

------=_NextPart_000_00BC_01C7CF90.CDF934D0
Content-Type: text/html;
	charset="Windows-1252"
Content-Transfer-Encoding: 7bit
Content-Location: file://G:\ppt files\smp017_files\blank_notes.htm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content=PowerPoint.Slide name=ProgId>
<META content="MSHTML 6.00.5730.11" name=GENERATOR>
<SCRIPT>
<!--
if( window.name != "PPTNts" )
  parent.location.href = "../smp017.htm";
//-->
</SCRIPT>
</HEAD>
<BODY bgColor=black leftMargin=0 topMargin=0></BODY></HTML>

------=_NextPart_000_00BC_01C7CF90.CDF934D0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: file:///G:/ppt%20files/smp017_files/outline_collapse.gif

R0lGODlhFwASAKIAAP///8DAwISEhDFj/wAAnAAAAAAAAAAAACH5BAEAAAEALAAAAAAXABIAQANG
GLrczgTISeWIkrzNVywFAFak5pHkNZkK4b5wDENiOKIrjQND30esAGZX6hgdQyIlmFRmdM7ciejD
MJ2q55Q6ZMq+saM4AQA7

------=_NextPart_000_00BC_01C7CF90.CDF934D0
Content-Type: image/gif
Content-Transfer-Encoding: base64
Content-Location: file:///G:/ppt%20files/smp017_files/outline_expand.gif

R0lGODlhFwASAKIAAP///8DAwISEhDFj/wAAnAAAAAAAAAAAACH5BAEAAAEALAAAAAAXABIAQANK
GLrczgSUIim4d8RLnv9LNFVYWXahqQ7shipELM/0DGHUNKrAG2ySyg6gwfiAPJ4PxIQln8dnMipV
UaVFzu3J6kauXOCxRqY1zwkAOw==

------=_NextPart_000_00BC_01C7CF90.CDF934D0
Content-Type: text/html;
	charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
Content-Location: file://G:\ppt files\smp017_files\outline_navigation_bar.htm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dwindows-1252">
<META content=3DPowerPoint.Slide name=3DProgId>
<META content=3D"MSHTML 6.00.5730.11" name=3DGENERATOR>
<SCRIPT>
<!--
if( window.name !=3D "PPTOtlNav" )
  parent.location.href =3D "../smp017.htm";
//-->
</SCRIPT>
</HEAD>
<BODY bgColor=3Dsilver topMargin=3D5>
<CENTER><A href=3D"javascript:parent.CollapseOutline()"><IMG=20
alt=3D"Collapse Outline"=20
src=3D"file:///G:/ppt%20files/smp017_files/outline_collapse.gif" =
border=3D0></A><A=20
href=3D"javascript:parent.ExpandOutline()"><IMG alt=3D"Expand Outline"=20
src=3D"file:///G:/ppt%20files/smp017_files/outline_expand.gif"=20
border=3D0></A></CENTER></BODY></HTML>

------=_NextPart_000_00BC_01C7CF90.CDF934D0
Content-Type: text/html;
	charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
Content-Location: file://G:\ppt files\smp017_files\navigation_bar.htm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dwindows-1252">
<META content=3DPowerPoint.Slide name=3DProgId>
<META content=3D"MSHTML 6.00.5730.11" name=3DGENERATOR>
<SCRIPT>
<!--
if( window.name !=3D "PPTNav" )
  parent.location.href =3D "../smp017.htm";
//-->
</SCRIPT>

<SCRIPT>
<!--
function WriteBody()
{
  if( window.name !=3D "PPTNav" ) return;

  document.writeln( '<table border=3D0 valign=3Dtop cellpadding=3D2 =
cellspacing=3D0> <tr>  <td>' );

  innerText =3D "";
  if ( parent.GetHrefObj( parent.g_currentSlide ).m_origVisibility =
=3D=3D 1 )
    innerText =3D "Slide " + parent.GetCurrentSlideNum() + " of " + =
parent.GetNumSlides();
  else
    innerText =3D "Hidden Slide";

  fEnable =3D ( ( parent.g_currentSlide !=3D 1 && parent.GetHrefObj( =
parent.g_currentSlide - 1 ).m_visibility =3D=3D 1 ) ) ||
		( parent.GetCurrentSlideNum() > 1 );

  if( fEnable )
  {
    prevBtn =3D "prev_active.gif";
    document.write( '<a href=3D\"javascript:parent.GoToPrevSld()\">' );
  }
  else
    prevBtn =3D "prev_disabled.gif";
 =20
  document.write( '<img src=3D\"' + prevBtn + '\" border=3D0 =
alt=3D\"Previous Slide\">' );

  if( fEnable )
    document.write( '</a>' );

  document.write( '</td>  <td align=3Dcenter><font face=3D\"Arial\" =
color=3D#000000 size=3D2>' + innerText + '</font></td>  <td>' );

  fEnable =3D ( parent.GetCurrentSlideNum() !=3D parent.GetNumSlides() =
);
  if( fEnable )
  {
    nextBtn =3D "next_active.gif";
    document.write( '<a href=3D\"javascript:parent.GoToNextSld()\">' );
  }
  else
    nextBtn =3D "next_disabled.gif";
  document.write( '<img src=3D\"' + nextBtn + '\"  border=3D0 =
alt=3D\"Next Slide\">' );

  if( fEnable )
    document.write( '</a>' );

  document.write( '</td> </tr></table>' );
}
//-->
</SCRIPT>
</HEAD>
<BODY bgColor=3Dsilver topMargin=3D2>
<CENTER>
<SCRIPT><!--
WriteBody();//-->
</SCRIPT>
</CENTER></BODY></HTML>

------=_NextPart_000_00BC_01C7CF90.CDF934D0--

