


































































































function GetContent()
{
	return(Matter.outerHTML);
}

function GiveContent()
{
	if(top != self)
	{
		parent.DisplayText(ContentMatter.outerHTML, "Content");
		if(document.getElementById("TitleMatter") != null)
		{
			parent.DisplayText(TitleMatter.outerHTML, "Title");
		}
		if(document.getElementById("SideMatter") != null)
		{
			//parent.DisplayText(SideMatter.outerHTML, "Side");
		}
		else
		{
			//alert("Problem");
			//parent.DisplayText('', "Side");
		}
	}
}

// In these pages, the BTo function just navigates to be confirming to general navigation.
function BTo(sp)
{
	self.location.replace(sp);
	//self.setTimeout('ShowText()', 1000);
}


function popup(url) 
{
	if(self != top)
   	{
   		alert(SomeText);
	   	parent.SendToSearch(SomeText);
   	}
	sealWin=window.open(url,"win1", 'toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1,width=800,height=800');
	self.name = "mainWin1";
}

function popupout(url) 
{
	sealWin=window.open(url,"win1", 'toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1,width=800,height=800');
	self.name = "newWind";
}

