function acces ()
{
	var action;
	if (((document.location).toString()).indexOf("www.ucatchit.com") != -1 && document.getElementById("account").value.indexOf( "-REF" ) != -1)
		action = "http://www.ucatchit-referencement.com/cgi-bin/l_passe";
	else
		action = "/cgi-bin/l_passe";

	document.getElementById("connect").action=action;
	document.getElementById("connect").method="post";
	document.getElementById("connect").submit()
}

sccompte = '<[--$account--]>';
if (sccompte < "A")
	sccompte = '';
document.write( '	<form id="connect" action="javascript:acces()" name="connect">');
document.write( '		<table width="260" cellpadding="0">' );
document.write( '			<tr>' );
document.write( '				<td width="90"><img src="/images/log_login.gif" width="88" height="20" alt="login" /><br /></td>' );
document.write( '				<td width="120"><input type="text" id="account" name="account" tabindex="1" value="'+sccompte+'"/></td>' );
document.write( '				<td width="50" rowspan="2" align="right"><input type="image" src="/images/log_ok.gif" alt="OK" class="btn" tabindex="3" />' );
document.write( '				<input type="hidden" name="lg" value="fr" />');
document.write( '				<input type="hidden" name="skin" value="bleu" /></td>');
document.write( '				<input type="hidden" name="menu" value="__SUVABPH___SAR" />');
document.write( '				<input type="hidden" name="tag_uci" value="'+top.name+'" />');
document.write( '			</tr>' );
document.write( '			<tr>' );
document.write( '				<td><img src="/images/log_pass.gif" width="88" height="20" alt="Mot de passe" /><br /></td>' );
document.write( '				<td><input type="password" name="passe" tabindex="2" /></td>' );
document.write( '			</tr>' );
document.write( '		</table>' );
document.write( '	</form>' );
document.connect.account.focus();