window.onload = function() {
  if (navigator.product=="Gecko" && navigator.userAgent.indexOf("rv:1.7")>=-1) { // blad w Gecko 1.7
    var s=document.body.style;
    s.display="none";
    s.display="";
  }
}

function showSubmenu(nazwa)
{
    
    
/*    
    if(document.getElementById(nazwa))
	{
	if(document.getElementById(nazwa).style.display == 'block')
	document.getElementById(nazwa).style.display="none";
	else
	document.getElementById(nazwa).style.display="block";
	}
*/
    //$("#Top"+nazwa).css({fontWeight:"bold"});
    $(".SUBMENUDIV:visible").slideUp();
    $("#"+nazwa).slideDown();

}
    
    	    var url = document.location;
	    var nazwa = 'AlterFM Partners';
	    function ulubione()
	    {
		if (window.sidebar) window.sidebar.addPanel(nazwa, url, "");
		    window.external.AddFavorite(url, nazwa);
	    }

