
function GoHome()
{
	if (parent.mainFrame) {
		parent.mainFrame.location.href="MainFrame.html";
		parent.leftFrame.location.href="MainMenu.html";
	}
	else {
		this.location.href="index.html"
	}
}