function main()
{
	var	menu = document.getElementById("menu");
	RemoveLastLiBorders(menu);
}
onload = main;
