msg_asc_1 = "Cliquer ici pour obtenir l'arbre d'ascendance à partir de " ;
msg_asc_2 = "Cliquer ici pour aller vers la fiche individu de " ;
msg_des_1 = "Cliquer ici pour obtenir l'arbre de descendance à partir de" ;
msg_des_2 = "Cliquer ici pour aller vers la fiche individu de " ;
message_menu = "MOT DE PASSE NECESSAIRE POUR CETTE OPTION" ;
wedding_photo_msg_h_up = "Cliquer plusieurs fois pour élargir l'image horizontalement";
wedding_photo_msg_h_down = "Cliquer plusieurs fois pour rétrécir l'image horizontalement";
wedding_photo_msg_v_up = "Cliquer plusieurs fois pour rétrécir l'image verticalement ";
wedding_photo_msg_v_down = "Cliquer plusieurs fois pour élargir l'image verticalement";
msg_ascendents_1 = "Nombre d'ascendants théorique total au niveau de la  " ;
msg_ascendents_2 = " ième générations :" ;
ipprovider = "<?php gethostbyaddr(ipp) ?> " ;
domok = document.getElementById;
if (domok)
{
skn = document.getElementById("topdecklink").style;
if(navigator.appName.substring(0,3) == "Net")
document.captureEvents(Event.MOUSEMOVE);
document.onmousemove = get_mouse;
}
function poplink(msg)
{
var content ="<table border=0 cellpadding=0 cellspacing=0 bgcolor=#000000><tr><td><table width=100% border=0 cellpadding=2 cellspacing=1><tr><td bgcolor=#FCFDA5><font color=#000000 size=2 face='verdana'><center>"+msg+"</center></td></tr></table></td></tr></table>";
if (domok)
{
document.getElementById("topdecklink").innerHTML = content;
skn.visibility = "visible";
}
}
function get_mouse(e)
{
var x = (navigator.appName.substring(0,3) == "Net") ? e.pageX : event.x+document.body.scrollLeft;
var y = (navigator.appName.substring(0,3) == "Net") ? e.pageY : event.y+document.body.scrollTop;
skn.left = x - 60;
skn.top = y+20;
}
function killlink()
{
if (domok) skn.visibility = "hidden";
}
//-->
