function getScrollPosition()
{
    return Array((document.documentElement && document.documentElement.scrollLeft) || window.pageXOffset || self.pageXOffset || document.body.scrollLeft,(document.documentElement && document.documentElement.scrollTop) || window.pageYOffset || self.pageYOffset || document.body.scrollTop);
}

/*function demarrage(x_coor,y_coor){
     document.getElementById('puceanim').style.visibility="visible";
		 document.getElementById('puceanim').style.position="absolute";
		 var pos_puceX_depart=x_coor+document.getElementById('id_carte').offsetLeft-4;
     var pos_puceY_depart=y_coor+document.getElementById('id_carte').offsetTop-4;
		 var commandebis="document.getElementById('puceanim').style.top=" + '"' + pos_puceY_depart + 'px";';
     eval(commandebis);
		 commandebis="document.getElementById('puceanim').style.left=" + '"' + pos_puceX_depart + 'px";';
     eval(commandebis);
}*/


function demarrage(x_coor,y_coor){
     document.getElementById('puceanim').style.visibility="visible";
		 document.getElementById('puceanim').style.position="absolute";
		 var pos_puceX_depart=x_coor+document.getElementById('id_carte').offsetLeft-4;
     var pos_puceY_depart=y_coor+document.getElementById('id_carte').offsetTop-4;
		 var commandebis="document.getElementById('puceanim').style.top=" + '"' + pos_puceY_depart + 'px";';
     eval(commandebis);
		 commandebis="document.getElementById('puceanim').style.left=" + '"' + pos_puceX_depart + 'px";';
     eval(commandebis);
     
     document.getElementById('shazam').style.visibility="visible";
		 document.getElementById('shazam').style.position="absolute";
		 pos_puceX_depart=pos_puceX_depart+5;
		 pos_puceY_depart=pos_puceY_depart-2;
		 commandebis="document.getElementById('shazam').style.top=" + '"' + pos_puceY_depart + 'px";';
     eval(commandebis);
		 commandebis="document.getElementById('shazam').style.left=" + '"' + pos_puceX_depart + 'px";';
     eval(commandebis);
}

function display_info(x_coor,y_coor,id_gugusse){
     document.getElementById('puceanim').style.visibility="visible";
		 document.getElementById('puceanim').style.position="absolute";
		 var pos_puceX_depart=x_coor+document.getElementById('id_carte').offsetLeft-4;
     var pos_puceY_depart=y_coor+document.getElementById('id_carte').offsetTop-4;
		 var commandebis="document.getElementById('puceanim').style.top=" + '"' + pos_puceY_depart + 'px";';
     eval(commandebis);
		 commandebis="document.getElementById('puceanim').style.left=" + '"' + pos_puceX_depart + 'px";';
     eval(commandebis);

     // affiche formateurs
     document.getElementById('shazam').style.visibility="visible";
		 document.getElementById('shazam').style.position="absolute";
		 commandebis="document.getElementById('shazam').innerHTML=document.getElementById('formateur" + id_gugusse + "').innerHTML;";
     eval(commandebis);
		 pos_puceX_depart=pos_puceX_depart+5;
		 pos_puceY_depart=pos_puceY_depart-2;
		 commandebis="document.getElementById('shazam').style.top=" + '"' + pos_puceY_depart + 'px";';
     eval(commandebis);
		 commandebis="document.getElementById('shazam').style.left=" + '"' + pos_puceX_depart + 'px";';
     eval(commandebis);
}

function hide_info(){
     document.getElementById('puceanim').style.visibility="hidden";
     document.getElementById('shazam').style.visibility="hidden";
}