function stopTimer()
	{
	parent.frames['menu'].stopTimer();
	}
	
function hideLinkList()
	{
	parent.frames['menu'].hideLinkList();
	}