var Netscape4 = (navigator.appName == "Netscape" && parseInt(navigator.appVersion) >= 4);
		
var HIDDEN = (Netscape4) ? 'hide' : 'hidden';
var VISIBLE = (Netscape4) ? 'show' : 'visible';	

var agent = navigator.userAgent.toLowerCase();
var ver = parseInt(navigator.appversion);
if ((agent.indexOf("mozilla") != -1) && (ver >= 4) && (navigator.appname.indexOf("Netscape") != -1))
	document.write('<link href="http://www.industyl.com/css/stylenetscape.css" rel="stylesheet" type="text/css">');
else
	document.write('<link href="http://www.industyl.com/css/styleexplorer.css" rel="stylesheet" type="text/css">');
	
document.write('<link href="http://www.industyl.com/css/style_taketek.css" rel="stylesheet" type="text/css">');

window.status = "-----/ Bienvenue sur industyl.com, le site des professionnels de l'éclairage /-----";

function window_open(url,lib_win,arg) {
	newwin = window.open(url,lib_win,arg);
	setTimeout("newwin.focus()",100);
}						
function window_close() {
	window.close();
}  
function go_url(url) {
	document.location.href = serveur + url;
}
function go_url_popup(url) {
	window_open(serveur + url,"","");
}
function open_mailer(mode) {
	window_open(serveur + "/communaute/mailer.php?mode=" + mode,"mailer","toolbar=no,menubar=no,scrollbars=no,width=470,height=310");
}

color_gris = "#d3d3d3";			// Gris			: 211 211 211
color_jaune = "#FFFF00";		// Jaune		: 255 255 0
color_bleu = "#0C128A";			// Bleu			: 12 18 138
color_rouge = "#F0320E";		// Rouge		: 240 50 14
color_jaune_clair = "#FEFFA6";	// Jaune clair	: 254 255 166
color_bleu_clair = "#CCCCFF";	// Bleu clair	: 204 204 255
color_rouge_clair = "#F2A669";	// Rouge clair	: 242 166 105

document.write("<a name='top'></a>");