
bonjour="bonjour";

av=" onMouseover="+'"'+"this.style.backgroundColor='yellow'"+'"';
av +=" onMouseout="+'"'+"this.style.backgroundColor='#CCCCFF'"+'"'+">";
av +="<ilayer width=100%><layer width=100%";
av +=" onMouseover="+'"'+"this.bgColor='yellow'"+'"';
av +=" onMouseout="+'"'+"this.bgColor='#CCCCFF'"+'"'+">";

menqcm="<table border='0' width=100% cellspacing='0' cellpadding='0'>"
menqcm +="<tr><td "+av+"<a href='../fdef.htm' >ACCUEIL</A></layer></ilayer></td></tr>"
menqcm +="</table>"

menba="<table border='0' width=100% cellspacing='0' cellpadding='0'>"
menba +="<tr><td "+av+"<a href='logiciel/logiciel.htm'>Logiciels</A></layer></ilayer></td></tr>"
menba +="<tr><td "+av+"<a href='chim/chim.htm'>Chime organique</A></layer></ilayer></td></tr>"
//menba +='<tr><td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="153" height="34">'
//menba +='  <param name=movie value="re.swf">'
//menba +='  <param name=quality value=high>'
// menba +=' <embed src="re.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="153" height="34">'
//menba +='  </embed>' 
//menba +='</object> </td></tr>'
menba +="<tr><td "+av+"<a href='resumons/res/resumons.html'>Résumons</A></layer></ilayer></td></tr>"
menba +="<tr><td "+av+"<a href='doc/TP.htm'>Cours et TP</A></layer></ilayer></td></tr>"
menba +="<tr><td "+av+"<a href='qcm/qcm.htm'>Q.C.M.</A></layer></ilayer></td></tr>"
menba +="<tr><td "+av+"<a href='photos/photos.htm'>PHOTOS</A></layer></ilayer></td></tr>"
menba +="</table>"

menchi="<table border='0' width=100% cellspacing='0' cellpadding='0'>"
menchi +="<tr><td "+av+"<a href='../fdef.htm' >ACCUEIL</A></layer></ilayer></td></tr>"
menchi +="<tr><td "+av+"<a href='alcane.html'>Les alcanes</A></layer></ilayer></td></tr>"
menchi +="<tr><td "+av+"<a href='alcene.html'>Les alcénes</A></layer></ilayer></td></tr>"
menchi +="<tr><td "+av+"<a href='alcool.html'>Les alcools</A></layer></ilayer></td></tr>"
menchi +="<tr><td "+av+"<a href='aldehyde.html'>Les aldéhydes</A></layer></ilayer></td></tr>"
menchi +="<tr><td "+av+"<a href='cetone.html'>Les cétones</A></layer></ilayer></td></tr>"
menchi +="<tr><td "+av+"<a href='accarbo.html'>Les acides carboxyliques</A></layer></ilayer></td></tr>"
menchi +="<tr><td "+av+"<a href='ester.html'>Les esters</A></layer></ilayer></td></tr>"
menchi +="<tr><td "+av+"<a href='anhydride.html'>Les anhydrides</A></layer></ilayer></td></tr>"
menchi +="<tr><td "+av+"<a href='chlorudac.html'>Les chlorures d'acyle</A></layer></ilayer></td></tr>"
menchi +="<tr><td "+av+"<a href='amide.html'>Les amides</A></layer></ilayer></td></tr>"
menchi +="<tr><td "+av+"<a href='amine.html'>Les amines</A></layer></ilayer></td></tr>"
menchi +="</table>"

submenu1="<table border='0' width=100% cellspacing='0' cellpadding='0'>"
submenu1 +="<tr><td "+av+"<a href='../../fdef.htm' >ACCUEIL</A></layer></ilayer></td></tr>"
submenu1 +="<tr><td "+av+"<a href='../dyna/dyna.htm' >Champ de pesanteur</A></layer></ilayer></td></tr>"
submenu1 +="<tr><td "+av+"<a href='../chpelec/elec.html' >Champ électrique</A></layer></ilayer></td></tr>"
submenu1 +="<tr><td "+av+"<a href='../ressort/nressort.htm' >Oscillateur mécanique</A></layer></ilayer></td></tr>"
submenu1 +="<tr><td "+av+"<a href='../attnuc/nucleophile.htm' >Attaque nucléophile</A></layer></ilayer></td></tr>"
submenu1 +="<tr><td "+av+"<a href='../spectro/spect.htm' >Spectoscopie</A></layer></ilayer></td></tr>"
submenu1 +="<tr><td "+av+"<a href='../burette/bur.htm' >Dosage</A></layer></ilayer></td></tr>"

//submenu1 +="<tr><td "+av+"&nbsp;</td></tr>"
//submenu1 +="<tr><td "+av+"&nbsp;</td></tr>"
//submenu1 +="<tr><td "+av+"&nbsp;</td></tr>"
submenu1 +="</table>"


if (typeof fcolor == 'undefined') { var fcolor = "#CCCCFF";}
if (typeof backcolor == 'undefined') { var backcolor = "#333399";}
if (typeof textcolor == 'undefined') { var textcolor = "#000000";}
if (typeof capcolor == 'undefined') { var capcolor = "#FFFFFF";}
if (typeof closecolor == 'undefined') { var closecolor = "lime";}//#9999FF
if (typeof width == 'undefined') { var width = "200";}
if (typeof border == 'undefined') { var border = "1";}
if (typeof offsetx == 'undefined') { var offsetx = 10;}
if (typeof offsety == 'undefined') { var offsety = 10;}
texte1="menu";


function placexy(id,x,y){
//alert(x);
if (n) {document.layers[id].left=Math.round(x);document.layers[id].top=Math.round(y);}
if (ie) {document.all[id].style.left=Math.round(x);document.all[id].style.top=Math.round(y);}
}
function layerwrite(id,text) {
if (n) {document.layers[id].document.write(text)
document.layers[id].document.close()}
else if (ie) document.all[id].innerHTML = text}

function floatButton () {
if (document.all) {
document.all.menu.style.pixelTop = document.body.scrollTop;
document.all.menu.style.pixelLeft = document.body.clientWidth-120;}
else if (document.layers) {
document.menu.top = window.pageYOffset;document.menu.left = window.innerWidth-120;}
else if (document.getElementById) {
document.getElementById('menu').style.top = window.pageYOffset + 'px'; 
document.menu.left = (window.innerWidth-120) + 'px'; }
}  

if (document.all)
window.onscroll = floatButton;
else
setInterval ('floatButton()', 100);

function initButton () {
if (document.all) {
document.all.menu.style.pixelLeft = document.body.clientWidth - document.all.menu.offsetWidth-30;
document.all.menu.style.visibility = 'visible';
}
else if (document.layers) {
document.menu.left = window.innerWidth - document.menu.clip.width - 15;
document.menu.visibility = 'show';
}
else if (document.getElementById) {
document.getElementById('menu').style.left = (window.innerWidth - 35) + 'px';
document.getElementById('menu').style.visibility = 'visible';
   }
}

function stc(d,text, title) {
cnt = 0;
txt = "<TABLE WIDTH="+width+" BORDER=0 CELLPADDING="+border+" CELLSPACING=0 BGCOLOR=\""+backcolor+"\"><TR><td><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><td><SPAN ID=\"PTT\"><B><FONT COLOR=\""+capcolor+"\">"+title+"</FONT></B></SPAN></TD><TD ALIGN=RIGHT><A HREF="+'"'+"#"+'"'+" onclick=\"cClick();\" ID=\"PCL\"><FONT COLOR=\""+closecolor+"\">Close</FONT></A></td></TR></TABLE><TABLE WIDTH=100% BORDER=0 CELLPADDING=2 CELLSPACING=0 BGCOLOR=\""+fcolor+"\"><TR><td><SPAN ID=\"PST\"><FONT COLOR=\""+textcolor+"\">"+text+"</FONT><SPAN></TD></TR></TABLE></TD></TR></TABLE>"
layerwrite("overdiv",txt);
if(ie)placexy("overdiv",x-200,y+document.body.scrollTop);
if(n)placexy("overdiv",x-200,y);
snow = 0;
}
function cClick() {
placexy("overdiv",-1300,10);
}
function dts(d,text) {
txt = "<TABLE WIDTH="+width+" BORDER=0 CELLPADDING="+border+" CELLSPACING=0 BGCOLOR=\""+backcolor+"\"><TR><td><TABLE WIDTH=100% BORDER=0 CELLPADDING=2 CELLSPACING=0 BGCOLOR=\""+fcolor+"\"><TR><td><FONT FACE=\"Arial,Helvetica\" COLOR=\""+textcolor+"\" SIZE=\"-2\">"+text+"</FONT></TD></TR></TABLE></TD></TR></TABLE>"
layerwrite("overdiv",txt);
placexy("overdiv",x,y);
}