//<![CDATA[
// Copyright (c) GraphicWeb Interactive Solutions

function GWControl_JSDetect() {document.getElementById("GW_JS_Support").style.display="none";}

function GWControl_Frames() {if(parent.frames.length>0) {window.top.location.href=location.href;}}

function GWControl_Reload(gwpage) {window.top.location.replace(gwpage);}

function GWControl_COOKIEDetect(gwpath)
	{
	var gwcookie=new Date();
	chkcookie=(gwcookie.getTime()+'');document.cookie="chkcookie="+chkcookie+"; path=/";
	
	if(document.cookie.indexOf(chkcookie,0)<0)
		{
		document.write('<table width="100%" border="0" cellspacing="3" cellpadding="0" id="GW_JS_Support" class="GWControl_Cadre"><tr><td width="30" align="center" '
			+'class="GWModule_Alert"><img src="'+gwpath+'Design/Puce_Info.gif" alt="" width="20" height="20" /></td><td class="GWControl_Texte">La configuration actuelle '
			+'de votre navigateur ne permet pas une utilisation normale de ce site. Pour rem&eacute;dier &agrave; ce probl&egrave;me, vous devez activer l\'utilisation '
			+'des Cookies dans les options ou vous pouvez obtenir plus d\'informations sur la m&eacute;thode en <a href="'+gwpath+'Librairies/GWControl_HelpCOOKIE.php" '
			+'class="GWControl_Url" target="_blank">[cliquant ici]</a>...</td></tr></table>');
		}
	}
//]]>
