var qstring="cgi-bin/getframe.pl?"+location.href;
if(parent.frames.length == 0){
        if (parent.frames.name=="fmain"){
                top.location="error.htm";
        }
        else {
                top.location=qstring;
                }
}
else {
        if(parent.frames[0].name != "of") {
                        top.location=qstring;
        }
}