browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);

function popup(url, largeur, hauteur) {
	var existe=false
	var contexte=""
	if (contexte == "CCR") existe=true;
	if (existe==false) {
		var viewerpop = window.open(url,'pw','location=no,toolbar=no,resizable=no,status=no,width='+largeur+',height='+hauteur);
		if ( browserName == "Netscape") viewerpop.focus();
    };
	if (existe==true) top.location.href=url;
}

function go_url(dest) {
	document.location.href = dest.value ;
}

function password_auto(password) {
	document.createForm.motpasse_client.value	= password ;
	document.createForm.motpasse2_client.value	= password ;
}
