
function Anzeigen(theURL)
{ //v2.0
var testfenster = window.open(theURL,'Suppentest','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=400,height=450');
testfenster.focus();
  }
function AnzeigenSmall(theURL)
{ //v2.0
window.open(theURL,'Feedback','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=400,height=400');
}
function AnzeigenLarge(theURL)
{ //v2.0
window.open(theURL,'Feedback','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=500,height=550');
}

function Feedback(theSoup)
{
FeedbackWindow=window.open('../../nusukontakt.htm','Feedback','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=500,height=550');
FeedbackWindow.document.FeedbackForm.Hersteller.value="theSoup";
}