// JavaScript Document
function Init() /* Initiates the webbpage to display the correct active menu-item */
{
	if (top.location==self.location)
		top.location="index.htm"
}
