function setBottomPage(page)
{
	parent.bottom.location.href = page;
}

function setParentBottomPage( page )
{
	parent.parent.bottom.location.href = page;
}

