function targetLink1(URL)
{
  if(document.images)
    targetWin = open(URL,"Neufenster","width=645,height=600,left=250,top=100,resizable=1,location=0,status=0,menubar=1,scrollbars=1,toolbar=1,directories=0");
}
