<!-- //

function Nopen(preise) {

   newwin = open(preise,'win1','scrollbars=yes,resizable=yes,screenX=2,screenY=2,width=535,height=600');

   newwin.focus()

}

// -->