	//détection navigateur
	function lib_bwcheck(){ 
	 /* this.ver=navigator.appVersion
	  this.agent=navigator.userAgent
	  this.dom=document.getElementById?1:0
	  this.opera5=this.agent.indexOf("Opera 5")>-1
	  this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom && !this.opera5)?1:0;
	  this.ie7=(this.ver.indexOf("MSIE 7")>-1 && this.dom && !this.opera5)?1:0;
	  this.mac=this.agent.indexOf("Mac")>-1
	  this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0;
	  this.ns7=(this.dom && parseInt(this.ver) >= 6) ?1:0; 	  
	  this.ns4=(document.layers && !this.dom)?1:0;
	  this.bw=(this.ie7||this.ie6||this.ns4||this.ns7||this.ns6||this.opera5)
	  return this 
	}

	bw = new lib_bwcheck()

	if(!bw.bw){
		alert('Ce site ne fonctionne pas avec une version inférieure à Internet Explorer 6.0'); */
	}
	
	// Global JavaScript Document

	document.write('<scr' + 'ipt src="/library/js/udm-functions.js" type="text/javascript"><\/scr' + 'ipt>');	
	
	onload = function()
	{

		// Add Chip to items menu
		for(i=0;i<gb("udm").getElementsByTagName("a").length;i++) gb("udm").getElementsByTagName("a")[i].innerHTML = "<span class=\"chip\">&#8226;</span>&nbsp;" + gb("udm").getElementsByTagName("a")[i].innerHTML;
		
		// Set structure onresize
		onresize = function()
		{
			setElement();
		}
		
	}
	
	function gb(id){return document.getElementById(id)}   // Puce carré devant "udm" second et futur niveaux
