function Favorites()
{
    if ((navigator.appName == "Microsoft Internet Explorer") && 
          (parseInt(navigator.appVersion) >= 4))
    {
        var url="http://www.office2007-lernportal.cc"
        var title="Office 2007 - Lernportal"
        window.external.AddFavorite(url,title)
    }
    else
    {
        var FavText = "Du kannst http://www.office2007-lernportal.cc"; 
        if(navigator.appName == "Netscape")
        {
           FavText += " mit den Tasten STRG+D";
        }
        FavText += " zu den Favoriten hinzufügen.";
        alert(FavText);
    }
}

function over(src) {src.style.cursor = 'pointer'; src.bgColor = '#000000'; src.style.color='#E9B34A';};
function out(src) {src.style.cursor = 'pointer'; src.bgColor = '#A98238'; src.style.color='#000000'};

fenster=null;
function addwindow(URL){
	add=window.open(URL, "", "width=900,height=500,scrollbars=yes,resizeable=no");
	window.defaultStatus= "Office 2007 - Lernportal";
	add.moveTo(10,10);
	add.focus();
}
