function anchorGO(myFirstDoc,mySecondDoc)
{
	parent.main.location.href = myFirstDoc;
	parent.undernav.location.href = mySecondDoc;
}

