
<!-- 

function ladeframenach(X) {
  if(!parent.TopRight) {
    if (X == 1) {
       location.href="index.htm";
       }
       else {
    location.href="index.htm?" + location.pathname + location.search;
            }
    }
 }

//  -->


