var toc = new TOC('LAYERS','All Layers',true,'swatch_layers.gif');

 
toc.addLayer( new LAYER('Lot Lines',null,null) );
toc.addLayer( new LAYER('Parcel Lines',null,null) );
toc.addLayer( new LAYER('Street Names',null,null) );
//toc.addLayer( new LAYER('Roadway',null,null) );
toc.addLayer( new LAYER('Water Districts',null,null) );
toc.addLayer( new LAYER('School Districts',null,null) );
toc.addLayer( new LAYER('Fire Districts',null,null) );
toc.addLayer( new LAYER('Zip Code',null,null) );
toc.addLayer( new LAYER('Places',null,null) );
toc.addLayer( new LAYER('Aerial Photos',null,null) );


