<!--
function w_imgsrc (imgsrc){
if (imgsrc != "") {
document.write('<table cellpadding=0 cellspacing=1 bgcolor=#000000 border=0 width=290 align=center> <tr><td>');
document.write('<table cellpadding=0 cellspacing=0 bgcolor=EBEBF3 border=0 width=290> <tr><td>');
document.write('<img src='+imgsrc+' border=0 width=340>');
document.write('</td></tr></table></td></tr></table>');
}}
//-->

