function mketxt(text,pos)
{
//font="tahoma"
//font="Helvetica"
//font="Univers"
//font="Arial"

pos1=0+pos
pos2=24+pos
pos3=47+pos
window.document.write("<IMG src='/images/Presentation/Ameliorez.gif' style='position: absolute; left: 27px; top:" + pos3 + "px; '>");
window.document.write("<font class='TITLE1' style='position: absolute; left: 27px; top:" + pos1 + "px;' >");
window.document.write(text + "</font>");
window.document.write("<br>");
window.document.write("<font class='TITLE2' style='position: absolute; left: 27px; top: " + pos2 + "px;'>");
window.document.write(text + "</font>");
window.document.write("<br><br>");
}

