function Init()
  { if (top.location.hash != '')
  	 { var Path = top.main.location.href.substring(0, top.main.location.href.lastIndexOf('/'));
	   var SubPage = top.location.hash.substring(1, top.location.hash.length);
		top.main.location.href = Path + "/" + SubPage;
	 }
  }
