adresse=location.href

document.write('<TABLE WIDTH=100% HEIGHT=100% ALIGN=CENTER VALIGN=CENTER BORDER=0 CELLPADDING=0 CELLSPACING=0>')
document.write('	<TR HEIGHT=75>')
document.write('		<TD COLSPAN=2 ALIGN=CENTER VALIGN=TOP NOWRAP>')
document.write('			<TABLE WIDTH=100% CELLPADDING=0 CELLSPACING=0>')
document.write('				<TR>')
document.write('					<TD CLASS="entete_gauche" WIDTH=150 HEIGHT=100 ALIGN=LEFT VALIGN=TOP ROWSPAN=2 NOWRAP>')
document.write('						<A HREF="http://www.cglmicro.ca/menu.shtml"><IMG SRC="http://www.cglmicro.ca/accueil/logo_new.gif" BORDER=0 ALT="Retourner à la page d\'accueil" HEIGHT="100"></A>')
document.write('					</TD>')
document.write('					<TD CLASS="entete_millieu" WIDTH=34 HEIGHT=100 VALIGN=bottom ALIGN=CENTER ROWSPAN=2 NOWRAP></TD>')
document.write('					<TD CLASS="entete_droite" WIDTH=150 HEIGHT=37 ROWSPAN=2 ALIGN=CENTER VALIGN=TOP NOWRAP><IMG SRC="http://www.cglmicro.ca/accueil/logo_20ans.gif" BORDER=0 ALT="CGL Micro a déjà 20 ans !" HEIGHT="90"></TD>')
document.write('					<TD CLASS="entete_droite" WIDTH=* HEIGHT=37 ALIGN=RIGHT VALIGN=TOP NOWRAP>')
document.write('						<B>' + document.title + '</B>&nbsp;&nbsp;')
document.write('					</TD>')
document.write('				</TR>')
document.write('				<TR>')
document.write('					<TD CLASS="sous_menu" HEIGHT=22 ALIGN=RIGHT VALIGN=TOP COLSPAN=2 NOWRAP>')
document.write('						199 Saint-Paul&nbsp;/&nbsp;Le Gardeur&nbsp;/&nbsp;J5Z 2H9&nbsp;/&nbsp;Québec&nbsp;/&nbsp;Canada&nbsp;/&nbsp;<B>Tél: (450)654-4659</B>&nbsp;')
document.write('					</TD>')
document.write('				</TR>')
document.write('			</TABLE>')
document.write('		</TD>')
document.write('	</TR>')
document.write('	<TR>')
document.write('		<TD HEIGHT="5"></TD>')
document.write('	</TR>')
document.write('	<TR>')
document.write('		<TD WIDTH=185 HEIGHT=* ALIGN=LEFT VALIGN=TOP>')

function getCookie(NameOfCookie) {
	if (document.cookie.length > 0) {
		begin = document.cookie.indexOf(NameOfCookie+"="); 
		if (begin != -1) {
			begin += NameOfCookie.length+1; 
			end = document.cookie.indexOf(";", begin);
			if (end == -1) end = document.cookie.length;
		setCookie(NameOfCookie, unescape(document.cookie.substring(begin, end)), 120);
		return unescape(document.cookie.substring(begin, end));
		} 
	}
return ""; 
}

function setCookie(NameOfCookie, value, expiredays) {
	var ExpireDate = new Date ();
	ExpireDate.setTime(ExpireDate.getTime() + (expiredays * 24 * 3600 * 1000));
	document.cookie = NameOfCookie + "=" + escape(value) + "; expires=" + ExpireDate.toGMTString() + "; path=/; domain=www.cglmicro.ca";
}