//JavaScript - Copyright by mediaLINK - v5.11/17.11.2003


//-----root-setting
framesetroot = "../pagesnav/frames.htm";


//-----frame-functions
if (self == top){
        if ((ns4) && (self.outerHeight==0) && (self.outerWidth==0)){
                //NS4 is printing and loads the document in an unvisible space as a single frame
        }else{
                wait=setTimeout("JavaScript:top.location.href=framesetroot",100);  //delay for Netscape
        }
}