function BrowserCheck() {
	var b = navigator.appName
	if (b=="Netscape") this.b = "ns"
	else if (b=="Microsoft Internet Explorer") this.b = "ie"
	else this.b = b
	this.version = navigator.appVersion
	this.v = parseInt(this.version)
	this.ns = (this.b=="ns" && this.v>=4)
	this.ns4 = (this.b=="ns" && this.v==4)
	this.ns5 = (this.b=="ns" && this.v==5)
	this.ie = (this.b=="ie" && this.v>=4)
	this.ie4 = (this.version.indexOf('MSIE 4')>0)
	this.ie5 = (this.version.indexOf('MSIE 5')>0)
	this.min = (this.ns||this.ie)
}
is = new BrowserCheck()

function OpenF(){
FenL=window.open('http://www.oiseaux.net/cgi-bin/imp.pl?PAGE='+PAGE,'FL','toolbar=0,titlebar=0,scrollbars=1,status=0,width=750,height=570');
FenL.moveTo(20,0)
FenL.focus();
}
Imprime = '';

//if(Men != -1) 	Imprime += '<a href="#" onclick="OpenF()"><img width="16" height="16" border=0 src="http://www.hirondelle.oiseaux.net/images/imprime.gif" align="absbottom" alt="Version imprimable"></a> | '

if (is.ie)
	Imprime += '<a href="javascript:window.external.addfavorite(\'http://www.hirondelle.oiseaux.net/oiseaux.html\',%20\'Les hirondelles\')"><img src="http://www.oiseaux.net/images/ie.gif" border=0 name=URL width="16" height="16" alt="Ajouter à vos favoris" align="absbottom"></a>';



document.write(Imprime)
