function CSOverlib2(action) {
fullhtml=""
titlestatus=""
colorborder=""
colorin=""
msgwidth=""
msgheight=""
blk=""
sticky=""
var reg=RegExp("(\')", "g");
action[3]=action[3].replace(reg,"&acute;");
action[2]=action[2].replace(reg,"&acute;");
action[1]=action[1].replace(reg,"&acute;");
var reg=RegExp("(\")", "g");
action[3]=action[3].replace(reg,"&quot;");
action[2]=action[2].replace(reg,"&quot;");
action[1]=action[1].replace(reg,"&quot;");

if (!action[4]) { action[4]=-35 }
if (action[10]) {
if (action[2]) { titlestatus="STATUS,\'"+action[2].replace(" :","")+" . . .\'," }
}
if (action[9]==true) {
if (action[8]) {
action[2]="<font color=#"+action[8]+">"+action[2]+"</font>"
}
}
action[2]="<span class= infobulle >"+action[2]+"</span>"
if (action[7]==true) {
if (action[6]) { action[3]="<font color=#"+action[6]+">"+action[3]+"</font>" }
}
action[3]="<span class= petitgris >"+action[3]+"</span>"
if (action[2]) {
action[3]="\'&nbsp;<b>"+action[2]+"</b>&nbsp;<br>&nbsp;"+action[3]+"&nbsp;\',"
} else {
action[3]="\'&nbsp;"+action[3]+"&nbsp;\',"
}
if (action[5] == true) { fullhtml=",FULLHTML" }
if (action[12]==true) {
if (action[11]) { colorborder="BGCOLOR,\'#"+action[11]+"\'," }
}
if (action[14]==true) {
if (action[13]) { colorin="FGCOLOR,\'#"+action[13]+"\'," }
}
if (action[15]) {
msgwidth="WIDTH,\'"+action[15]+"\',"
action[3]="<center>"+action[3]+"</center>"
}
if (action[16]==0) {
action[16]="sans"
} else {
action[16]="normal"
}
if (action[18]==true) { blk=" target='_blank'" }
if (action[19]==true) { sticky=",STICKY" }

ref="<a href='"+action[17]+"'"+blk+"' class='"+action[16]+"' onmouseover=\"return overlib("+action[3]+titlestatus+colorborder+colorin+msgwidth+msgheight+"OFFSETX,"+action[4]+",ABOVE"+sticky+fullhtml+")\" onmouseout=\"nd()\">"+action[1]+"</a>";
document.write (ref);
}
