/**
 * packaging.js
 * 
 * @author Edward Vermillion <evermillion@doggydoo.net>
 */

// One Wrong Move Mall Cling
Portfolio.addView('/images/portfolio/packaging/onewrongmovecling.jpg', 
                  '<h1>One Wrong Move Mall Cling</h1>' +
                  'Part of a campaign by Texas Mutual to ensure ' +
                  'the safety of teen workers.');
BAH.addImage('/images/portfolio/packaging/onewrongmovecling.jpg');

// One Wrong Move Table Tent
Portfolio.addView('/images/portfolio/packaging/onewrongmovetable.jpg', 
                  '<h1>One Wrong Move Table Tent</h1>' +
                  'Part of a campaign by Texas Mutual to ensure ' +
                  'the safety of teen workers.');
BAH.addImage('/images/portfolio/packaging/onewrongmovetable.jpg');

// Brennan Wine Labels
Portfolio.addView('/images/portfolio/packaging/brennan.jpg', 
                  '<h1>Brennan Vineyards Wine Labels</h1>' +
                  'Designed to be distinctive on the shelf while reflecting the flavor of the award-winning Texas winery.');
BAH.addImage('/images/portfolio/packaging/brennan.jpg');

// CD Packaging
Portfolio.addView('/images/portfolio/packaging/cdpackaging.jpg', 
                  '<h1>CD Packaging</h1>' +
                  'Audio CD packaging for the Will Evans Project and Jim Stricklan.');
BAH.addImage('/images/portfolio/packaging/cdpackaging.jpg');

// Square Meals Banners
Portfolio.addView('/images/portfolio/packaging/squaremeals.jpg', 
                  '<h1>Square Meals Banners</h1>' +
                  'Banners placed in Texas elementary schools promoting healthy eating habits.');
BAH.addImage('/images/portfolio/packaging/squaremeals.jpg');

// Department Of Agriculture: Nutrition Division
Portfolio.addView('/images/portfolio/packaging/nutrition.jpg', 
                  '<h1>Department Of Agriculture: Nutrition Division</h1>' +
                  'Special events pull-up floor screens for the Square Meals program.');
BAH.addImage('/images/portfolio/packaging/nutrition.jpg');

// Seiko PoP Display
Portfolio.addView('/images/portfolio/packaging/seiko.jpg', 
                  '<h1>Seiko Instruments Point-of-Purchase Display</h1>' +
                  'Along with packaging, advertisements and radio, we created this POS as ' +
                  'part of a distribution program for small electronic devices.');
BAH.addImage('/images/portfolio/packaging/seiko.jpg');

// Intercraft Frames
Portfolio.addView('/images/portfolio/packaging/intercraft.jpg', 
                  '<h1>Intercraft Frames: Dax Line Packaging</h1>' +
                  'Created as a department-store brand for mass merchandisers, our client ' + 
                  'patented our unique matchbox packaging design.');
BAH.addImage('/images/portfolio/packaging/intercraft.jpg');

// Texas Wine CD
Portfolio.addView('/images/portfolio/packaging/txwinecd.jpg', 
                  '<h1>Texas Wine Media CDs</h1>' +
                  'These CDs were given to members of the press, providing information on the ' + 
                  'Texas wine industry, as well as photographs they could use.');
BAH.addImage('/images/portfolio/packaging/txwinecd.jpg');

// Texas Wine Screens
Portfolio.addView('/images/portfolio/packaging/txwinescreens.jpg', 
                  '<h1>Texas Wine Pull-Up Screens</h1>' +
                  'These large screens are part of a series displayed at various wine-related events.');
BAH.addImage('/images/portfolio/packaging/txwinescreens.jpg');

// Texas Wine Booth
Portfolio.addView('/images/portfolio/packaging/txwinebooth.jpg', 
                  '<h1>Department Of Agriculture Wine Marketing</h1>' +
                  'Trade show booth for TDA’s &ldquo;GO TEXAN.&rdquo; campaign.');
BAH.addImage('/images/portfolio/packaging/txwinebooth.jpg');




