// highlight function for the left frame item
function hi(idx)
{
	if (parent.frameLeft != null) 
	{
		parent.frameLeft.fn(idx)
	}
}