// JavaScript Document

function translate(value)
{
	var newhost = 'www.entimesoft.com';
	var protocol = location.protocol + "//";
	var url = location.pathname;
	
	if (value=='home')
	{
		document.write('<a id="util-enfrancais" href="' + protocol + newhost + url + '"><img src="/images/bg/spacer.gif" border="0" width="87" height="13" /></a>');
	}
	else
	{
		document.write('<a id="util-enfrancais" href="' + protocol + newhost + url + '"><img src="/images/bg/spacer.gif" border="0" width="106" height="13" /></a>');	
	}
}