// Declaration variables
ns4 = (document.layers)? true:false;
ie4 = (document.all)? true:false;
ns6 = (document.getElementById)? true:false;
		
var globalpath = "http://www.chronopost.com/";
var currentpath = "../";
var localized_path = "WW/fr/";
var pathnav = globalpath + "img/" + localized_path;
var spacer = globalpath + "img/common/space.gif";
	
// Ecriture des styles en fonction du browser
if  (ie4||ns6)
{
	document.write('<link rel="stylesheet" href="' + globalpath + 'css/' + localized_path + 'style_ie.css" type="text/css"/>');
}
else
{
	document.write('<link rel="stylesheet" href="' + globalpath + 'css/' + localized_path + 'style_ns.css" type="text/css"/>');
}
