<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:v = 
"urn:schemas-microsoft-com:vml" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word" xmlns:st1 = 
"urn:schemas-microsoft-com:office:smarttags"><HEAD><TITLE>Message</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2873" name=GENERATOR><!--[if !mso]>
<STYLE>v\:* {
        BEHAVIOR: url(#default#VML)
}
o\:* {
        BEHAVIOR: url(#default#VML)
}
w\:* {
        BEHAVIOR: url(#default#VML)
}
.shape {
        BEHAVIOR: url(#default#VML)
}
</STYLE>
<![endif]-->
<STYLE>@font-face {
        font-family: Tahoma;
}
@font-face {
        font-family: Winterthur;
}
@page Section1 {size: 595.3pt 841.9pt; margin: 70.85pt 70.85pt 2.0cm 70.85pt; }
P.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"
}
LI.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"
}
DIV.MsoNormal {
        FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
        COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
        COLOR: blue; TEXT-DECORATION: underline
}
P {
        FONT-SIZE: 12pt; MARGIN-LEFT: 0cm; MARGIN-RIGHT: 0cm; FONT-FAMILY: "Times New Roman"; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto
}
P.text {
        FONT-SIZE: 12pt; MARGIN-LEFT: 0cm; MARGIN-RIGHT: 0cm; FONT-FAMILY: "Times New Roman"; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto
}
LI.text {
        FONT-SIZE: 12pt; MARGIN-LEFT: 0cm; MARGIN-RIGHT: 0cm; FONT-FAMILY: "Times New Roman"; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto
}
DIV.text {
        FONT-SIZE: 12pt; MARGIN-LEFT: 0cm; MARGIN-RIGHT: 0cm; FONT-FAMILY: "Times New Roman"; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto
}
SPAN.E-MailFormatvorlage20 {
        COLOR: navy; FONT-FAMILY: Arial; mso-style-type: personal-reply
}
DIV.Section1 {
        page: Section1
}
</STYLE>
</HEAD>
<BODY lang=DE vLink=blue link=blue>
<DIV dir=ltr align=left><SPAN class=527032218-17052006><FONT face=Arial 
color=#0000ff size=2>1.  Let's assume that new.html is a resource of type 
xmlcontent, according to some schema of your choice.  It therefore contains 
an XML document with addressable elements.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=527032218-17052006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=527032218-17052006><FONT face=Arial 
color=#0000ff size=2>2.  Set the property 'template-elements' of new.html 
to be    
/the/full/VFS/path/to/myTemplate.jsp     .  OpenCms 
will therefore execute that JSP file whenever it is asked for 
new.html.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=527032218-17052006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=527032218-17052006><FONT face=Arial 
color=#0000ff size=2>3.  In file myTemplate.jsp, you can write any JSP/Java 
code you like, including code which pulls values out of the elements inside the 
XML document in new.html.  To do that, you can use JSP code 
like</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=527032218-17052006><FONT 
size=1></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=527032218-17052006><FONT face=Arial 
size=2>        <cms:contentload 
collector="singleFile" param="${opencms.uri}" 
editable="true"></FONT></DIV></SPAN>
<DIV dir=ltr align=left><SPAN class=527032218-17052006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=527032218-17052006><FONT face=Arial 
color=#0000ff size=2>then</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=527032218-17052006></SPAN><SPAN 
class=527032218-17052006><FONT face=Arial size=2><FONT size=1><FONT 
color=#0000ff></FONT></FONT></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=527032218-17052006><FONT face=Arial 
size=2><FONT size=1><FONT 
color=#0000ff>        <FONT 
size=2><h2><cms:contentshow element="HeadlineStoryTitle" 
/></h2></FONT></FONT></DIV></FONT></FONT></SPAN>
<DIV dir=ltr align=left><SPAN class=527032218-17052006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=527032218-17052006><FONT face=Arial 
color=#0000ff size=2>to do that.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=527032218-17052006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=527032218-17052006><FONT face=Arial 
color=#0000ff size=2>4.  You can also read parameters on the URI requested, 
using the usual JSP methods for doing so.  For example:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=527032218-17052006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=527032218-17052006><FONT face=Arial 
color=#0000ff size=2>request.getParameter("sectionToShow");</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=527032218-17052006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=527032218-17052006><FONT face=Arial 
color=#0000ff size=2>5.  So you can therefore use URI parameters to control 
which pieces of content are shown.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=527032218-17052006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=527032218-17052006><FONT face=Arial 
color=#0000ff size=2>Jon</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=527032218-17052006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left>
<HR tabIndex=-1>
</DIV>
<DIV dir=ltr align=left><FONT face=Tahoma size=2><B>From:</B> 
opencms-dev-bounces@opencms.org [mailto:opencms-dev-bounces@opencms.org] <B>On 
Behalf Of </B>Marc.Fievet@winterthur.be<BR><B>Sent:</B> 17 May 2006 
13:53<BR><B>To:</B> opencms-dev@opencms.org<BR><B>Subject:</B> [opencms-dev] FW: 
Display a section content with parameter<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV><FONT face=Tahoma size=2><BR></FONT> </DIV>
<DIV><FONT face=Arial color=#ff0000 size=2><SPAN class=365535214-12052006>Hello 
list,</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#ff0000 size=2><SPAN 
class=365535214-12052006></SPAN></FONT> </DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV><FONT face=Arial color=#ff0000 size=2></FONT></DIV>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><SPAN><FONT 
  face=Arial color=#ff0000 size=2><SPAN class=365535214-12052006> Manuel, 
  Thank  for your answer but I don't think it's a solution for my 
  problem</SPAN></FONT></SPAN></DIV>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT 
  size=2><FONT face=Arial><FONT color=#ff0000><SPAN><SPAN 
  class=365535214-12052006>.According </SPAN></SPAN><SPAN><SPAN 
  class=365535214-12052006> parameter value specifies the folder (the 
  path), it's use for create a list of 
  content</SPAN></SPAN></FONT></FONT></FONT></DIV>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><SPAN><SPAN 
  class=365535214-12052006></SPAN></SPAN><SPAN><SPAN 
  class=365535214-12052006><FONT face=Arial color=#ff0000 size=2>My goal 
  is  quite different: create a  unique file new.html  (type 
  news)  and display some specifics part in the file, like  the title 
  , the teaser or other parts by using a argument or a string un the 
  url</FONT></SPAN></SPAN></DIV>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><SPAN><SPAN 
  class=365535214-12052006><FONT face=Arial color=#ff0000 
  size=2></FONT></SPAN></SPAN> </DIV>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><SPAN><SPAN 
  class=365535214-12052006><FONT face=Arial color=#ff0000 size=2>I don't know if 
  it's possible?</FONT></SPAN></SPAN></DIV>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT face=Arial 
  color=#ff0000 size=2><SPAN class=365535214-12052006>Than 
  you.</SPAN></FONT></DIV>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT face=Arial 
  color=#ff0000 size=2><SPAN class=365535214-12052006></SPAN></FONT> </DIV>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left><FONT 
  size=2><FONT face=Arial><FONT color=#ff0000><FONT size=+0><SPAN 
  class=365535214-12052006>Regards </SPAN></FONT><BR></FONT></FONT><BR></FONT></DIV></BLOCKQUOTE>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV class=Section1>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Hi 
  Marc,<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">You can access every 
  defined section seperatly.<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Use something like 
  this:<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><cms:contentload 
  collector="allInFolderDateReleasedDesc" 
  param="/sites/newsItems/news_${number}.html|news" 
  editable="true"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">With this tag you 
  collect every news Item in the folder /sites/nesItems 
  ...<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><cms:contentshow 
  element="Title"/><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><cms:contentshow 
  element="Headline"/><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">Do so,ething else 
  ...<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"></cms:contentload><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">And so on 
  .....<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
  <DIV>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">~manuel<o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face=Arial color=navy size=2><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"><o:p> </o:p></SPAN></FONT></P>
  <P class=MsoNormal><FONT face="Times New Roman" size=1><SPAN lang=EN-GB 
  style="FONT-SIZE: 9pt"> </SPAN></FONT><FONT size=1><SPAN 
  style="FONT-SIZE: 9pt"><o:p></o:p></SPAN></FONT></P></DIV>
  <DIV>
  <DIV class=MsoNormal style="TEXT-ALIGN: center" align=center><FONT 
  face="Times New Roman" size=3><SPAN style="FONT-SIZE: 12pt">
  <HR tabIndex=-1 align=center width="100%" SIZE=2>
  </SPAN></FONT></DIV>
  <P class=MsoNormal><B><FONT face=Tahoma size=2><SPAN 
  style="FONT-WEIGHT: bold; FONT-SIZE: 10pt; FONT-FAMILY: Tahoma">Von:</SPAN></FONT></B><FONT 
  face=Tahoma size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Tahoma"> 
  opencms-dev-bounces@opencms.org [mailto:opencms-dev-bounces@opencms.org] 
  <B><SPAN style="FONT-WEIGHT: bold">Im Auftrag von 
  </SPAN></B>Marc.Fievet@winterthur.be<BR><B><SPAN 
  style="FONT-WEIGHT: bold">Gesendet:</SPAN></B> Freitag, 12. Mai 2006 
  11:42<BR><B><SPAN style="FONT-WEIGHT: bold">An:</SPAN></B> 
  opencms-dev@opencms.org<BR><B><SPAN 
  style="FONT-WEIGHT: bold">Betreff:</SPAN></B> [opencms-dev] Display a section 
  content with parameter</SPAN></FONT><o:p></o:p></P></DIV>
  <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
  style="FONT-SIZE: 12pt"><o:p> </o:p></SPAN></FONT></P>
  <DIV>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Hello,</SPAN></FONT><o:p></o:p></P></DIV>
  <DIV>
  <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
  style="FONT-SIZE: 12pt"> <o:p></o:p></SPAN></FONT></P></DIV>
  <DIV>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">I create a page by using 
  structured content; news article.  When the page is showing, all  
  the widget field are inside a single file.</SPAN></FONT><o:p></o:p></P></DIV>
  <DIV>
  <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
  style="FONT-SIZE: 12pt"> <o:p></o:p></SPAN></FONT></P></DIV>
  <DIV>
  <P class=MsoNormal><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Is-it possible to separate the 
  different part of the widget. Example, If I want to show the title of my news 
  or another section (text, the links), i put an parameter in the URL like 
  "?show=Tittle" or somethink else.</SPAN></FONT><o:p></o:p></P></DIV>
  <DIV>
  <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
  style="FONT-SIZE: 12pt"> <o:p></o:p></SPAN></FONT></P></DIV>
  <DIV>
  <P><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Clearly, the URL to access the 
  help would contain the parameter corresponding to the required section Thank 
  you,</SPAN></FONT><o:p></o:p></P>
  <P><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Regards,</SPAN></FONT><o:p></o:p></P>
  <P><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">MARC</SPAN></FONT><o:p></o:p></P></DIV>
  <DIV>
  <P class=text><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Marc FIEVET<BR><SPAN 
  class=spelle>BASIS </SPAN>IT Infrastructure - Network & <SPAN 
  class=spelle>Servers</SPAN> <BR>Tél. : +32 2 519 16 59<BR>Fax : +32 2 
  519 64 08<BR><SPAN class=spelle>E-Mail</SPAN> : <A 
  href="mailto:marc.fievet@winterthur.be">marc.fievet@winterthur.be</A><o:p></o:p></SPAN></FONT></P>
  <P class=text><SPAN class=spelle><FONT face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial">Winterthur-Europe</SPAN></FONT></SPAN><FONT 
  face=Arial size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"> 
  Assurances<BR>56,  avenue des Arts<BR>B-1000 
  Bruxelles<BR></SPAN></FONT><FONT face=Winterthur size=2><SPAN lang=NL-BE 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Winterthur"><A 
  href="http://www.winterthur.be/"><FONT face=Arial><SPAN lang=FR-BE 
  style="FONT-FAMILY: Arial">www.winterthur.be</SPAN></FONT></A></SPAN></FONT><FONT 
  face=Arial size=2><SPAN 
  style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><o:p></o:p></SPAN></FONT></P>
  <P class=MsoNormal 
  style="mso-margin-top-alt: auto; mso-margin-bottom-alt: auto"><FONT face=Arial 
  size=2><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><IMG id=_x0000_i1025 
  height=29 src="cid:527032218@17052006-0EF6" width=157 align=baseline 
  border=0><o:p></o:p></SPAN></FONT></P></DIV>
  <DIV>
  <P class=MsoNormal><FONT face="Times New Roman" size=3><SPAN 
  style="FONT-SIZE: 12pt"> <o:p></o:p></SPAN></FONT></P></DIV></DIV><!--[object_id=#winterthur.be#]-->
  <P align=left><FONT face=Arial color=#7d7d7d 
  size=2>______________________________________________<BR></FONT><FONT 
  face=Arial color=#7d7d7d size=2></P>
  <P class=MsoNormal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: #7d7d7d; FONT-FAMILY: Arial; mso-ansi-language: EN-GB">Winterthur-Europe Insurance 
  - VAT BE 0403.290.168 RPM/RPR </SPAN><st1:City><st1:place><SPAN 
  lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: #7d7d7d; FONT-FAMILY: Arial; mso-ansi-language: EN-GB">BRUSSELS</SPAN></st1:place></st1:City><SPAN 
  lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: #7d7d7d; FONT-FAMILY: Arial; mso-ansi-language: EN-GB">.<BR>This 
  message may contain confidential, proprietary or legally privileged 
  information and is intended only for the use of the addressee named above. No 
  confidentiality or privilege is waived or lost by any mistransmission. If you 
  are not the intended recipient of this message you are hereby notified that 
  you must not use, disseminate, copy it in any form or take any action in 
  reliance on it. If you have received this message in error please delete it 
  and any copies of it and notify </SPAN><st1:City><st1:place><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: #7d7d7d; FONT-FAMILY: Arial; mso-ansi-language: EN-GB">Winterthur</SPAN></st1:place></st1:City><SPAN 
  lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: #7d7d7d; FONT-FAMILY: Arial; mso-ansi-language: EN-GB"> 
  immediately.This e-mail message and any attached files have been scanned for 
  the presence of computer viruses. However, you are advised that you open any 
  attachments at your own risk. <BR>The integrity and security of this message 
  cannot be guaranteed on the Internet.</SPAN><SPAN lang=EN-GB 
  style="FONT-SIZE: 10pt; COLOR: blue; FONT-FAMILY: Arial; mso-ansi-language: EN-GB"><o:p></o:p></SPAN></P></BLOCKQUOTE></FONT></BODY></HTML>