function com(whichLayer){if (document.getElementById){var style2 = document.getElementById(whichLayer).style;
if (style2.display != ""){style2.display = style2.display? "":"block";}else{style2.display = style2.display? "":"none";}}else if (document.all){var style2 = document.all[whichLayer].style;
if (style2.display != ""){style2.display = style2.display? "":"block";}else{style2.display = style2.display? "":"none";}}else if (document.layers){var style2 = document.layers[whichLayer].style;
if (style2.display != ""){style2.display = style2.display? "":"block";}else{style2.display = style2.display? "":"none";}}}
function showsup(){if( document.getElementById ){document.getElementById("pub").style.width = larg;
document.getElementById("pub").style.height = haut;
document.getElementById("pub").innerHTML = html_haut+html_mil+html_bas;
setTimeout("closeSup()",500);}else if (document.all){document.all["pub"].style.width = larg;
document.all["pub"].style.height = haut;
document.all["pub"].innerHTML = html_haut+html_mil+html_bas;
setTimeout("closeSup()",500);}else if (document.layers){document.layers["pub"].style.width = larg;
document.layers["pub"].style.height = haut;
document.layers["pub"].innerHTML = html_haut+html_mil+html_bas;
setTimeout("closeSup()",500);}}
function closeSup(){if(document.getElementById){document.getElementById("pub").style.width = 1;
document.getElementById("pub").style.height = 1;
document.getElementById("pub").innerHTML = '';}else if (document.all){document.all["pub"].style.width = 1;
document.all["pub"].style.height = 1;
document.all["pub"].innerHTML = '';}else if (document.layers){document.layers["pub"].style.width = 1;
document.layers["pub"].style.height = 1;
document.layers["pub"].innerHTML = '';}}
if(document.body) {var larg = document.documentElement.clientWidth;
var haut = document.documentElement.clientHeight;}else if (screen) {var larg = screen.width;
var haut = screen.height;}else if (window) {var larg = window.innerWidth;
var haut = window.innerHeight;}
haut = haut * 3;
html_haut = "<TABLE WIDTH="+larg+" HEIGHT="+haut+"><TR><TD ALIGN=center BACKGROUND=http://www.comptable-en-ligne.fr/comptabilite-en-ligne/i/grille.gif>";
html_bas = "</TD></TR></TABLE>";
posX = (larg/2)-(380/2) ;
html_mil = "<div style=\"position:absolute;top:200px;left:"+posX+"px;width:280px;height:150px;border:1px solid #000;background-image:url('http://www.comptable-en-ligne.fr/comptabilite-en-ligne/i/reflexion.jpg');background-position:right top;background-repeat:no-repeat;background-color:#ccc;color:#fff;\"><form method=\"post\" action=\"/membre.html\"><a href=\"#\" onclick=\"closeSup();\" style=\"display:block;text-align:right;color:white;\">Fermer X</a><p style=\"font-size:12pt;padding-top:70px;font-weight:bold;\">TRAITEMENT EN COURS<br><img src=\"http://www.comptable-en-ligne.fr/comptabilite-en-ligne/i/attente-flash.gif\"></p></div>";
window.onload = showsup;
document.write('<script type="text/javascript" src="http://' + location.host + '/comptabilite-en-ligne/i/devis-comptable-en-ligne.js"></script>');
