/*
	browser-Variable aus nse_inc_allg: 
	
	ff IsFirefox 
	ie MSExplorer 
	ismac = Mac 
	iswin = Windows 
	ns4 Netscpe 4
	ns6 Netscpe 6
	ns7 Netscpe 7
*/

function ZuFavoriten(){
	if (ie || ff) {
		window.external.AddFavorite(top.location.href, top.document.title);
	}
	if (ns4 || ns6 || ns7)	{
		alert("Dr&uuml;cken Sie STRG + D um die Seite als Bookmark aufzunehmen.\n Please press STRG + D to bookmark this site.");
	}
}
