
actu = "" + window.location

nomfich = 'a'	
tt = 0
minus = actu.length


while (tt != -1){
	
	
	nomfich = actu.substr(minus - tt -1, minus -1)
	
	if (nomfich.substr(0,1) == '/' ){
		 tt = -1 
	}
	else
	{
		 tt = tt + 1
		 if (tt == minus){
		 	tt = -1
		 	nomfich = ""
			}
	}
}

swlanglink = "fr" + nomfich

document.write("<body>")
document.write("<table id='Table_01' width='992' border='0' cellpadding='0' cellspacing='0'>")
document.write("	<tr>")
document.write("	<td height='6'>")
document.write("	</td>")
document.write("	</tr>")
document.write("	<tr>")
document.write("		<table width='992' height='54' border='0' cellpadding='0' cellspacing='0'>")
document.write("		<tr>")
document.write("		<td width='2'>")
document.write("		</td>")
document.write("		<td width='236' valign='top' align='center'>")
document.write("		<img src='common/grandite-web-logo-2.jpg' border='0' alt='Grandite'>")
document.write("		</td>")
document.write("		<td width='612'>")
document.write("		</td>")
document.write("		<td width='132' valign='top' align='right'><!--<a href='" + swlanglink + "'>Français</a>--><br>")
document.write("		</td>")
document.write("		<td width='10'>")
document.write("		</td>")
document.write("		</tr>")
document.write("		</table>")
document.write("	</tr>")
document.write("</table>")