// check for frameset
if (parent.frames.length == 0)
	self.location.href="/";

function popwin(URL,Name,features)
{
	window.open(URL,Name,features);
}
