
var bookmarkurl="http://www.abbill.net"
var bookmarktitle="-> @BBil le net au quotidien..."

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}


function courl(){
window.open("http://www.abbill.net/pages/popmail.php3","mailpop","toolbar=1,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,width=460,height=350,left=0,top=0");
}

function chat_strt(){
window.open("http://www.abbill.net/chat/index.php","winchat","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,width=300,height=150,left=100,top=100");
}
function recom(){
window.open("http://www.abbill.net/suggest/suggerer.html","recommandation","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,width=500,height=350,left=100,top=100");
}
function tel(){
window.open("http://www.abbill.net/pages/tele.html","telepop","toolbar=0,location=0,directories=0,menuBar=0,resizable=0,width=360,height=650,left=100,top=10");
}
function lot(){
window.open("http://www.abbill.net/pages/loto.html","lotopop","toolbar=0,location=0,directories=0,menuBar=0,resizable=0,width=500,height=250,left=100,top=10");
}

function VersionNavigateur(Netscape, Explorer) {
  if ((navigator.appVersion.substring(0,3) >= Netscape && navigator.appName == 'Netscape') ||
      (navigator.appVersion.substring(0,3) >= Explorer && navigator.appName.substring(0,9) == 'Microsoft'))
    return true;
else return false;
}
function AfficheHeure() {
	var dt=new Date();
	var heure=dt.getHours();
	var min=dt.getMinutes(); if (min<10) {min="0"+min;}
	var sec=dt.getSeconds(); if (sec<10) {sec="0"+sec;}
	window.status="::::: "+heure+":"+min+":"+sec+" ::::: IL EST L'HEURE D'AJOUTER @BBill.net A VOS FAVORIS !!!"
	setTimeout("AfficheHeure()",1000);
}




