
function showTopWindow() {
	if(window.top.document == window.document) {
		document.location = "index.html";
	}
}