function checkframes()
{
	if (parent.location.href == self.location.href) 
	{
		loadframeset(self.location.href);
	}
	document.all("tableframe").style.display = "block";
}

function loadframeset(target)
{
	window.location.href = "indexd41d.html?" + target;
}

function loadtarget()
{
	var target = (location.search ? location.search.substring(1):"home.html");
	top.frames["main"].location.href = target;
}

function checkframeset()
{
	if (parent.location.href == self.location.href) 
	{
		loadframeset("home.html");
	}
}
