browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))
if (browser){
//----------------
// pas de selection de texte

function disableselect(e){
	return false
	}

function reEnable(){
	return true
	}

	//if IE4+
	document.onselectstart=new Function ("return false")
	
	//if NS6
	if (window.sidebar){
	document.onmousedown=disableselect
	document.onclick=reEnable
	}

function recomend(data1,data2){
eval ('popup=window.open("squelettes/pop_recomend.php?article=' + data1 + '&sommaire=' + data2 + '","recomend","width=330,height=195")');
}

function contact(){
eval ('popup2=window.open("squelettes/pop_contact.php","contact","width=330,height=332")');
}

function legal(){
eval ('popup3=window.open("squelettes/pop_legal.php","legal","width=330,height=330")');
}

//------------------ 
}

