
if(top!=self) top.location=self.location;

function start(link,target,breite,hoehe,x,y,scb){
  if((typeof x) == "undefined") x = 0;
  if((typeof y) == "undefined") y = 0;
  if((typeof scb) == "undefined") scb = 1;
  win= window.open(link,target, 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars='+scb+',resizable=0,Width='+breite+',Height='+hoehe+',left='+x+',top='+y+'');
  win.focus();
}


