<?xml version="1.0" encoding="UTF-8"?>

<HTML xmlns:xsl="http://www.w3.org/TR/WD-xsl" >
<xsl:element name="script">
   <xsl:attribute name="language">javascript</xsl:attribute>
   function openwin(url) {
　　window.open(url,"help","width=480,height=550,toolbar=no,menubar=no,scrollbars=1")
　　} 
</xsl:element>

<body>

<style>


    a:link	    {   color: #2D559F; 
				border-bottom: 1px dotted #2D559F;
				text-decoration: none; 
				font: 12px verdana, lucida, arial, helvetica, sans-serif;}  

    a:visited	 {   border-bottom: 1px dotted #2D559F; 
				color:  #2D559F;
				text-decoration: none;
			 font: 12px verdana, lucida, arial, helvetica, sans-serif;}  

    a:active	  {   text-decoration: none; 
				color: #808080;
				text-decoration: none;
			 font: 12px verdana, lucida, arial, helvetica, sans-serif;}  

	a:hover	   {   border-bottom: none; 
				color:  #808080;
				text-decoration: none;
			  font: 12px verdana, lucida, arial, helvetica, sans-serif;} 
				
    a.NoBorder:link, a.NoBorder:visited, a.NoBorder:hover 
			  {   border: 0px;} 
			  
    .highlight	 {  background-color: #D2DCF2;
				border-bottom: 1px dotted #D2DCF2;
				border-top: 1px dotted #D2DCF2;
				border-left: 4px dotted #D2DCF2;
				border-right: 4px dotted #D2DCF2; 
				}
    .ingress	  { 	font-size: 12px;
			    	font-weight: normal;
				margin-left: 16px;}
				
    a.ingressLink:link, a.ingressLink:visited, a.ingressLink:hover, a.ingressLink:link
			  {   border: 0px;
				font-size: 12px;
			    	font-weight: normal;
				text-decoration: none;} 
   TD, select, P, A, LEGEND, BODY,
    H1, H2, H3, H4, H5, H6, TH,
    input, textarea, legend    
  				{   font-family: verdana, arial;
				color: #000000;
				font-size:12px;}
</style>

<div style="position: absolute; top: 210px; left: 10px; width: 125px; height: 157px; z-index: -1">
	<img border="0" src="img/helpmark.PNG" align="bottom" />
</div>

<table border="0" cellpadding="0" cellspacing="0" width="160"  >
 
 <tr height="18"  >
  <td colspan="2" >
  <img src="img/bgt.gif"/>
  </td>
 </tr>

 <tr height="18"  >
  <td ><img src="img/wspace.jpg"/></td>
  <td height="18"  style="font-size:10.0pt;vertical-align:top;" >
  <xsl:value-of select="helpinfor/message"/>
  </td>
  
 </tr>


 <tr height="18"  >
 <td><img src="img/wspace.jpg"/></td>
  <td style="font-size:10.0pt;"><b>Context Help</b></td>
  
 </tr>

<xsl:for-each select="helpinfor/Link">
 <tr height="28"  >
   <td height="18">
<img src="img/wspace.jpg"/>
  </td>
  <td height="18" style="font-size:8.0pt;">
	<xsl:element name="a">
	<xsl:attribute name="href">
    		javascript:openwin('<xsl:value-of select="linkaddress"/>');
	</xsl:attribute>

	<img border="0" src="img/HIcon.GIF"/>
	<xsl:value-of select="title"/>
	
	</xsl:element>


  </td>
 </tr>
  <tr height="18">

 </tr>
</xsl:for-each> 



</table>

</body>

</HTML>
