function feedBack(){if(checkURL()){document.write('<div id="OSBFeedBack"></div>');HideIt();}}

function checkURL(){var m=document.URL;if (m.indexOf('www.osb.tn')!=-1 && m.indexOf('~')==-1){var c=m+"feedback";c=c.replace(/.html/,"");c=c.replace(/http:\/\/www.osb.tn\//,"");if(!checkCookie(c)){return true;}}return false;}

function drawFeedBackForm(){document.getElementById("OSBFeedBack").innerHTML='<div id="feedBack" style="width:13em;"><form action="http://www.oqsb.org/cgi-sys/FormMail.cgi" id="OSBFeedBackForm" name="OSBFeedBackForm" method="POST"><fieldset><strong>Le contenu de cette page vous a &eacute;t&eacute; utile</strong>?<br><input type="radio" name="opinion" value="oui_beaucoup" checked="checked" /><label>Oui, beaucoup</label><br><input type="radio" name="opinion" value="un_peu" /><label>Un peu</label><br><input type="radio" name="opinion" value="pas_du_tout" /><label>Pas du tout</label><br><input type="radio" name="opinion" value="ne_sais_pas" /><label>Ne sais pas</label></input><br><label for="comment" class="commentBoxLabel"><strong>Commentaire</strong></label>: <input type="text" name="comment" id="comment" maxlength="255"></input><input type="hidden" name="subject" size="-1" value="Commentaire par formulaire en ligne"><input type="hidden" name="redirect" size="-1" value="http://www.osb.tn/_script/feedback/confirm.php"><input type="hidden" name="env_report" size="-1" value="REMOTE_HOST,REMOTE_ADDR,HTTP_REFERER"><input type="hidden" name="recipient" size="-1" value="formcomment@oqsb.org"><input type="submit" class="button" id="submitButton" name="submitButton" value="Envoyer" onclick="setCookie()"/></fieldset></form></div><div id="tabDown"><a href="jav'+'ascri'+'pt:hideFeedBackForm();"><span>Opinion</span></a></div>';resizeDiv("feedBack", 0, 16, 1200);}

function hideFeedBackForm(){resizeDiv("feedBack", 16, 0, 1200);setTimeout('HideIt()', (1060));}

function HideIt(){document.getElementById("OSBFeedBack").innerHTML='<div id="tabUp"><a href="jav'+'ascri'+'pt:drawFeedBackForm();"><span></span></a></div>';'<div id="tabUp"><a href="jav'+'ascri'+'pt:drawFeedBackForm();"><span>Opinion</span></a></div>';}

function checkCookie(c_name){if (document.cookie.indexOf(c_name + "=")!=-1){return true;}return false;}

function setCookie(){var c=document.URL;c=c.replace(/.html/, "");c=c.replace(/http:\/\/localhost\//,"");c+="feedback";var e=new Date();e.setTime(e.getTime()+(48*24*3600*1000));document.cookie=c+"="+escape("Merci")+ ";expires="+e;}

function resizeDiv(DivId, startHeight, endHeight, effectTime){var y=new x.H(DivId ,{duration: effectTime});y.custom(startHeight, endHeight);}