﻿function showbg(liid)
{
	document.getElementById(liid).className = "navigation-small2";
}
function closebg(liid)
{
	document.getElementById(liid).className = "navigation-small";
}