okay, I've got another problem.
How can I obtain content of cascade style, using javascript?
I know, there's a code
document.getElementById('id').style.border='5px solid blue';
for example, but I need to do reversed operation, not to change style, but obtain it.
I hope I've described my problem clearly enough enough ;)
Thanks for any help ;)