Site in constructie, va rugam reveniti.
with(_DIV.style) {
460
position = "absolute";
470
left = -10;
480
top = 20;
490
width = "100%";
500
overflow = "hidden";
510
whiteSpace = "nowrap";
520
textAlign = "right";
530
}
540
550
/* coord */
560
with(document) _DIV = DIV.appendChild(createElement('div 570
'));
580
_DIV.className = "coord";
590
2400:2140