function frameset()
{
if (parent.frames.length != 0) 
	{
	// loaded in frames
	}
else
	{
document.cookie='rightframe=' + window.location.pathname + '; path=/; expires=Mon, 01-Jan-2007 00:00:00 GMT'; 
location.href = 'index.htm'
	}
}
