  if (window == top)
  {
    var doc= document.URL;
    var dom= document.domain;
    var pos= doc.indexOf(dom)+dom.length+8;
    top.location.href = "http://"+dom+"/Delphi/?vis="+doc.substring(pos, doc.length);
  }
