

function addFavoris() {
if ( navigator.appName != 'Microsoft Internet Explorer' )
{ window.sidebar.addPanel("Aphnu","http://www.aphnu.fr/",""); }
else { window.external.AddFavorite("http://www.aphnu.fr/","Aphnu"); } }

// PNG fix in IE6 and below
if (navigator.appName == 'Microsoft Internet Explorer' && (navigator.appVersion < 7)) { // Internet Explorer 6
	DD_belatedPNG.fix('.transimg'); // PNG Fix
}

