function okno(p,s,w) {
  w=open('','','width='+s+',height='+w);
  with(w.document) {
   write('<html><head><title> ACER s.j </title> </head> <body background="'+p+'">');
   write(' onMousedown="self.close()"></body></html>');
   close();
  }
}
