function oeffnen(dn,n)
{
    var ref; 
   	ref=open(dn,n,"width=400,height=300,resizable=0");
      }

