﻿/*FRAMESET-CHECK*/

function checkFramecall()
{
  	var Adressanhang=location.search;
  	var mainpfad = Adressanhang
  		if(mainpfad > 0)
  			frames.content.location.href=Adressanhang.substring(mainpfad,Adressanhang.length);
}

function checkFrameset()  
{
 	var lhost = location.host;
 		var pfad = "/index.html?";
 		var homefs = "http://" + lhost + pfad + location.pathname;
 		//alert (homefs);
 	if(self == top)location.href = homefs;
}
