function NeuesFenster1(url)
{
msgWindow=window.open(url,"Shop","menubar=no,status=no,scrollbars=yes,resizable=yes,width=600,height=610 left=100,top=100");
}
function NeuesFenster2(url)
{
msgWindow=window.open(url,"Druckversion","menubar=no,status=no,scrollbars=yes,resizable=yes,width=650,height=700 left=100,top=100");
}