function writeStartComment()
{ document.write('<!--'); }

function writeEndComment()
{ document.write('-->'); }

function chkFrame1()
{
	if (top.frames.length>1)
	{
		writeStartComment();
	}
	else
	{
	}
}

function chkFrame2()
{
	if (top.frames.length>1)
	{
		writeEndComment();
	}
	else
	{
	}
}
