// fonction link pour les liens de l'entête
function link(_url,_nom,_larg,_haut,_defil)
{
	var op_scroll  = _defil;
	var op_wid  = _larg;
	var op_heigh = _haut;
	var op_tool  = 1;
	var op_loc_box  = 1;
	var op_dir  = 1;
	var op_stat  = 1;
	var op_menu  = 1;
	var op_resize  = 1;                
	var options = "toolbar="+ op_tool +",location="+ op_loc_box +",directories=" 
	+ op_dir +",status="+ op_stat +",menubar="+ op_menu +",scrollbars="  
	+ op_scroll +",resizable="  + op_resize +",width=" + op_wid +",height="+ op_heigh;
	var wNom = window.open(_url, _nom, options);
	if(_nom.focus){_nom.focus();}
}



//function footer pour le pieds de page
function footer()
{
	document.write('<span class="QuickLinkTextWhite"><A HREF="index.htm" target="_self">&lt;Home&gt;</a>');
	document.write('<A HREF="products.php" 		target="_self">&lt;&#20135;&#21697;&#20171;&#32461;&gt</a>');
	document.write('<A HREF="solutions.php" 		target="_self">&lt;&#20195;&#29702;&#21830;&gt;</a><br/>');
	document.write('<A HREF="http://www.ige-xao.com/software-editor/index.htm" target="_parent">software publisher</a>,the Computer-Aided Design specialist dedicated to electrical engineering, systems and industrial fluids.');
}

function footer_continent()
{
	document.write('<span class="QuickLinkTextWhite"><A HREF="../index.php" target="_self">&lt;Home&gt;</a>');
	document.write('<A HREF="../products.php" 		target="_self">&lt;Products&gt</a>');
	document.write('<A HREF="../solutions.php" 	target="_self">&lt;Solutions&gt;</a>');
	document.write('<A HREF="../support.php" 		target="_self">&lt;Support&gt;</a>');
	document.write('<A HREF="../downloads.php" 	target="_self">&lt;Downloads&gt;</a>');
	document.write('<A HREF="../purchase.php" 		target="_self">&lt;Purchase&gt;</a>');
	document.write('<A HREF="../company.php"		target="_self">&lt;Company&gt;</a>');
	document.write('<A HREF="../investors.php"		target="_self">&lt;Investors&gt;</a>');
	document.write('<A HREF="../partners.php"		target="_self">&lt;Partners&gt;</a>');
	document.write('<A HREF="../contact_us.php"	target="_self">&lt;Contact us&gt;</a></span><br/><span class="QuickLinkTextWhite">IGE+XAO  ');
	document.write('<A HREF="http://www.ige-xao.com/software-editor/index.htm" target="_parent">software publisher</a>,the Computer-Aided Design specialist dedicated to electrical engineering, systems and industrial fluids.');
}


function footer_products()
{
	document.write('<span class="QuickLinkTextWhite"><A HREF="../../index.php" target="_self">&lt;Home&gt;</a>');
	document.write('<A HREF="../../products.php" 		target="_self">&lt;Products&gt</a>');
	document.write('<A HREF="../../solutions.php" 	target="_self">&lt;Solutions&gt;</a>');
	document.write('<A HREF="../../support.php" 		target="_self">&lt;Support&gt;</a>');
	document.write('<A HREF="../../downloads.php" 	target="_self">&lt;Downloads&gt;</a>');
	document.write('<A HREF="../../purchase.php" 		target="_self">&lt;Purchase&gt;</a>');
	document.write('<A HREF="../../company.php"		target="_self">&lt;Company&gt;</a>');
	document.write('<A HREF="../../investors.php"		target="_self">&lt;Investors&gt;</a>');
	document.write('<A HREF="../../partners.php"		target="_self">&lt;Partners&gt;</a>');
	document.write('<A HREF="../../contact_us.php"	target="_self">&lt;Contact us&gt;</a></span><br/><span class="QuickLinkTextWhite">IGE+XAO  ');
	document.write('<A HREF="http://www.ige-xao.com/software-editor/index.htm" target="_parent">software publisher</a>,the Computer-Aided Design specialist dedicated to electrical engineering, systems and industrial fluids.');
}

function changeColor(cellule,backGroundcolor,colorPolice)
{
	cellule.style.backgroundColor = backGroundcolor;
	cellule.style.color = colorPolice;
}


<!---******************************Fonctions pour le calque -->

function switchid(id){	
	hideallids();
	showdiv(id);

}

function hideallids(){
	//loop through the array and hide each element by id
	for (var i=0;i<ids.length;i++){
	//	document.write (ids[i]);
		hidediv(ids[i]);
	}		  
}

function hidediv(id) {
	//safe function to hide an element with a specified id
	if (document.getElementById) { // DOM3 = IE5, NS6
		document.getElementById(id).style.display = 'none';
	}
	else {
		if (document.layers) { // Netscape 4
			document.id.display = 'none';
		}
		else { // IE 4
			document.all.id.style.display = 'none';
		}
	}
}

function showdiv(id) {
	//safe function to show an element with a specified id
		  
	if (document.getElementById) { // DOM3 = IE5, NS6
		document.getElementById(id).style.display = 'block';
	}
	else {
		if (document.layers) { // Netscape 4
			document.id.display = 'block';
		}
		else { // IE 4
			document.all.id.style.display = 'block';
		}
	}
}


<!-- *******************************************************Fin***-->
<!--*******************FONCTION POUR HELP DESK********************--->

function MM_jumpMenu(targ,selObj,restore)
{ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  
  if (restore) selObj.selectedIndex=0;
}
<!--*******************************************************Fin*****-->