TableAttributes attributes = createTableAttributes(protocol, false);
createTableElement(protocol,attributes);
createTableRowElement(protocol);
for (int j = 0; j < 4 * MAIN_IMAGES_TABLE_SIZE; j++) {
createTableCellElement(protocol, idCollector, true);
AnchorAttributes aAttributes = new AnchorAttributes();
aAttributes.setHref("javascript:void(0)");
protocol.writeOpenAnchor(aAttributes);
ImageAttributes iAttributes = new ImageAttributes();
iAttributes.setSrc("");
protocol.writeImage(iAttributes);
protocol.writeCloseAnchor(aAttributes);