if (!defineNavigator)
	{
	isNS4 = (document.layers) ? true : false;
	isIE4 = (document.all && !document.getElementById) ? true : false;
	isIE5 = (document.all && document.getElementById) ? true : false;
	isNS6 = (!document.all && document.getElementById) ? true : false;
	isIE4up = (document.all) ? true : false;
	defineNavigator = true;
	}
/*
function emptyField (fi)
	{
	if (fi == "reg_name")
		{
		eval ("var tmp = document.form."+fi+".value");
		if (tmp == "Si vous êtes abonné, précisez  votre nom, suivi de votre numéro d'abonnement")
			eval ("document.form."+fi+".value = '';");	
		}
	}*/

//Fonctionnalité ajouter au favoris
function addToMyFavorite ()
	{
	if(isIE4up)
		window.external.AddFavorite (location.href,document.title)
	}
//---

//Fonctionnalité Page de démarrage
function scanLaunchPage ()
	{
	if (document.all && document.getElementById)
		{
		document.write (' l <A HREF="#" onClick="setLaunchPage (this);return (false);" CLASS="liensbas">dossierfamilial.com en page de démarrage</A><BR>');
		}
	}
function setLaunchPage (obj)
	{
	obj.style.behavior='url(#default#homepage)';
	obj.setHomePage('www.dossierfamilial.com');
	}
//---

function lauchPopup (modepopup,p_w,p_h,p_scroll,p_resize,elem)
	{
	if (modepopup == "actu")
		address_pop = "../user/embed_popups.php?actupop="+elem;
	
	if (modepopup == "send2friend")
		address_pop = "../user/embed_popups.php?send2friend=1";
		
	if (modepopup == "full")
		address_pop = elem;
	
	if (modepopup == "thinkaboutit")
		address_pop = "../user/embed_popups.php?thinkaboutit2=1";
	
	//Caractéristiques spécifique de lauchPopup
	var p_directories = "no";
	var p_menubar = "no";
	var p_status = "no";
	var p_toolbar = "no";
	
	//Pour test
	//var locstatus = "yes";
	var locstatus = "no";
	
	if (address_pop)
		{
	strParam = "location="+locstatus+",toolbar="+p_toolbar+",directories="+p_directories+",menubar="+p_menubar+",";
	strParam += "resizable="+p_resize+",scrollbars="+p_scroll+",status="+p_status+",width="+p_w+",height="+p_h;
	popname = "popup_"+modepopup;
	eval (popname+" = window.open (address_pop,popname,strParam);");
		}
	}

function lauchPopup2 (modepopup,p_w,p_h,p_scroll,p_resize,elem)
	{
	if (modepopup == "actu")
		address_pop = "../user/embed_popups.php?actupop="+elem;
		
	if (modepopup == "full")
		address_pop = elem;
	
	//Caractéristiques spécifique de lauchPopup
	var p_directories = "no";
	var p_menubar = "no";
	var p_status = "no";
	var p_toolbar = "yes";
	
	//Pour test
	//var locstatus = "yes";
	var locstatus = "no";
	
	if (address_pop)
		{
	strParam = "location="+locstatus+",toolbar="+p_toolbar+",directories="+p_directories+",menubar="+p_menubar+",";
	strParam += "resizable="+p_resize+",scrollbars="+p_scroll+",status="+p_status+",width="+p_w+",height="+p_h;
	popname = "popup_"+modepopup;
	eval (popname+" = window.open (address_pop,popname,strParam);");
		}
	}

function ontheweb (where)
	{
	window.open (where,'_blank');
	}

function pop_actu (idactu)
	{
	lauchPopup ("actu",507,200,"1","no",idactu);
	}

function pop_send2friend ()
	{
	lauchPopup ("send2friend",490,300,"auto","no");
	}

function pop_thinkaboutit ()
	{
	var waitThink = setTimeout ("launch_pop_thinkaboutit ();", 5000);
	}

function launch_pop_thinkaboutit ()
	{
	lauchPopup ("thinkaboutit", 400, 250,"no","no");
	}
	
function openLegales(){
		window.open('http://www.dossierfamilial.com/user/templates/part1_expert/public/content/legales.html', 'legales', 'height=450, width=400, location=0, menubar=0, resizable=1, scrollbars=1, status=0, toolbar=0, top=100, left=200');
}