// JavaScript Document
 
function favoris() {
if ( navigator.appName != 'Microsoft Internet Explorer' ){ 
	window.sidebar.addPanel("Short description here","http://www.greenmachines.ie/",""); 
}
else { 
	window.external.AddFavorite("http://www.greenmachines.ie/","Short description here"); } 
}