   function hyperlink(konfname,endung)
   {  
    parent.location.href="konf_" + konfname + endung;
   }

