if (navigator.appName == "Microsoft Internet Explorer") 
{
	//document.write(' 1');

	if (navigator.appVersion.indexOf("MSIE 6")>=0) 
	{
		document.write(" ");
	}
	else
	{
		document.write('<dd  style="background:url(/dane/images/menu_up_dol.png) no-repeat scroll 0 50% transparent;height: 13px;"> </dd>');	
	}

}
else
{
	document.write('<dd  style="background:url(/dane/images/menu_up_dol.png) no-repeat scroll 0 50% transparent;height: 13px;"> </dd>');	
}

