
	// Global Js File
	
	document.write('<scr' + 'ipt language="JavaScript1.5" src="/js/final/lib.js" type="text/javascript"><\/scr' + 'ipt>');
	document.write('<scr' + 'ipt language="JavaScript1.5" src="/js/final/lib_img.js" type="text/javascript"><\/scr' + 'ipt>');
	
	// Undefined var
	var und
	
	// Rubriques Cepi
	topic = ["mba","cycles","seminaires","actions","conseil","coaching","entreprise"]
		
	function _global_init()
	{
		if(window.need_local_init) local_init();
		/*
		correct_png();
		r = window.open()
		r.document.write(document.body.innerHTML)
		*/
	}
	
	function correct_png() // correctly handle PNG transparency in Win IE 5.5 or higher. 
	   { 
	   for(var i=0; i<document.images.length; i++) 
		  { 
		 var img = document.images[i] 
		 var imgName = img.src.toUpperCase() 
		 if (imgName.substring(imgName.length-3, imgName.length) == "PNG") 
			{ 
		   var imgID = (img.id) ? "id='" + img.id + "' " : "" 
		   var imgClass = (img.className) ? "class='" + img.className + "' " : "" 
		   var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' " 
		   var imgStyle = "display:inline-block;" + img.style.cssText 
		   if (img.align == "left") imgStyle = "float:left;" + imgStyle 
		   if (img.align == "right") imgStyle = "float:right;" + imgStyle 
		   if (img.parentElement.href) imgStyle = "cursor:hand;" + imgStyle       
		   var strNewHTML = "<span " + imgID + imgClass + imgTitle 
		   + " style=\"" + "width:" + img.width + "px; height:" + img.height + "px;" + imgStyle + ";" 
			+ "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader" 
		   + "(src=\'" + img.src + "\', sizingMethod='scale');\"></span>" 
		   img.outerHTML = strNewHTML;
		   i = i-1 
			} 
		  } 
	   } 
	   
	function _pop(maPage,monName,w,h,scroll)
	{
		/*var winl = (screen.width-w) / 2;
		var wint = (screen.height-h) / 2;*/
		
		var winl = 0;
		var wint = (screen.height-h) - 80;
		
		winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
		win = window.open(maPage, monName, winprops)
		if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
	}


