var rozdzielczosc = document.createTextNode(screen.width+"x"+screen.height);
var miejsceRozdzielczosci = document.getElementById("data");
miejsceRozdzielczosci.appendChild(rozdzielczosc);


/* ====================================================
(c) Copyright by Robert Surma 2005.
All Rights Reserved. No part of this publication may be reproduced,
stored in a retrieval system, or transmitted, in any form or by any means,
electronic, mechanical, photocopying, recording or otherwise,
without the permission of Robert Surma, 3bird Projects Co.
Contact: 3bird.net
===================================================== */