// Anmeldeform f. Kreuzfahrtezeitung (popup)

var newwindow;
function zeitung(url)
{
newwindow=window.open(url,'name','height=280,width=650,left=25,top=25,resizable=no,scrollbars=no,toolbar=no,status=no');
} 