<!--
function show()
{
	if (parent.frames.length >= 1)
	{
		document.getElementById('eins').style.display='none';
	}
}
//-->