function plan(x,y)
{
	window.open('http://www.obiti.com/mappy/mappy.asp?x='+x+'&y='+y+'', '', 'height=500,width=540,status=yes,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes');
}

function carte(x,y) {
  //f2=window.open('carte/index.php?verif=1&trace_iti=1&time='+x+'&sens='+y,'carte','top=0,left=0,width='+screen.width+',height='+screen.height+',menubar=no,resize=yes');
  //window.location.href='carte/index.php?verif=1&trace_iti=1&time='+x;
  window.location.href='carte/index.php?verif=1&time='+x+'&sens='+y
  }