var illustration = "images/default.jpg";
function doc_header(){
	//alert(illustration);
	document.write('<a name="top">');
	document.write('<html>');
	document.write('<head>');
	document.write('<title>Microgest Paramedical Software<\/title>');
	document.write('<meta name="Description" CONTENT="Micro GS Paramédical software réalise depuis 1988 des logiciles spécialisés pour infirmères et kinésithérapeutes et fait leur facturation en service bureau">');
	document.write('<meta name="keywords" content="logiciel, software, tarification, infirmière, kinésithérapeute, service bureau, disquette, bande magnétique, facturation, maison de repos, hôme, infisoft, kinesoft, homesoft, microgest, micro gs, microgs, Inami, Belge, Belgique, Spécialisé">');
	document.write('<meta name="robots" content="ALL">');
	document.write('<meta name="author" content="Spitaels Georges">');
	document.write('<meta http-equiv="reply-to" content="<A href="mailto:microgs@skynet.be">');
	document.write('<meta name="language" content="FR">');
	document.write('<meta name="copyright" content="Micro GS Paramédical Software">');
	document.write('<meta name="revisit-after" content="31 days">');
	document.write('<\/head>');
	document.write('<link rel="stylesheet" type="text\/css" href="css/style.css">');
	document.write('<body>');
	document.write('<table border="0" valign="top" >');
	document.write('	<tr height="100%">');
	document.write('		<td valign="top">');
	document.write('			<table border="0" width="1" height="100%">');
	document.write('				<tr height="1">');
	document.write('					<td align="center" class="adresse" valign="top">');
	document.write('						<a href="index.html"><img src="images\/logo_petit.jpg" width="150" height="38" alt="Sommaire" border="0"><\/a><br>');
	//document.write('						<a href="index.html"><img src="images\/logo_new_100_noel.jpg" width="100" height="100" alt="Joyeux Noël" border="0"><\/a><br>');
	document.write('						<a href="index.html"><img src="images\/logo_new_100.jpg" width="100" height="100" alt="Sommaire" border="0"><\/a><br>');
	//document.write('						<a href="demenagement.html"><img src="images\/logo_new_100_boite.jpg" width="100" height="100" alt="Nous déménageons" border="0"><\/a><br>');	
	/*
	document.write('			Rue Louis de Brouckère 10<br>   ');
	document.write('			6150 ANDERLUES<br>');
	document.write('			Tel\/Fax 071 52 01 27<br>Gsm 0475 26 13 89<br>');
	document.write('			Contactez nous<br>de 9H à 12H et de 13H à 18H<br>');
	document.write('			y compris WE<br>');
	*/
	document.write('					<\/td>');
	document.write('				<\/tr>');
	document.write('				<tr>');
	document.write('					<td valign="top" align="center" height="1">');
	document.write('					<a href="index.html" class="menu">Sommaire<\/a><br>');
	document.write('					<a href="produits.html" class="menu">Produits<\/a><br>');
	document.write('					<a href="services.html" class="menu">Services<\/a><br>');
	//document.write('					<a href="infirsoft.html" class="menu">InfiR-SofT<\/a><br>');
	//document.write('					<a href="service_bureau.html" class="menu">Service Bureau<\/a><br>');
	//document.write('					<a href="katz.html" class="menu">Katz On-Line<\/a><br>');
	//document.write('					<a href="kinesoft.html" class="menu">Kinesoft<\/a><br>');
	//document.write('					<a href="homesoft.html" class="menu">Homesoft<\/a><br>');
	//document.write('					<a href="telechargement.html" class="menu">Téléchargements<\/a><br>');
	document.write('					<a href="pourquoi.html" class="menu">Pourquoi Microgest ?<\/a><br>');
	document.write('					<a href="avantages.html" class="menu">Nos Avantages<\/a><br>');
	document.write('					<a href="historique.html" class="menu">Un peu d\'histoire<\/a><br>');
	document.write('					<a href="contact.html" class="menu">Ecrivez-nous<\/a><br>');
	document.write('					<a href="aide.html" class="menu">Aide-FAQ<\/a><br>');
	//document.write('					<a href="demenagement.html"><img src="images\/boite.gif" width="50" height="50" alt="Nous déménageons" border="0" align="middle"><\/a><br>');
	document.write('					<a href="demenagement.html" class="menu">Nouvelle adresse<\/a><br>');
	document.write('					<br>');
	document.write('					<img src="'+illustration+'" border="0" width="150" height="150">');
	document.write('					<\/td>');
	document.write('				<\/tr>');
	document.write('				<tr>');
	document.write('					<td valign="bottom" align="center" height="100%">');
	//document.write('					<br>');
	document.write('					<a href="#top" class="menu">Haut de page<\/a>');
	//document.write('					<br>');
	document.write('					<\/td>');
	document.write('				<\/tr>');
	document.write('			<\/table>');
	document.write('		<\/td>	');
	document.write('		<td width="100%" valign="top" class="texte">');
	document.write('<!--page-->');
}
function doc_footer(){
document.write('<!--fin page-->');
document.write('		<\/td>');
document.write('	<\/tr>');
document.write('<\/table>');
document.write('<\/body>');
document.write('<\/html>');
};







































var today=new Date();
myday=today.getDate();
if (myday<10){
myday="0"+myday;
};
mymon=today.getMonth()+1;
if (mymon<10){
mymon="0"+mymon;
};
mydat=mymon+""+myday;
//document.write ('<hr>'+today+'<hr>'+myday+'<hr>'+mymon+'<hr>'+mydat+'<hr>');
if (mydat>"0831"){
//document.location.href="http://users.skynet.be/microgest&es/"
};

