function loadPages()
{
	var uri = self.location.href;
	var teile = uri.split("?");
	if ((teile.length == 2) && (teile[1] != ''))
	{
		var seiten = teile[1].split("&amp;");
		top.Inhalt.location.href=seiten[0];
		top.Hauptframe.location.href=seiten[1];
	}
}
