function pop_hilfe(a)
{
  $term1="http://www.trends.de/content/pop_hilfe.php?welchedenn="+a;
  $term2="width=500,height=480,screenX=120,screenY=120,menubar=no,scrollbars=yes,toolbar=0,dependent=yes";
  zoomansicht = window.open($term1,"Hilfe",$term2);
}

function pop_bezahlen()
{
  $term1="http://www.trends.de/content/pop_bezahlen.php";
  $term2="width=806,height=800,screenX=20,screenY=20,menubar=no,scrollbars=no,toolbar=0,dependent=yes";
  bezahlansicht = window.open($term1,"Bezahloptionen",$term2);
}