
function mleg(){
window.open("aveyron/mention.html","mentions","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=0,width=460,height=470,left=200,top=150");
}

function courrier(){
window.open("aveyron/courrier.php","couriel","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,width=550,height=500,left=200,top=200");
}

function reco(){
window.open("aveyron/recommander.php","recommandation","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,width=550,height=450,left=200,top=200");
}

var bookmarkurl="http://www.canoegorgesaveyron.com"
var bookmarktitle="Descente des gorges de l'Aveyron en canoé kayak...."

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
   

 
function isnscroll(hype) {
 var shameless = 100
 var prtspc = " ";
 var col = 1;
 var promotional="   -- Détente -- Baignade -- Canoë-Kayak -- Aventure -- Ludique -- Nature -- Sportif -- Découverte --"
 if (hype>shameless) {
  hype--;
  var cmd="isnscroll(" + hype + ")";
  isntimer=window.setTimeout(cmd,shameless);
 }
 else if (hype<=shameless && hype>0) {
  for (col=0;col<hype;col++) {
   prtspc+=" ";
  }
  prtspc+=promotional;
  hype--;
  var cmd="isnscroll(" + hype + ")";
  window.status=prtspc;
  isntimer=window.setTimeout(cmd,shameless);
 }
 else if (hype<=0) {
  if (-hype<promotional.length) {
   prtspc+=promotional.substring(-hype,promotional.length);
   hype--;
   var cmd="isnscroll(" + hype + ")";
   window.status=prtspc;
   isntimer=window.setTimeout(cmd,100);
  }
  else {
   window.status=" ";
   isntimer=window.setTimeout("isnscroll(100)",75);
  }
 }
}
function startit() {
 isntimer=window.setTimeout("isnscroll(100)",500);
}