// If the current URL when this page is open is the same as the URL of this page file (e.g. if the file is not opened in a frame), 
if (self.location == top.location)	{
	// Set the current URL to the correct URL, i.e. open the correct frameset index page, provided this method is supported. 
	top.location = "index.html"
	}
