function checkframe(n)
{

if (top.frames.length>0) {

   if (top.frames[0].document.title!="leftframe") top.location.href="r+h-schmidt.htm";
   else parent.frames[0].backlite(n);
}
else top.location.href="r+h-schmidt.htm";
}