function frameLookup() {
	if (top.frames.length==0) {
		var Address="indexd41d.html?"+top.location;
		if(document.images) top.location.replace(Address);
		else top.location.href=Address;
	}
}

function fillFrames() {
	if (top.location.search!="") {
		var Size=top.location.search.length;
		var Address=top.location.search.substring(1,Size);
		if(document.images) top.inlineFrame.location.replace(Address);
		else top.inlineFrame.location.href=Address;
	}
}
