//JavaScript - Copyright by mediaLINK - Version 4.2a - 11.12.2001


//-----default-settings
//following if-query to prevent ev. location-attaches on netscape (to adjust, if location-attaches can contain slashes)
if (self.location.href.indexOf("?") > -1){
	filename=self.location.href.substring(self.location.href.lastIndexOf("/")+1,self.location.href.lastIndexOf("?"));
}else{
	filename=self.location.href.substring(self.location.href.lastIndexOf("/")+1,self.location.href.length);
}
rubric = filename.substring(0,2);


//-----frame-functions
if (self == top){
	top.location.href = rubric+".htm";
}