document.write ('<style type="text/css">');for(counter = 0; counter <= 20; counter++) {lyrID = "lyr" + counter;document.write ('#' + lyrID + " {position:absolute;top:0px;left:0px;visibility:hidden;}\n");}document.write ('</style>');