<!-- hide script from old browsers
function ShowMenu(d)
{
	var el = document.getElementById(d);
	if(el)
		el.style.display = 'block';
}


function HideMenu(d)
{
	var el = document.getElementById(d);
	if(el)
		el.style.display = 'none';}

// end hiding script from old browsers -->

 
