function codage(xfile,code)
{
	if (xfile.code.value == "yawriats") 
	window.open("in.htm");
	else
	window.open("out.htm");

}