
if (document.all) 
{
wm = document.all.slidemenubar2;
}

function menbar() 
{

if (document.all)
	{
	if (navigator.appVersion.indexOf("Mac") == -1)
		{
		JY = document.body.scrollTop;
		wm.style.top  = JY + 125;
		wm.style.display = "";
		}
	}

}

setInterval("menbar()",100);
