// from Pragmacom Main&Design
// www.pragmacom.be
//-----------------------------





//function focuscleaner
<!-----------------------------
function MFXremoveFocus(e){var d=document,a=0,n=d.layers,m=window.sidebar;if((m||n)&&d.forms.length>0){return}
while(a<d.links.length){d.links[a].blur();++a}}document.onmouseup=MFXremoveFocus;
// --------------------------->

//function netscapefix
<!-----------------------------
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// --------------------------->




function retour() {window.history.back();}
function ClWin() { window.close(); }
function OuvrirFenetre(url,nom,details) {
 window.open(url,nom,details)}
<!--
var message="";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
    (document.layers||(document.getElementById&&!document.all)) {
    if (e.which==2||e.which==3) {(message);return false;}}}
    if (document.layers) 
    {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
    else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
    // --> 
<!--
navvers = navigator.appVersion.substring(0,1);
if (navvers > 3)
    navok = true;
else
    navok = false;

today = new Date;
jour = today.getDay();
numero = today.getDate();
if (numero<10)
    numero = "0"+numero;
mois = today.getMonth();
if (navok)
    annee = today.getFullYear();
else
    annee = today.getYear();
TabJour = new Array("Dimanche","Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi");
TabMois = new Array("janvier","f&eacute;vrier","mars","avril","mai","juin","juillet","aout","septembre","octobre","novembre","d&eacute;cembre");
Datenow = TabJour[jour] + " " + numero + " " + TabMois[mois] + " " + annee;
//-->
<!--
newdate = new Date;
H = newdate.getHours();
M = newdate.getMinutes();
if(H<10)
H = "0"+H
else H = newdate.getHours();
if(M<10)
M = "0"+M
else M = newdate.getMinutes();
heure = +H+'h'+M
//-->
<!--
versionNav = navigator.appVersion;
placeMSIE = versionNav.indexOf("MSIE");
function AfficheHomePage()
 {
 if (placeMSIE > -1)
  {
  document.write('<A HREF="#" onClick="HomePage(this);return(false);">d&eacute;marrage </A>');
  }
 }
function HomePage(obj)
 {
 obj.style.behavior='url(#default#homepage)';
 obj.setHomePage('http://www.boutiquedegestion.be');
 }
//-->

// begin dHTML SlideShow Script 

if(document.images) { 
		currentslide=1; 
		maxslides=4; 
		slide = new Array(maxslides+1); 
		thumb = new Array(maxslides+1); 
		for(var n=1;n<=maxslides;n++) { 
			slide[n]=new Image(80,300); 
			slide[n].src='../img-commu/slide_'+n+'.gif'; 
		} 
		for(var n=1;n<=maxslides;n++) { 
			thumb[n]=new Image(80,80); 
			thumb[n].src='../thumb-commu/thumb_'+n+'.gif'; 
		} 
	} 
	
	function prevSlide() { 
		if(document.images) { 
			currentslide--; 
			if(currentslide<1) currentslide=maxslides; 
			document.images['slide'].src=thumb[currentslide].src; 
		} 
	} 


	function nextSlide() { 
		if(document.images) { 
			currentslide++; 
			if(currentslide>maxslides) currentslide=1; 
			document.images['slide'].src=thumb[currentslide].src; 
		} 
	} 
function showFullSize(){ 
	openPictureWindow('../img-commu/slide_'+currentslide+'.gif', 400, 300, 'image grand format'); 
} 
function openPictureWindow(imageName,imageWidth,imageHeight,alt) 
{ 
	newWindow = window.open("","newWindow","width="+imageWidth+",height="+imageHeight); 
	newWindow.document.open(); 
	newWindow.document.write('<HTML><TITLE>'+alt+'</TITLE><META HTTP-EQUIV="pragma" CONTENT="no-cache"><META HTTP-EQUIV="imagetoolbar" CONTENT="no"><BODY bgcolor="#FFFFFF" LEFTMARGIN="0" TOPMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" onBlur="self.close()">'); 
	newWindow.document.write('<IMG SRC='+imageName+' WIDTH='+imageWidth+' HEIGHT='+imageHeight+' ALT="'+alt+'">'); 
	newWindow.document.write('</BODY></HTML>'); 
	newWindow.document.close(); 
	newWindow.focus(); 
} 
// end dHTML SlideShow Script
