function ipPopUpWindow(sUrl, sframe, left, top, width, height)
{
	var popUpWin=0;

  popUpWin = open(sUrl, sframe, 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top);  
  if (popUpWin && popUpWin.focus) popUpWin.focus();
}

function preloadImages()
{
	// Damit auf Seiten ohne Banner kein Fehler auftritt
}