// Inclure ici le Javascript de courrier
document.write('<script language="JavaScript" src="http://autoprevention.qc.ca/zjs_send-the-mail.js"></script>')


// Choisir la feuille de styles suppl. pour Communicator 4 ou les autres (ie)

if ((navigator.appName == 'Netscape') && (navigator.appVersion.substring(0,1)>4)) 
	document.write('<link rel="stylesheet" href="http://autoprevention.qc.ca/zstyles_fox.css" TYPE="text/css">');

//if ((navigator.platform.indexOf('Mac') >= 0)) 
//	document.write('<link rel="stylesheet" href="http://autoprevention.qc.ca/zstyles_mac.css" TYPE="text/css">');

if ((navigator.appVersion.indexOf('MSIE') >= 0) && (parseInt(navigator.appVersion) >= 4) && (navigator.platform.indexOf('Win') >= 0)) 
	document.write('<link rel="stylesheet" href="http://autoprevention.qc.ca/zstyles_ie.css" TYPE="text/css">');



// Feuille de style pour l'impression
document.write('<link rel="stylesheet" href="http://autoprevention.qc.ca/zstylesPrint.css" TYPE="text/css">');

