<!--

		 function changeImage(img) {
			window.document.images["image_pmm"].src = img;
			return true;
		}

function ChangeMessage(message1,champ1,message2,champ2,message3,champ3)
  {
  if(document.getElementById)
    document.getElementById(champ1).innerHTML = message1;
    document.getElementById(champ2).innerHTML = message2;
    document.getElementById(champ3).innerHTML = message3;
  }

function openWindow(theURL,winName,features)
{
window.open(theURL,"blank",features);
}
function afficher()
{
window.focus();
}
function fermer()
{
window.close();
}

ScrollSpeed = 200;
ScrollChars = 1;

function ScrollMarquee() {
window.setTimeout('ScrollMarquee()', ScrollSpeed);
var msg = document.scrollform.box.value;
document.scrollform.box.value = msg.substring(ScrollChars) + msg.substring(0, ScrollChars);
}

var bookmarkurl="http://www.dmd65.org/"
var bookmarktitle="DMD65"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

var posBan4=0, ban4, delaiBan4, msgBan4;
function banniere4(delai) {
  delaiBan4 = delai;
  if (posBan4 >= msgBan4.length)
    posBan4 = 0;
  else if (posBan4 == 0) {
    msgBan4 = '        ' + msgBan4;
    while (msgBan4.length < 128)
      msgBan4 += '        ' + msgBan4;
  }
  window.status = msgBan4.substring(posBan4,posBan4+msgBan4.length);
//  window.status = "http://www.dmd65.org/";
  posBan4++;
  ban4 = setTimeout("banniere4(delaiBan4)",delai);
}
 msgBan4='                     ';
// msgBan4='La Délégation Militaire Départementale des Hautes-Pyrénées vous souhaite de passer de Bonnes Fêtes de fin d\'année 2009.';
// msgBan4='La Délégation Militaire Départementale des Hautes-Pyrénées vous présente ses Meilleurs Voeux pour 2010.';
// msgBan4='dmd65.org';
 banniere4(100);

  function noRightClick(evnt) { var userAGENT = window.navigator.userAgent; if (userAGENT.indexOf("MSIE") > 0) { if (event.button == 2) { alert("Site réalisé par LV (R) Philippe Le Mercier."); return false; } } else { if (evnt.which == 3) { alert("Site réalisé par LV Philippe Le Mercier.."); return false; } } } document.onmousedown = noRightClick; 

//--- Replace la fenêtre en TOP. Attention fait appraître l'URL de redirection ----------
//if (window != top) {
//top.location.href=location.href;
//}
//--------------------



//-->
