function checkFrameset (arg)
{
	return (window.name==arg);
        //return (window.parent == self);
}

if (!checkFrameset('ecoboot_main'))
{
      document.write ('<A target="_top" href="/"><IMG src="/graphics/meermin_160x140_anim.gif" border=0 align=RIGHT></A>');
}
