function frdir(srcpage)
//function to redirect to frameset if opened separately
{
	{if (top.location==self.location)
	top.location.href="index.htm?" + srcpage }
}

function navigate(targetpage)
//function to set page to target
{
top.location="index.htm?"+targetpage
}