function NewLoc(Letter){
	if (parent.frames.length > 0)
	{ 
	parent.frames[1].location.hash=Letter;
	}
	else
	{
	location.hash=Letter;
	}
}