var capabilityCollection=new CCollection();
var capability;
capability = new Capability("Fabrication");
capability.setImage("11901.jpg");
capability.setDescription("Plastic sheet, rod and tube are seldom used directly off the floor.  Most are cut, routed, thermoformed or somehow manipulated...");

capabilityCollection.add(capability);

capability = new Capability("Film Converting");
capability.setImage("11902.jpg");
capability.setDescription("Our innovative specialists and advanced technology help us to provide you with the best material available.  If we do not stock...");

capabilityCollection.add(capability);

capability = new Capability("Security");
capability.setImage("11903.jpg");
capability.setDescription("Places we visit every day have some type of architectural security to help protect people and/or property.  The level of security...");

capabilityCollection.add(capability);

capability = new Capability("Supply Chain Management");
capability.setImage("12602.jpg");
capability.setDescription("SABIC Polymershapes offers the broadest portfolio of supply chain capabilities in the plastics distribution industry. The combinations...");

capabilityCollection.add(capability);

capability = new Capability("Thermoforming");
capability.setImage("11904.jpg");
capability.setDescription("Thermoforming is shaping thermoplastic sheet to conform to the contours of a mold using heat and either positive or negative (vacuum)...");

capabilityCollection.add(capability);

