nav = navigator.appName.substring(0,3);
ver = navigator.appVersion.substring(0,1)
versionNav = navigator.appVersion;
placeMSIE5 = versionNav.indexOf("MSIE");

function AfficheHomePage()
{
	if (placeMSIE5 > -1)
	{
		document.write('<A HREF="#" onClick="HomePage(this);return(false);"><img alt="" src="images/accueil.gif" width=14 height=14 border="0" hspace=3></A>');
	}
}
function HomePage(obj)
{
	obj.style.behavior='url(#default#homepage)';
	obj.setHomePage('http://www.cyberatom.com/');
}
function addFav()
{
	if (nav == "Mic" && ver >= 4)
	{
		url_site="http://www.cyberatom.com/";
		titre_site = "Cyber@tom Association - Communauté de passionnés de Visual Basic";
		document.write('<A HREF="#" onClick="window.external.AddFavorite(url_site, titre_site);return(false);"><img alt="" src="images/favoris.gif" width=15 height=13 hspace=3 border="0"></A>')
	}
}

function Open_Popup (url,width,height)
{
	window.open (url,'_blank','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width='+width+',height='+height)
}
	
function NavRollOver(oTd) {if (!oTd.contains(event.FROMElement)) {oTd.bgColor="#CC0000"}}
function NavRollOut(oTd) {if (!oTd.contains(event.toElement)) {oTd.bgColor="#006699";}}

function MM_displayStatusMsg(msgStr) 
{ 
	//v1.0
  	status=msgStr;
  	document.MM_returnValue = true;
}