function montre(id) {
if (document.getElementById) {
document.getElementById(id).style.display="block";
} else if (document.all) {
document.all[id].style.display="block";
} else if (document.layers) {
document.layers[id].display="block";
}
}

function cache(id) {
if (document.getElementById) {
document.getElementById(id).style.display="none";
} else if (document.all) {
document.all[id].style.display="none";
} else if (document.layers) {
document.layers[id].display="none";
}
}

function getSearchForm(){
	document.write("<div style=\"visibility:visible; position:absolute; margin-left:760; margin-top:76;\">");
 	document.write("<form action=\"/recherche/recherche.asp\" method=\"get\">");
 	document.write("<input type=\"hidden\" name=\"CiScope\" value=\"/\">");
 	document.write("      <input type=\"hidden\" name=\"CiMaxRecordsPerPage\" value=\"10\">");
 	document.write("            <input type=\"hidden\" name=\"TemplateName\" value=\"query\">");
 	document.write("                    <input type=\"hidden\" name=\"CiSort\" value=\"rank[d]\">");
 	document.write("                    <input type=\"hidden\" name=\"HTMLQueryForm\" value=\"query.htm\">");
 	document.write("                    <input type=\"hidden\" name=\"bibliographie\" value=\"bibliographie\">");
 	document.write("                    <input type=\"hidden\" name=\"statiques\" value=\"statiques\">");
 	document.write("             <div align=\"right\">");
 	document.write("          <input type=\"text\" name=\"mot_recherche\" value=\"rechercher\" onfocus=\"if(value=='rechercher') this.value='';\" size=\"15\" style=\"color:#000000; background-color:#FFFFFF; font-size:10px; font-family:arial; font-weight:bold; border-width:1; height:17px;\">");
 	document.write("               <!-- dans: ");
 	document.write("                      <div align=\"left\"> ");
 	document.write("                     <input type=\"checkbox\" name=\"statiques\" value=\"statiques\" checked>Pages statiques ");
 	document.write("                      <br><input type=\"checkbox\" name=\"actualites\" value=\"actualites\" checked>Actualit&eacute;s ");
 	document.write("                      <br><input type=\"checkbox\" name=\"bibliographie\" value=\"bibliographie\" checked>Bibliographie ");
 	document.write("                      </div> ");
 	document.write("                      -->");
 	document.write("                     <input type=\"image\" src=\"http://oncolor.org/decoupe/ok.gif\" width=\"22\" height=\"19\" align=\"top\" border=\"0\" value=\"Rechercher\" name=\"image2\">");
 	document.write("                     <input type=\"hidden\" name=\"actualites\" value=\"actualites\">");
 	document.write("                 </div>");
 	document.write("         </form>");
 	document.write("</div>");
	}
	
function getSearchFormAcc(){
	document.write("<div style=\"visibility:visible; position:absolute; height:19px; margin-left:760px; margin-top:76px; z-index:100;\">");
 	document.write("<form action=\"/recherche/recherche.asp\" method=\"get\">");
 	document.write("<input type=\"hidden\" name=\"CiScope\" value=\"/\">");
 	document.write("      <input type=\"hidden\" name=\"CiMaxRecordsPerPage\" value=\"10\">");
 	document.write("            <input type=\"hidden\" name=\"TemplateName\" value=\"query\">");
 	document.write("                    <input type=\"hidden\" name=\"CiSort\" value=\"rank[d]\">");
 	document.write("                    <input type=\"hidden\" name=\"HTMLQueryForm\" value=\"query.htm\">");
 	document.write("                    <input type=\"hidden\" name=\"bibliographie\" value=\"bibliographie\">");
 	document.write("                    <input type=\"hidden\" name=\"statiques\" value=\"statiques\">");
 	document.write("             <div align=\"right\">");
 	document.write("          <input type=\"text\" name=\"mot_recherche\" value=\"rechercher\" onfocus=\"if(value=='rechercher') this.value='';\" size=\"15\" style=\"color:#000000; background-color:#FFFFFF; font-size:10px; font-family:arial; font-weight:bold; border-width:1; height:17px;\">");
 	document.write("               <!-- dans: ");
 	document.write("                      <div align=\"left\"> ");
 	document.write("                     <input type=\"checkbox\" name=\"statiques\" value=\"statiques\" checked>Pages statiques ");
 	document.write("                      <br><input type=\"checkbox\" name=\"actualites\" value=\"actualites\" checked>Actualit&eacute;s ");
 	document.write("                      <br><input type=\"checkbox\" name=\"bibliographie\" value=\"bibliographie\" checked>Bibliographie ");
 	document.write("                      </div> ");
 	document.write("                      -->");
 	document.write("                     <input type=\"image\" src=\"http://oncolor.org/decoupe/ok.gif\" width=\"22\" height=\"19\" align=\"top\" border=\"0\" value=\"Rechercher\" name=\"image2\">");
 	document.write("                     <input type=\"hidden\" name=\"actualites\" value=\"actualites\">");
 	document.write("                 </div>");
 	document.write("         </form>");
 	document.write("</div>");
	}	
	
function getSearchFormAcc2(){
	document.write("<div style=\"position:absolute; height:19px; top:76px; left:760px; z-index:3;\">");
 	document.write("<iframe width=\"130px\" height=\"19px\" src=\"form.htm\" SCROLLING=\"no\" FRAMEBORDER=\"0\" border=0\">");
 	document.write("</iframe>");
	document.write("</div>");
	}	



	/*
function getMsgAcc(){
	document.write("<div style=\"visibility:visible; position:absolute; top:120px; margin-left:70px;  height:70px; width:640px; z-index:3; \">");
 	document.write("<span class=\"normal\">"); 
	document.write("");
	document.write("<a href=\"http://oncolor.org/communication/Oncolor_org_01.pdf\" target=\"_blank\">Consultez la n&deg;01</a>."); 	
	document.write("</span>");
	document.write("</div>");
	}	
	*/
	
function HonCode(){
	document.write("<div style=\"visibility:visible; position:absolute; height:70px; width:250px; margin-left:915; margin-top:15;\">");
	document.write(" 			<span class=\"petit\">");
	document.write(" 			<p>");
 	document.write("          <a href=\"https://www.healthonnet.org/HONcode/Conduct_f.html?HONConduct596318\" onclick=\"window.open(this.href); return false;\">");
  	document.write("          <img src=\"http://www.HONcode.ch/HONcode/Seal/French/HONConduct596318_s1.gif\" hspace=\"2\" vspace=\"2\" align=\"left\" width=\"43\" height=\"60\" style=\"border:0px\" title=\"Ce site respecte les principes de la charte HONcode de HON\" alt=\"Ce site respecte les principes de la charte HONcode de HON\"/>");
 	document.write("</a>");
	document.write("                     Ce site respecte les <a href=\"http://www.healthonnet.org/HONcode/Conduct_f.html\" onclick=\"window.open(this.href); return false;\"> <br> principes de la charte HONcode</a>. ");
 	document.write("                      <br />  ");
 	document.write("                      <a href=\"https://www.healthonnet.org/HONcode/Conduct_f.html?HONConduct596318\" onclick=\"window.open(this.href); return false;\">V&eacute;rifiez ici</a>.  ");
	document.write(" 			</span>");
 	document.write("</p>");
 	document.write("</div>");
	}
	

