
function Lade() {
if ((top.frames.length>0) && (!parent.menu))
{top.location.href = 'index.htm';}

if ((top.frames.length==0) && (!parent.menu))
{location.href = 'index.htm';}
}
