function stopTimer()
	{
	parent.frames['up'].stopTimer();
	}
	
function hideLinkList()
	{
	parent.frames['up'].hideLinkList();
	}
	
function displayLevel3(index1, index2)
	{
	parent.frames['up'].displayLevel3(index1, index2);
	}
