function start_index()
{
	// centrage de la fenetre
	browserSize();
	document.getElementById('globalId').style.left = curWidth/2 - parseInt(document.getElementById('globalId').style.width)/2
	
	document.getElementById('tab1Id').style.backgroundColor = '#6A8374';
	
	loadXMLDoc('espaceflashId','pub.php?flaid=1');
	
	loadXMLDoc('contentId','subnav_accueil.php');
	
	//arrayTitle = new Array('HISTORIQUE','ACTIVITES/CHIFFRES','INNOVATION','INTERNATIONAL');
	//arrayLink = new Array('subnav_historique.php','subnav_activites.php','subnav_innovation.php','subnav_international.php');
	subnav(4,arrayTitle,arrayLink,'#ffffff');
	
	loadXMLDoc('in_newsId','nws.php?type=0');
	loadXMLDoc('partlistId','part.php');
	
}

function popup(nom,tx,ty)
{
	window.open(nom,'popup','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+tx+',height='+ty);
}

function actionIndustry(evt,lang)
{
	//alert(evt);
	
	if(evt == "mouseover")
		document.getElementById('label_industrId').style.color = '#234883';
	if(evt == "mouseout")
		document.getElementById('label_industrId').style.color = '#aaaaaa';
	if(evt == "mousedown")
	{
		document.getElementById('label_industrId').style.color = '#234883';
		document.getElementById('label_industrId').onmouseover = '';
		document.getElementById('label_industrId').onmouseout = '';
		
		document.getElementById('contentId').style.backgroundImage = 'url(../img/centre_i.gif)';
		
		document.getElementById('pointsId').style.visibility = 'hidden';
		document.getElementById('encart1Id').style.backgroundImage = 'url(../img/dyneema.gif)';
		document.getElementById('encart1Id').style.visibility = 'visible';
		document.getElementById('encart2Id').style.visibility = 'visible';
		
		buildIndustr();
		document.getElementById('nav').innerHTML = go_nav();
		if (window.attachEvent) sfHover();
		document.getElementById('niv0selectId').style.visibility = 'visible';
		document.getElementById("menu_univers").style.visibility = 'hidden';
		
		document.getElementById('label_jardinId').style.color = '#aaaaaa';
		document.getElementById('label_policeId').style.color = '#aaaaaa';
		
		document.getElementById('ban2Id').style.backgroundImage = 'url(../img/emp_industr.gif)';
		
		loadXMLDoc('contentId','subnav_indust1.php');
		
		loadXMLDoc('espaceflashId','pub.php?flaid=2');

		//arrayTitle = new Array('GUIDE DE CHOIX');
		//arrayLink = new Array('subnav_indust1.php');
		//subnav(1,arrayTitle,arrayLink,'#234883');
		//alert(lang);

		//arrayTitle = new Array('HISTORY','ACTIVITES/CHIFFRES','INNOVATION','INTERNATIONAL');
		//if(lang == "de") arrayTitle = new Array('HISTORIQUE','ACTIVITES/CHIFFRES','INNOVATION','INTERNATIONAL');
		//if(lang == "es") arrayTitle = new Array('HISTORIQUE','ACTIVITES/CHIFFRES','INNOVATION','INTERNATIONAL');
		//if(lang == "it") arrayTitle = new Array('HISTORIQUE','ACTIVITES/CHIFFRES','INNOVATION','INTERNATIONAL');
		//if(lang == "us") arrayTitle = new Array('HISTORIQUE','ACTIVITES/CHIFFRES','INNOVATION','INTERNATIONAL');

		arrayLink = new Array('subnav_historique.php','subnav_activites.php','subnav_innovation.php','subnav_international.php');
		subnav(4,arrayTitle,arrayLink,'#ffffff');
		
		loadXMLDoc('in_newsId','nws.php?type=1');
		loadXMLDoc('partlistId','part.php?type=1');
		popup('pub.php?flaid=7',500,500)

	}
}

function actionJardin(evt)
{
	//alert(evt);
	
	if(evt == "mouseover")
		document.getElementById('label_jardinId').style.color = '#148735';
	if(evt == "mouseout")
		document.getElementById('label_jardinId').style.color = '#aaaaaa';
	if(evt == "mousedown")
	{
		document.getElementById('label_jardinId').style.color = '#148735';
		document.getElementById('label_jardinId').onmouseover = '';
		document.getElementById('label_jardinId').onmouseout = '';

		document.getElementById('contentId').style.backgroundImage = 'url(../img/centre_j.gif)';
		
		document.getElementById('encart1Id').style.visibility = 'hidden';
		document.getElementById('pointsId').style.visibility = 'visible';

		document.getElementById('encart2Id').style.visibility = 'hidden';
		
		buildJardin();
		document.getElementById('nav').innerHTML = go_nav();
		if (window.attachEvent) sfHover();
		document.getElementById('niv0selectId').style.visibility = 'visible';
		document.getElementById("menu_univers").style.visibility = 'hidden';

		document.getElementById('label_industrId').style.color = '#aaaaaa';
		document.getElementById('label_policeId').style.color = '#aaaaaa';
		
		document.getElementById('ban2Id').style.backgroundImage = 'url(../img/emp_jardin.gif)';

		loadXMLDoc('contentId','subnav_jardin1.php');
		
		loadXMLDoc('espaceflashId','pub.php?flaid=3');

		//arrayTitle = new Array('JARDIN LOISIRS','BRICOLAGE','PROFESSIONNELS','BUREAU DE STYLE');
		//arrayLink = new Array('subnav_jardin1.php','subnav_jardin2.php','subnav_jardin3.php','subnav_jardin4.php');
		//subnav(4,arrayTitle,arrayLink,'#148735');
		//arrayTitle = new Array('HISTORIQUE','ACTIVITES/CHIFFRES','INNOVATION','INTERNATIONAL');
		//arrayLink = new Array('subnav_historique.php','subnav_activites.php','subnav_innovation.php','subnav_international.php');
		subnav(4,arrayTitle,arrayLink,'#ffffff');
		
		loadXMLDoc('in_newsId','nws.php?type=2');
		loadXMLDoc('partlistId','part.php?type=2');
		popup('pub.php?flaid=8',500,500)
	}
}

function checktest()
{
	alert('ui');
}

function actionPolice(evt)
{
	//alert(evt);
	
	if(evt == "mouseover")
		document.getElementById('label_policeId').style.color = '#B62E0E';
	if(evt == "mouseout")
		document.getElementById('label_policeId').style.color = '#aaaaaa';
	if(evt == "mousedown")
	{
		document.getElementById('label_policeId').style.color = '#B62E0E';
		document.getElementById('label_policeId').onmouseover = '';
		document.getElementById('label_policeId').onmouseout = '';

		document.getElementById('contentId').style.backgroundImage = 'url(../img/centre_p.gif)';
		
		document.getElementById('pointsId').style.visibility = 'hidden';
		document.getElementById('encart1Id').style.visibility = 'hidden';
		document.getElementById('encart2Id').style.visibility = 'hidden';

		buildPolice();
		document.getElementById('nav').innerHTML = go_nav();
		if (window.attachEvent) sfHover();
		document.getElementById('niv0selectId').style.visibility = 'visible';
		document.getElementById("menu_univers").style.visibility = 'hidden';
		
		document.getElementById('label_industrId').style.color = '#aaaaaa';
		document.getElementById('label_jardinId').style.color = '#aaaaaa';
		
		document.getElementById('ban2Id').style.backgroundImage = 'url(../img/emp_pompier.gif)';

		loadXMLDoc('contentId','subnav_police1.php');
		
		loadXMLDoc('espaceflashId','pub.php?flaid=4');

		//arrayTitle = new Array('GUIDE DE CHOIX');
		//arrayLink = new Array('subnav_police1.php');
		//subnav(1,arrayTitle,arrayLink,'#B62E0E');
		//arrayTitle = new Array('HISTORIQUE','ACTIVITES/CHIFFRES','INNOVATION','INTERNATIONAL');
		//arrayLink = new Array('subnav_historique.php','subnav_activites.php','subnav_innovation.php','subnav_international.php');
		subnav(4,arrayTitle,arrayLink,'#ffffff');
		
		loadXMLDoc('in_newsId','nws.php?type=3');
		loadXMLDoc('partlistId','part.php?type=3');
		popup('pub.php?flaid=9',500,500)
	}
}

function actionBack(evt)
{
	//alert(evt);
	
	if(evt == "mouseover")
		document.getElementById('label_backId').style.color = '#000000';
	if(evt == "mouseout")
		document.getElementById('label_backId').style.color = '#aaaaaa';
	if(evt == "mousedown")
	{
		document.getElementById('label_backId').style.color = '#aaaaaa';
		document.getElementById('label_backId').onmouseover = '';
		document.getElementById('label_backId').onmouseout = '';

		document.getElementById('contentId').style.backgroundImage = 'url(../img/centre_a.gif)';
		
		document.getElementById('pointsId').style.visibility = 'hidden';
		document.getElementById('encart1Id').style.backgroundImage = 'url(../img/dyneema.gif)';
		document.getElementById('encart1Id').style.visibility = 'visible';
		document.getElementById('encart2Id').style.visibility = 'visible';
		
		document.getElementById('niv0selectId').style.visibility = 'hidden';
		document.getElementById("menu_univers").style.visibility = 'hidden';
		
		document.getElementById('label_industrId').style.color = '#aaaaaa';
		document.getElementById('label_jardinId').style.color = '#aaaaaa';
		document.getElementById('label_policeId').style.color = '#aaaaaa';
		
		document.getElementById('ban2Id').style.backgroundImage = 'url(../img/emp_accueil.gif)';
		
		loadXMLDoc('espaceflashId','pub.php?flaid=1');

		//arrayTitle = new Array('HISTORIQUE','ACTIVITES/CHIFFRES','INNOVATION','INTERNATIONAL');
		//arrayLink = new Array('subnav_historique.php','subnav_activites.php','subnav_innovation.php','subnav_international.php');
		subnav(4,arrayTitle,arrayLink,'#ffffff');
		
		loadXMLDoc('contentId','subnav_accueil.php');
		
		loadXMLDoc('in_newsId','nws.php?type=0');
		loadXMLDoc('partlistId','part.php');		
	}
}

function subnav(countTab,arrayTitle,arrayLink,tabColor)
{
	//document.getElementById('contentId').style.backgroundImage = 'url(../img/centre_a.gif)';
	//document.getElementById('niv0selectId').style.visibility = 'hidden';
	
	for(x=0;x<5;x++)
	{
		if(x >= countTab)
			document.getElementById('tab' + (x+1) + 'Id').style.visibility = 'hidden';
		else
		{
			document.getElementById('tab' + (x+1) + 'Id').style.visibility = 'visible';
			document.getElementById('tab' + (x+1) + 'Id').style.backgroundColor = '#6A8374';
			document.getElementById('intext' + (x+1) + 'Id').innerHTML = arrayTitle[x];
			
			document.getElementById('intext' + (x+1) + 'Id').setAttribute('countTab',countTab);
			document.getElementById('intext' + (x+1) + 'Id').countTab = countTab;
			
			document.getElementById('intext' + (x+1) + 'Id').setAttribute('selectedTab',x);
			document.getElementById('intext' + (x+1) + 'Id').selectedTab = x;
			
			document.getElementById('intext' + (x+1) + 'Id').setAttribute('subLink', arrayLink[x]);
			document.getElementById('intext' + (x+1) + 'Id').subLink = arrayLink[x];
			
			document.getElementById('intext' + (x+1) + 'Id').setAttribute('tabColor',tabColor);
			document.getElementById('intext' + (x+1) + 'Id').tabColor = tabColor;
			
			//document.getElementById('intext' + (x+1) + 'Id').setAttribute('onmousedown','javascript:subnavclick(' + countTab + ',' + x + ',\'' + arrayLink[x] + '\',\'' + tabColor + '\')');
			//document.getElementById('intext' + (x+1) + 'Id').setAttribute('onmouseover','alert(\'bli\')');
			
			//document.getElementById('intext' + (x+1) + 'Id').onmouseover = this.testit('rt');
			
			document.getElementById('intext' + (x+1) + 'Id').onmousedown = function()
			{
				subnavclick(this.countTab,this.selectedTab,this.subLink,this.tabColor)
			};
		}
	}
}


function testit(a)
{
	alert(a);
}

function subnavclick(countTab,selectedTab,subLink,tabColor)
{
	document.getElementById('niv0selectId').style.visibility = 'hidden';
	//document.getElementById('pointsId').style.visibility = 'hidden';
	
	for(x=0;x<countTab;x++)
	{
		if(x == selectedTab)
			document.getElementById('tab' + (x+1) + 'Id').style.backgroundColor = tabColor;
		else
			document.getElementById('tab' + (x+1) + 'Id').style.backgroundColor = '#6A8374';

			document.getElementById('tab' + (x+1) + 'Id').style.borderBottom = '1px solid #B2BFB5';
	}
	//alert(subLink);
	document.getElementById('contentId').style.backgroundImage = 'url(../img/centre_a.gif)';
	loadXMLDoc('contentId',subLink);
}	

function load_emploi()
{
	document.getElementById('niv0selectId').style.visibility = 'hidden';
	document.getElementById('contentId').style.backgroundImage = 'url(../img/centre_a.gif)';
	type=0;
	if(document.getElementById('ban2Id').style.backgroundImage == 'url(../img/emp_industr.gif)')
		type = 1;
	if(document.getElementById('ban2Id').style.backgroundImage == 'url(../img/emp_jardin.gif)')
		type = 2;
	if(document.getElementById('ban2Id').style.backgroundImage == 'url(../img/emp_pompier.gif)')
		type = 3;
	loadXMLDoc('contentId','emploi.php?type='+ type);
}

function load_form()
{
	document.getElementById('niv0selectId').style.visibility = 'hidden';
	document.getElementById('contentId').style.backgroundImage = 'url(../img/centre_a.gif)';
	loadXMLDoc('contentId','contact.php');
}

function load_points()
{
	document.getElementById('niv0selectId').style.visibility = 'hidden';
	document.getElementById('contentId').style.backgroundImage = 'url(../img/centre_a.gif)';
	loadXMLDoc('contentId','points.php');
}

function load_news(nwsid)
{
	document.getElementById('niv0selectId').style.visibility = 'hidden';
	document.getElementById('contentId').style.backgroundImage = 'url(../img/centre_a.gif)';
	loadXMLDoc('contentId','news.php?id=' + nwsid);
}


/* CSS STYLE DATA RECOVER */

function getStyle(oElm, strCssRule){
	var strValue = "";
	if(document.defaultView && document.defaultView.getComputedStyle){
		strValue = document.defaultView.getComputedStyle(oElm, "").getPropertyValue(strCssRule);
	}
	else if(oElm.currentStyle){
		strCssRule = strCssRule.replace(/\-(\w)/g, function (strMatch, p1){
			return p1.toUpperCase();
		});
		strValue = oElm.currentStyle[strCssRule];
	}
	return strValue;
}

/* SLIDER FUNCTION */

function divScroller(contenerId,textId,dir,step)
{
	objContener = document.getElementById(contenerId);
	objText = document.getElementById(textId);
	
	objText_Ypos = parseInt(getStyle(objText,"top"));
	
	objContener_height = parseInt(getStyle(objContener,"height"));
	objText_height = parseInt(getStyle(objText,"height"));
	
	downLimit = objText_Ypos + objText_height;
	
	if(dir == "down" && objText_Ypos < 0) objText.style.top = objText_Ypos + step;
	if(dir == "up" && downLimit > objContener_height) objText.style.top = objText_Ypos - step;
}

function verScroll(dir, spd, loop, divid) {
	loop = true;
	direction = "up";
	speed = 10;
	scrolltimer = null;

	var page = document.getElementById(divid).style;

	direction = dir;
	speed = parseInt(spd);

	var y_pos = parseInt(page.top);
	
	if (loop == true)
	{
		if (direction == "dn")
		{
			page.top = (y_pos - (speed));
		}
		else
		{  
			if (direction == "up" && y_pos < 10)
			{
				page.top = (y_pos + (speed));
			}
			else
			{
				if (direction == "top")
				{
					page.top = 0;
				}
			}
		}
		scrolltimer = setTimeout("verScroll(direction,speed,'true','" + divid + "')", 1);
	}
}

function stopScroll()
{
	loop = false;
	clearTimeout(scrolltimer);
}

/*
function startbordel()
{
	G = new Array()
	G[G.length] = ["Manutention humide", [["CUIR"],["synthetique"]]];G[G.length] = ["Manutention  fine", [["CUIR"],["synthetique"]]];G[G.length] = ["Manutention sèche", [["CUIR"],["synthetique"]]];G[G.length] = ["Manutention grasse", [["CUIR"]]];G[G.length] = ["Anti-coupure niveau 3", [["anti-chaleur"],["grip gras", ["cuir"]],["grip humide", ["cuir"]],["grip sec", ["cuir","synthétique"]]]];G[G.length] = ["Anti-coupure niveau 4", [["anti-chaleur"],["grip gras", ["cuir","synthétique"]],["grip humide", ["cuir","synthétique"]],["grip sec", ["cuir","synthétique"]]]];G[G.length] = ["Anti-coupure niveau 5", [["anti-chaleur"],["grip gras", ["cuir","synthétique"]],["grip humide", ["cuir","synthétique"]],["grip sec", ["cuir","synthétique"]]]];G[G.length] = ["Anti-chaleur", [["100°"],["250° et plus"],["400° et plus"],["600° et plus"]]];G[G.length] = ["Anti-froid", [["0 à -10°"],["10° à 0°"],["-10° à -30°"],["-30° à -100° imperméable"]]];G[G.length] = ["Soudure", [["Arc"],["argon"]]];G[G.length] = ["Pompiers"];G[G.length] = ["Forestier", [["Bucheron"],["Forestier"]]];G[G.length] = ["Nettoyage et ramassage de déchets"];G[G.length] = ["Peinture"];G[G.length] = ["Projection de metal fondu"];G[G.length] = ["Chimie légère"];G[G.length] = ["Tabliers"];G[G.length] = ["Casquette"];G[G.length] = ["Chaleur et liquide chaud"];G[G.length] = ["Nettoyage lustrage"];G[G.length] = ["Kevlar / twaron"];G[G.length] = ["Dyneema"];G[G.length] = ["Problemes d allergies"];G[G.length] = ["Anti-piqure"];G[G.length] = ["Manchettes"];
	G1 = new Array();

}

function startbordel2(G)
{
	
	for(i=0;i<G.length;i++) {			
		if (G[i].length == 1) { goprod = "javascript:okprod("+i+",-1,-1)"; } else { goprod = "#"; }
		document.writeln("<li><a href='"+goprod+"'>"+G[i][0]+"</a>");
		if (G[i].length > 1) {
			document.writeln("<ul>");
			for(j=0;j<G[i][1].length;j++) {	
				if (G[i][1][j].length == 1) { goprod = "javascript:okprod("+i+","+j+",-1)"; } else { goprod = "#"; }	
				//goprod = "javascript:okprod("+i+","+j+",-1)";		
				document.writeln("<li><a href='"+goprod+"'>&nbsp;&nbsp;" + G[i][1][j][0] + "</a>");			
				if (G[i][1][j].length > 1) {
					document.writeln("<ul>");
					for(k=0;k<G[i][1][j][1].length;k++) {
						goprod = "javascript:okprod("+i+","+j+","+k+")";						
			   			document.writeln("<li><a href='"+goprod+"'>&nbsp;&nbsp;" + G[i][1][j][1][k]+"</a></li>");
					}
					document.writeln("</ul>");
				}
				document.writeln("</li>");
			}
			document.writeln("</ul>");		
		}
		document.writeln("</li>");
	}
}
*/