var IndustryDetailCollection=new CCollection();
var IndDetail;
var IndSubset;
var AppDetail;
IndDetail = new IndustryDetail("Aerospace");
IndDetail.setImage("11909.jpg");
IndDetail.setDescription("From seat backs, arm rests and tray tables to air ducting, wall panels and cargo containers.  SABIC Polymershapes stocks a wide...");

IndustryDetailCollection.add(IndDetail);

IndDetail = new IndustryDetail("Building & Construction");
IndDetail.setImage("11896.jpg");
IndDetail.setDescription("SABIC Polymershapes products for building and construction are found in almost any kind of building you can imagine in nearly...");

IndustryDetailCollection.add(IndDetail);

IndDetail = new IndustryDetail("Forestry");
IndDetail.setImage("11893.jpg");
IndDetail.setDescription("From harvesters to feller bunchers to log loaders, whatever the task, when it comes to operator safety SABIC Polymershapes offers...");

IndustryDetailCollection.add(IndDetail);

IndDetail = new IndustryDetail("Marine");
IndDetail.setImage("11930.jpg");
IndDetail.setDescription("Innovation drives the marine industry and SABIC drives innovation.  Part of that innovation involves taking a new approach to...");

IndSubset= new IndustrySubset("Marine Subset 1");
IndSubset.setImage("");
IndSubset.setDescription("");
IndSubset.setStaging("0");

AppDetail = new ApplicationDetail("Marine Sub1 App1");
AppDetail.setImage("");
AppDetail.setDescription("");
AppDetail.setStaging("0");
IndSubset.setApplicationDetail(AppDetail);

AppDetail = new ApplicationDetail("Marine Sub1 App2");
AppDetail.setImage("");
AppDetail.setDescription("");
AppDetail.setStaging("0");
IndSubset.setApplicationDetail(AppDetail);

IndDetail.setIndustrySubset(IndSubset);

IndSubset= new IndustrySubset("Marine Subset 2");
IndSubset.setImage("");
IndSubset.setDescription("");
IndSubset.setStaging("0");

AppDetail = new ApplicationDetail("Marine Sub2 App1");
AppDetail.setImage("");
AppDetail.setDescription("");
AppDetail.setStaging("0");
IndSubset.setApplicationDetail(AppDetail);

AppDetail = new ApplicationDetail("Marine Sub2 App2");
AppDetail.setImage("");
AppDetail.setDescription("");
AppDetail.setStaging("0");
IndSubset.setApplicationDetail(AppDetail);

IndDetail.setIndustrySubset(IndSubset);

IndustryDetailCollection.add(IndDetail);

IndDetail = new IndustryDetail("Recreational Vehicles");
IndDetail.setImage("11895.jpg");
IndDetail.setDescription("When it comes to weight reduction and alternative materials to metals, contact SABIC Polymershapes for those hard to find items....");

IndustryDetailCollection.add(IndDetail);

IndDetail = new IndustryDetail("Sign & Display");
IndDetail.setImage("11873.jpg");
IndDetail.setDescription("Innovation drives the sign and display industry and SABIC drives innovation.  Part of that innovation involves taking a new approach...");

IndustryDetailCollection.add(IndDetail);

