function FramesetTestt() {
    if (top.frames.length==0) {
	// führt Umleitung aus!!
    
	 Address="http://www.soul6.de/test/index.htm";
    if(document.images) top.location.replace(Address);
    else top.location.href=Address;
    }
    }

	
	
	 function Jump() {
    if (top.location.search!="") {
    var Size=top.location.search.length;
    var Address=top.location.search.substring(1,Size);
    if(document.images)
    top.Middle.location.replace(Address);
    else top.Middle.location.href=Address;
    }
    }
	
function ThumbStudio_openimg(x)
{ThumbStudioWindow = window.open(x,"ThumbStudioWindowSLD"," width=550,height=365,location=no,toolbar=no,status=yes,resizable=yes");
ThumbStudioWindow.focus();
}



