// function popup(url) {
// fenster=window.open(url, "Motiv-Vorschau", "width=570,height=320,resizable=no");
// fenster.focus();
// return false;
// }

function popup(url,titel,features)
{
  window.open(url,titel,features);
}

function openPrintForm() 
{
  FormWindow = window.open('http://www.posterbrise.de/agbprint.shtml', 'newWin', 'toolbar=no,scrollbars=yes,width=550,height=600')
}
