// JavaScript Document
//        BEGIN image names will be the same for all galleries
var images = new Array();
images[0] = "a2.JPG";
images[1] = "b2.JPG";
images[2] = "c2.JPG";
images[3] = "d2.JPG";
images[4] = "e2.JPG";
images[5] = "f2.JPG";
images[6] = "g2.JPG";
images[7] = "h2.JPG";
images[8] = "i2.JPG";
images[9] = "j2.JPG";
images[10] = "k2.JPG";
images[11] = "l2.JPG";

var thumbs = new Array();
thumbs[0] = "a1.JPG";
thumbs[1] = "b1.JPG";
thumbs[2] = "c1.JPG";
thumbs[3] = "d1.JPG";
thumbs[4] = "e1.JPG";
thumbs[5] = "f1.JPG";
thumbs[6] = "g1.JPG";
thumbs[7] = "h1.JPG";
thumbs[8] = "i1.JPG";
thumbs[9] = "j1.JPG";
thumbs[10] = "k1.JPG";
thumbs[11] = "l1.JPG";
//        END image names will be the same for all galleries

var gallery = new Array();

// DON'T EDIT ANYTHING ABOVE THIS LINE

// three types of galleries
// type = 1 Your original gallery type
// type = 2  links to outside page
// type = 3 Similar to type 2 but, they are displayed at top of menu
// note that the block of code that defines types 2 & 3 is different than for type 1


// ----------------- BEGIN GALLERY 0 ------------
// BEGIN gallery definition -- copy this code for each gallery,
// Number galleries in order that you want them to appear on the menu ( 0 through N)
gallery[0] = new Array();
gallery[0]["sort"] = "0";
gallery[0]["shortname"] = "apparel";
gallery[0]["color"] = "rust";
gallery[0]["longname"] = "APPAREL GALLERY";
gallery[0]["path"] =  "galleryApparel/";
gallery[0]["type"] =  "2";
gallery[0]["imagetitle"] = new Array();
gallery[0]["imagetitle"][0] = "Blue Generation";
gallery[0]["imagetitle"][1] = "Dunbrooke";
gallery[0]["imagetitle"][2] = "Premuim Wear";
gallery[0]["imagetitle"][3] = "Tri-Mountain";
gallery[0]["imagetitle"][4] = "Americana Store";
gallery[0]["imagetitle"][5] = "SanMar Storep";
gallery[0]["imagetitle"][6] = "Imprints";
gallery[0]["imagetitle"][7] = "Red House";
gallery[0]["imagetitle"][8] = "Sport Tek";
gallery[0]["imagetitle"][9] = "Corner Stone";
gallery[0]["imagetitle"][10] = "District Threads";
gallery[0]["imagetitle"][11] = "Precious Cargo";
gallery[0]["imagelink"] = new Array();
gallery[0]["imagelink"][0] = "http://impressions.texterity.com/impressions/bluegeneration2009/";
gallery[0]["imagelink"][1] = "http://dunbrooke.dirxion.com/WebProject.asp?BookCode=dun08flx#";
gallery[0]["imagelink"][2] = "http://premiumwear2009.ecatalognow.com/publication/?m=3193&l=1";
gallery[0]["imagelink"][3] = "http://www.appareltm.com/";
gallery[0]["imagelink"][4] = "http://www.apparelcatalog.net/pop-promotions/";
gallery[0]["imagelink"][5] = "http://www.companycasuals.com/poppromotions/start.jsp";
gallery[0]["imagelink"][6] = "http://www.yourapparelsource.com/poppromotions/catalog/";
gallery[0]["imagelink"][7] = "http://www.redhouse.com";
gallery[0]["imagelink"][8] = "http://www.sporttekusa.com";

gallery[0]["imagelink"][9] = "http://www.cornerstoneworkwear.com/";
gallery[0]["imagelink"][10] = "http://www.districtthreads.com";
gallery[0]["imagelink"][11] = "http://www.preciouscargokids.com";


// Please put text all on one line. Use <p> to start a new paragraph.
//Wrap text in quotes " ... ", and make sure the line ends in ;
//If you need to add a in the text then please use the following format  &ldquo;standard&rdquo; to show "standard")
gallery[0]["promotext"] = "Look to POP! Promotions as your one&mdash;stop solution to help you stand out from the crowd! When appearance counts, we have you covered! We are committed to making you look great! <p>We also understand that the quality of the decoration of your logo is a reflection of the quality of your company brand. POP! Promotions has the expertise to successfully complete your order, whether you need 1 or 110,000 pieces.";
// END gallery definition
// -----------------END GALLERY 0 ------------------

// ----------------BEGIN GALLERY 1 -----------------
// BEGIN gallery definition -- copy this code for each gallery,
// Number galleries in order that you want them to appear on the menu ( 0 through N)
gallery[1] = new Array();
gallery[1]["sort"] = "1";
gallery[1]["shortname"] = "green";
gallery[1]["color"] = "green";
gallery[1]["longname"] = "GREEN GALLERY";
gallery[1]["path"] =  "galleryGreen/";
gallery[1]["type"] =  "1";
gallery[1]["imagetitle"] = new Array();
gallery[1]["imagetitle"][0] = "";
gallery[1]["imagetitle"][1] = "";
gallery[1]["imagetitle"][2] = "";
gallery[1]["imagetitle"][3] = "";
gallery[1]["imagetitle"][4] = "";
gallery[1]["imagetitle"][5] = "";
gallery[1]["imagetitle"][6] = "";
gallery[1]["imagetitle"][7] = "";
gallery[1]["imagetitle"][8] = "";
gallery[1]["imagetitle"][9] = "";
gallery[1]["imagetitle"][10] = "";
gallery[1]["imagetitle"][11] = "";

// Please put text all on one line. Use <p> to start a new paragraph.
//Wrap text in quotes " ... ", and make sure the line ends in ;
//If you need to add a in the text then please use the following format  &ldquo;standard&rdquo; to show "standard")
gallery[1]["promotext"] = "GO GREEN AMERICA! We can help you navigate the eco-friendly products. From recycled to biodegradable to energy efficient, USA made and organic - we have it all. <p>We offer a complete line of earth-friendly products designed to impact your business, not the environment. ";
// END gallery definition
// -----------------END GALLERY 1 ------------------

// ----------------BEGIN GALLERY 2 -----------------
// BEGIN gallery definition -- copy this code for each gallery,
// Number galleries in order that you want them to appear on the menu ( 0 through N)
gallery[2] = new Array();
gallery[2]["sort"] = 2;
gallery[2]["shortname"] = "lifestyle";
gallery[2]["color"] = "purple";
gallery[2]["longname"] = "LIFESTYLE GALLERY";
gallery[2]["path"] =  "galleryLifestyle/";
gallery[2]["type"] =  "1";
gallery[2]["imagetitle"] = new Array();
gallery[2]["imagetitle"][0] = "";
gallery[2]["imagetitle"][1] = "";
gallery[2]["imagetitle"][2] = "";
gallery[2]["imagetitle"][3] = "";
gallery[2]["imagetitle"][4] = "";
gallery[2]["imagetitle"][5] = "";
gallery[2]["imagetitle"][6] = "";
gallery[2]["imagetitle"][6] = "";
gallery[2]["imagetitle"][8] = "";
gallery[2]["imagetitle"][9] = "";
gallery[2]["imagetitle"][10] = "";
gallery[2]["imagetitle"][11] = "";

// Please put text all on one line. Use <p> to start a new paragraph.
//Wrap text in quotes " ... ", and make sure the line ends in ;
//If you need to add a in the text then please use the following format  &ldquo;standard&rdquo; to show "standard")
gallery[2]["promotext"] = "Give a gift that will make a lasting impression—an impression not only of your hospitality, but with your brand!  These modern gift celebrate your generosity. What a great way to say  &quot;Thank You &quot; or  &quot;Thinking of You. &quot;";
// END gallery definition
// -----------------END GALLERY 2 ------------------

// ----------------BEGIN GALLERY 3 -----------------
// BEGIN gallery definition -- copy this code for each gallery,
// Number galleries in order that you want them to appear on the menu ( 0 through N)
// This order will also populate the drop down menu on the quote form.
gallery[3] = new Array();
gallery[3]["sort"] = 3;
gallery[3]["shortname"] = "meetings";
gallery[3]["color"] = "gold";
gallery[3]["longname"] = "MEETINGS GALLERY";
gallery[3]["path"] =  "galleryMeetings/";
gallery[3]["type"] =  "1";
gallery[3]["imagetitle"] = new Array();
gallery[3]["imagetitle"][0] = "";
gallery[3]["imagetitle"][1] = "";
gallery[3]["imagetitle"][2] = "";
gallery[3]["imagetitle"][3] = "";
gallery[3]["imagetitle"][4] = "";
gallery[3]["imagetitle"][5] = "";
gallery[3]["imagetitle"][6] = "";
gallery[3]["imagetitle"][7] = "";
gallery[3]["imagetitle"][8] = "";
gallery[3]["imagetitle"][9] = "";
gallery[3]["imagetitle"][10] = "";
gallery[3]["imagetitle"][11] = "";

// Please put text all on one line. Use <p> to start a new paragraph.
//Wrap text in quotes " ... ", and make sure the line ends in ;
//If you need to add a in the text then please use the following format  &ldquo;standard&rdquo; to show "standard")
gallery[3]["promotext"] = "The meeting is a vital tool for your business growth and sales growth. Your ability to master meetings determines who will grow faster—you or your competitor. Attract a crowd to a booth or break the ice at a meeting. Browse our meeting essentials for today's multi-tasking work force.  ";
// END gallery definition
// -----------------END GALLERY 3 ------------------


// ----------------BEGIN GALLERY 4 -----------------
// BEGIN gallery definition -- copy this code for each gallery,
// Number galleries in order that you want them to appear on the menu ( 0 through N)
gallery[4] = new Array();
gallery[4]["sort"] = 4;
gallery[4]["shortname"] = "direct mail";
gallery[4]["color"] = "gold";
gallery[4]["longname"] = "DIRECT MAIL GALLERY";
gallery[4]["path"] =  "galleryDirectMail/";
gallery[4]["type"] =  "1";
gallery[4]["imagetitle"] = new Array();
gallery[4]["imagetitle"][0] = "";
gallery[4]["imagetitle"][1] = "";
gallery[4]["imagetitle"][2] = "";
gallery[4]["imagetitle"][3] = "";
gallery[4]["imagetitle"][4] = "";
gallery[4]["imagetitle"][5] = "";
gallery[4]["imagetitle"][6] = "";
gallery[4]["imagetitle"][7] = "";
gallery[4]["imagetitle"][8] = "";
gallery[4]["imagetitle"][9] = "";
gallery[4]["imagetitle"][10] = "";
gallery[4]["imagetitle"][11] = "";

// Please put text all on one line. Use <p> to start a new paragraph.
//Wrap text in quotes " ... ", and make sure the line ends in ;
//If you need to add a in the text then please use the following format  &ldquo;standard&rdquo; to show "standard")
gallery[4]["promotext"] = "Direct mail needs a direct message! <p>Most people decide in three seconds whether they are going to open a piece of mail or toss it. Your message should leave the prospective customer with a clear next step or offer. We can help you design your promotional package, develop your message and define your target market.";
// END gallery definition
// -----------------END GALLERY 4 ------------------

// ----------------BEGIN GALLERY 5 -----------------
// BEGIN gallery definition -- copy this code for each gallery,
// Number galleries in order that you want them to appear on the menu ( 0 through N)
gallery[5] = new Array();
gallery[5]["sort"] = 5;
gallery[5]["shortname"] = "sets";
gallery[5]["color"] = "rust";
gallery[5]["longname"] = "SETS GALLERY";
gallery[5]["path"] =  "galleryGiftsets/";
gallery[5]["type"] =  "1";
gallery[5]["imagetitle"] = new Array();
gallery[5]["imagetitle"][0] = "SET 1";
gallery[5]["imagetitle"][1] = "SET 2";
gallery[5]["imagetitle"][2] = "SET 3";
gallery[5]["imagetitle"][3] = "SET 4";
gallery[5]["imagetitle"][4] = "SET 4";
gallery[5]["imagetitle"][5] = "SET 5";
gallery[5]["imagetitle"][6] = "SET 6";
gallery[5]["imagetitle"][7] = "SET 7";
gallery[5]["imagetitle"][8] = "SET 8";
gallery[5]["imagetitle"][9] = "SET 11";
gallery[5]["imagetitle"][10] = "SET 11";
gallery[5]["imagetitle"][11] = "SET 12";

// Please put text all on one line. Use <p> to start a new paragraph.
//Wrap text in quotes " ... ", and make sure the line ends in ;
//If you need to add a in the text then please use the following format  &ldquo;standard&rdquo; to show "standard")
gallery[5]["promotext"] = "We're here to help you find the right gift, at the right time, for the right price!<p> No request is too big or question too complex. Our dedicated customer service team will take the extra steps necessary to ensure an exceptional experience in finding you a great gift.";
// END gallery definition
// -----------------END GALLERY 5 ------------------

// ----------------BEGIN GALLERY 6 -----------------
// BEGIN gallery definition -- copy this code for each gallery,
// Number galleries in order that you want them to appear on the menu ( 0 through N)
//gallery[6] = new Array();
//gallery[6]["sort"] = 6;
//gallery[6]["shortname"] = "golf";
//gallery[6]["color"] = "turquoise";
//gallery[6]["longname"] = "GOLF GALLERY";
//gallery[6]["path"] =  "galleryGolf/";
//gallery[6]["type"] =  "1";
//gallery[6]["imagetitle"] = new Array();
//gallery[6]["imagetitle"][0] = "POUCH";
//gallery[6]["imagetitle"][1] = "BAG";
//gallery[6]["imagetitle"][2] = "FAIRWAY SET";
//gallery[6]["imagetitle"][3] = "TOWEL";
//gallery[6]["imagetitle"][4] = "GLOVES";
//gallery[6]["imagetitle"][5] = "HAT CLIP";
//gallery[6]["imagetitle"][6] = "MARKER";
//gallery[6]["imagetitle"][7] = "GOODIES";
//gallery[6]["imagetitle"][8] = "MONEY CLIP";
//gallery[6]["imagetitle"][9] = "BALLS";
//gallery[6]["imagetitle"][10] = "TOOLS";
//gallery[6]["imagetitle"][11] = "UMBRELLA";

// Please put text all on one line. Use <p> to start a new paragraph.
//Wrap text in quotes " ... ", and make sure the line ends in ;
//If you need to add a in the text then please use the following format  &ldquo;standard&rdquo; to show "standard")
//gallery[6]["promotext"] = "Leading golf brands spend billions of dollars through tour and event sponsorships on media and print campaigns promoting themselves. Now you can associate your company name with some of the most recognized brands in the world! <p>Look to POP! Promotions to assist you in producing the appropriate package for your next golf event.";
// END gallery definition
// -----------------END GALLERY 6 ------------------

// ----------------BEGIN GALLERY 7 -----------------
// BEGIN gallery definition -- copy this code for each gallery,
// Number galleries in order that you want them to appear on the menu ( 0 through N)
gallery[7] = new Array();
gallery[7]["sort"] = 7;
gallery[7]["shortname"] = "healthcare";
gallery[7]["color"] = "purple";
gallery[7]["longname"] = "HEALTHCARE GALLERY";
gallery[7]["path"] =  "galleryHealthcare/";
gallery[7]["type"] =  "1";
gallery[7]["imagetitle"] = new Array();
gallery[7]["imagetitle"][0] = "";
gallery[7]["imagetitle"][1] = "";
gallery[7]["imagetitle"][2] = "";
gallery[7]["imagetitle"][3] = "";
gallery[7]["imagetitle"][4] = "";
gallery[7]["imagetitle"][5] = "";
gallery[7]["imagetitle"][6] = "";
gallery[7]["imagetitle"][7] = "";
gallery[7]["imagetitle"][8] = "";
gallery[7]["imagetitle"][9] = "";
gallery[7]["imagetitle"][10] = "";
gallery[7]["imagetitle"][11] = "";

// Please put text all on one line. Use <p> to start a new paragraph.
//Wrap text in quotes " ... ", and make sure the line ends in ;
//If you need to add a in the text then please use the following format  &ldquo;standard&rdquo; to show "standard")
gallery[7]["promotext"] = "Show that you care with healthcare essentials that will suit any health, wellness or personal safety program. We have what you need to promote and market your message.<br><br><strong>Targeting Those Who Serve: Nursing and Residential Care Facilities, Home Health Care Providers, Adult Communities, Physician Offices, Hospitals, and Case Managers to name a few.<br></strong><br>Focus Areas: Public Awareness Campaigns, Community Outreach Programs, Sponsorships, Event Participation, Conferences, Open House, Staffing-Recruitment-Retention-Training, Employee Rewards &amp; Recognition, Direct Mail Campaigns, and Tradeshow Premiums.<br><br>Relax–we'll be sure to take good care of you!";
// END gallery definition
// -----------------END GALLERY 7 ------------------

// ----------------BEGIN GALLERY 8 -----------------
// BEGIN gallery definition -- copy this code for each gallery,
// Number galleries in order that you want them to appear on the menu ( 0 through N)
gallery[8] = new Array();
gallery[8]["sort"] = 8;
gallery[8]["shortname"] = "calendar";
gallery[8]["color"] = "red";
gallery[8]["longname"] = "CALENDAR GALLERY";
gallery[8]["path"] =  "galleryCalendar/";
gallery[8]["type"] =  "1";
gallery[8]["imagetitle"] = new Array();
gallery[8]["imagetitle"][0] = "";
gallery[8]["imagetitle"][1] = "";
gallery[8]["imagetitle"][2] = "";
gallery[8]["imagetitle"][3] = "";
gallery[8]["imagetitle"][4] = "";
gallery[8]["imagetitle"][5] = "";
gallery[8]["imagetitle"][6] = "";
gallery[8]["imagetitle"][7] = "";
gallery[8]["imagetitle"][8] = "";
gallery[8]["imagetitle"][9] = "";
gallery[8]["imagetitle"][10] = "";
gallery[8]["imagetitle"][11] = "";

// Please put text all on one line. Use <p> to start a new paragraph.
//Wrap text in quotes " ... ", and make sure the line ends in ;
//If you need to add a in the text then please use the following format  &ldquo;standard&rdquo; to show "standard")
gallery[8]["promotext"] = "We&#8217;ve compiled a showcase of new and unique calendars that are sure to spark a few great promotional ideas to hand out anytime of the year! <p>So, make an impression and create an experience that reinforces and enhances your corporate image with every passing glance. Keep your name in front of your client everyday, 365 days a year!</p>";
// END gallery definition
// -----------------END GALLERY 8 ------------------





// ----------------BEGIN GALLERY 9 -----------------
// BEGIN gallery definition -- copy this code for each gallery,
// Number galleries in order that you want them to appear on the menu ( 0 through N)
gallery[9] = new Array();
gallery[9]["sort"] = 9;
gallery[9]["shortname"] = "tradeshow";
gallery[9]["color"] = "turquoise";
gallery[9]["longname"] = "TRADESHOW GALLERY";
gallery[9]["path"] =  "galleryTradeshow/";
gallery[9]["type"] =  "1";
gallery[9]["imagetitle"] = new Array();
gallery[9]["imagetitle"][0] = "";
gallery[9]["imagetitle"][1] = "";
gallery[9]["imagetitle"][2] = "";
gallery[9]["imagetitle"][3] = "";
gallery[9]["imagetitle"][4] = "";
gallery[9]["imagetitle"][5] = "";
gallery[9]["imagetitle"][6] = "";
gallery[9]["imagetitle"][7] = "";
gallery[9]["imagetitle"][8] = "";
gallery[9]["imagetitle"][9] = "";
gallery[9]["imagetitle"][10] = "";
gallery[9]["imagetitle"][11] = "";

// Please put text all on one line. Use <p> to start a new paragraph.
//Wrap text in quotes " ... ", and make sure the line ends in ;
//If you need to add a in the text then please use the following format  &ldquo;standard&rdquo; to show "standard")
gallery[9]["promotext"] = "Promotional products play a central role at tradeshows in attracting visitors to your booth. You not only improve tradeshow traffic, but also gain an advantage over other exhibitors for buyer attention. <p>A giveaway doesn't mean throwaway! Select a product that has a natural link to your company's message.";
// END gallery definition
// -----------------END GALLERY 9 ------------------

// ----------------BEGIN GALLERY 10 -----------------
// BEGIN gallery definition -- copy this code for each gallery,
// Number galleries in order that you want them to appear on the menu ( 0 through N)
//gallery[10] = new Array();
//gallery[10]["sort"] = 10;
//gallery[10]["shortname"] = "travel";
//gallery[10]["color"] = "purple";
//gallery[10]["longname"] = "TRAVEL GALLERY";
//gallery[10]["path"] =  "galleryTravel/";
//gallery[10]["type"] =  "1";
//gallery[10]["imagetitle"] = new Array();
//gallery[10]["imagetitle"][0] = "WINE COOLER";
//gallery[10]["imagetitle"][1] = "COMFORT";
//gallery[10]["imagetitle"][2] = "CLOCK";
//gallery[10]["imagetitle"][3] = "UTENSILS";
//gallery[10]["imagetitle"][4] = "NAMETAG";
//gallery[10]["imagetitle"][5] = "TOILETRIES";
//gallery[10]["imagetitle"][6] = "BAG";
//gallery[10]["imagetitle"][7] = "WALLET";
//gallery[10]["imagetitle"][8] = "FANNY PACK";
//gallery[10]["imagetitle"][9] = "FAN";
//gallery[10]["imagetitle"][10] = "EMERGENCY";
//gallery[10]["imagetitle"][11] = "MANICURE SET";

// Please put text all on one line. Use <p> to start a new paragraph.
//Wrap text in quotes " ... ", and make sure the line ends in ;
//If you need to add a in the text then please use the following format  &ldquo;standard&rdquo; to show "standard")
//gallery[10]["promotext"] = "Whether your destination is exotic or the familiar company picnic, we can make it unique and memorable! <p>It's those unforgettable moments that you happen upon, almost by chance&mdash;that we can create on purpose.";
// END gallery definition
// -----------------END GALLERY 10 ------------------

// ----------------BEGIN GALLERY 11 -----------------
// BEGIN gallery definition -- copy this code for each gallery,
// Number galleries in order that you want them to appear on the menu ( 0 through N)
gallery[11] = new Array();
gallery[11]["sort"] = 11;
gallery[11]["shortname"] = "totes";
gallery[11]["color"] = "purple";
gallery[11]["longname"] = "TOTE GALLERY";
gallery[11]["path"] =  "galleryTotes/";
gallery[11]["type"] =  "1";
gallery[11]["imagetitle"] = new Array();
gallery[11]["imagetitle"][0] = "";
gallery[11]["imagetitle"][1] = "";
gallery[11]["imagetitle"][2] = "";
gallery[11]["imagetitle"][3] = "";
gallery[11]["imagetitle"][4] = "";
gallery[11]["imagetitle"][5] = "";
gallery[11]["imagetitle"][6] = "";
gallery[11]["imagetitle"][7] = "";
gallery[11]["imagetitle"][8] = "";
gallery[11]["imagetitle"][9] = "";
gallery[11]["imagetitle"][10] = "";
gallery[11]["imagetitle"][11] = "";

// Please put text all on one line. Use <p> to start a new paragraph.
//Wrap text in quotes " ... ", and make sure the line ends in ;
//If you need to add a in the text then please use the following format  &ldquo;standard&rdquo; to show "standard")
gallery[11]["promotext"] = "What a great way to market your message! <p>Tote bags offer a large imprintable area for your message, giving a maximum impact exposure on your investment. We can source the right tote for your next program or have a custom tote designed and manufactured for you!</p>";
// END gallery definition
// -----------------END GALLERY 11 ------------------

// ----------------BEGIN GALLERY 10 -----------------
// BEGIN gallery definition -- copy this code for each gallery,
// Number galleries in order that you want them to appear on the menu ( 0 through N)
gallery[10] = new Array();
gallery[10]["sort"] = 10;
gallery[10]["shortname"] = "sales";
gallery[10]["color"] = "red";
gallery[10]["longname"] = "SALES GALLERY";
gallery[10]["path"] =  "gallerySales/";
gallery[10]["type"] =  "1";
gallery[10]["imagetitle"] = new Array();
gallery[10]["imagetitle"][0] = "CUSTOM";
gallery[10]["imagetitle"][1] = "JARS";
gallery[10]["imagetitle"][2] = "SETS";
gallery[10]["imagetitle"][3] = "BARS";
gallery[10]["imagetitle"][4] = "BOXED";
gallery[10]["imagetitle"][5] = "GOURMET";
gallery[10]["imagetitle"][6] = "SNACKS";
gallery[10]["imagetitle"][7] = "CANNED";
gallery[10]["imagetitle"][8] = "DISPENSERS";
gallery[10]["imagetitle"][9] = "SMALL";
gallery[10]["imagetitle"][10] = "NOVELTY";
gallery[10]["imagetitle"][11] = "MINTS";

// Please put text all on one line. Use <p> to start a new paragraph.
//Wrap text in quotes " ... ", and make sure the line ends in ;
//If you need to add a in the text then please use the following format  &ldquo;standard&rdquo; to show "standard")
gallery[10]["promotext"] = "E-mail and business cards can be a ho-hum way to introduce yourself to a new prospect. If you want to stick-out in a business contact’s mind, there are far more creative ways to do it. Introductions aren’t just accidental meetings. Prepare accordingly. Browse our gallery then, contact us, so together we can examine your introduction strategy, and the perfect product tie-in.";
// END gallery definition
// -----------------END GALLERY 10 ------------------
// ----------------- BEGIN GALLERY 8 ------------
// BEGIN gallery definition -- copy this code for each gallery,
// Number galleries in order that you want them to appear on the menu ( 0 through N)
//gallery[8] = new Array();
//gallery[8]["sort"] = "8";
//gallery[8]["shortname"] = "holiday";
//gallery[8]["color"] = "red";
//gallery[8]["longname"] = "HOLIDAY GALLERY";
//gallery[8]["path"] =  "galleryHoliday/";
//gallery[8]["type"] =  "2";
//gallery[8]["imagetitle"] = new Array();
//gallery[8]["imagetitle"][0] = "Chocolate";
//gallery[8]["imagetitle"][1] = "Baskets by Design";
//gallery[8]["imagetitle"][2] = "Holiday Cards";
//gallery[8]["imagetitle"][3] = "Fresh Beginnings";
//gallery[8]["imagetitle"][4] = "Maple Ridge Farms";
//gallery[8]["imagetitle"][5] = "Logomark";
//gallery[8]["imagetitle"][6] = "Lanco";
//gallery[8]["imagetitle"][7] = "Soundline";
//gallery[8]["imagetitle"][8] = "";
//gallery[8]["imagetitle"][9] = "";
//gallery[8]["imagetitle"][10] = "";
//gallery[8]["imagetitle"][11] = "";
//gallery[8]["imagelink"] = new Array();
//gallery[8]["imagelink"][0] = "http://www.chocolate2.com/";
//gallery[8]["imagelink"][1] = "http://www.bbdusa.com/categorylist.html?";
//gallery[8]["imagelink"][2] = "http://www.pop-promotions.ccholiday.com/";
//gallery[8]["imagelink"][3] = "http://55439.asisupplier.com/homepage/default.aspx?DPSV_Id=370369";
//gallery[8]["imagelink"][4] = "http://pageflippress.com/pfdemo/mrf.html";
//gallery[8]["imagelink"][5] = "http://logomarkholiday.ecatalogexpress.com/publication/?m=2083&l=1";
//gallery[8]["imagelink"][6] = "http://poppromotionscathy.holiday-catalog.com";
//gallery[8]["imagelink"][7] = "http://ns1.shiva9.com/html/altcontrolmedia/index.html";
//gallery[8]["imagelink"][8] = "/galleryHoliday/i.pdf";
//gallery[8]["imagelink"][9] = "/galleryHoliday/j.pdf";
//gallery[8]["imagelink"][10] = "/galleryHoliday/k.pdf";
//gallery[8]["imagelink"][11] = "/galleryHoliday/l.pdf";
// Please put text all on one line. Use <p> to start a new paragraph.
//Wrap text in quotes " ... ", and make sure the line ends in ;
//If you need to add a in the text then please use the following format  &ldquo;standard&rdquo; to show "standard")
//gallery[8]["promotext"] = "It is our pleasure to make your gift-giving season brighter!<p>Selecting the right gifts for employees, customers, or friends can be challenging. With this in mind, we're proud to present you with our collection of online catalogs and gift stores. Your part is easy, just email us your thoughts or requests!</p>";
// END gallery definition
// -----------------END GALLERY 8 ------------------

// ----------------BEGIN GALLERY 6 -----------------
// BEGIN gallery definition -- copy this code for each gallery,
// Number galleries in order that you want them to appear on the menu ( 0 through N)
gallery[6] = new Array();
gallery[6]["sort"] = 6;
gallery[6]["shortname"] = "games";
gallery[6]["color"] = "gold";
gallery[6]["longname"] = "GAMES GALLERY";
gallery[6]["path"] =  "galleryGames/";
gallery[6]["type"] =  "1";
gallery[6]["imagetitle"] = new Array();
gallery[6]["imagetitle"][0] = "";
gallery[6]["imagetitle"][1] = "";
gallery[6]["imagetitle"][2] = "";
gallery[6]["imagetitle"][3] = "";
gallery[6]["imagetitle"][4] = "";
gallery[6]["imagetitle"][5] = "";
gallery[6]["imagetitle"][6] = "";
gallery[6]["imagetitle"][7] = "";
gallery[6]["imagetitle"][8] = "";
gallery[6]["imagetitle"][9] = "";
gallery[6]["imagetitle"][10] = "";
gallery[6]["imagetitle"][11] = "";

// Please put text all on one line. Use <p> to start a new paragraph.
//Wrap text in quotes " ... ", and make sure the line ends in ;
//If you need to add a in the text then please use the following format  &ldquo;standard&rdquo; to show "standard")
gallery[6]["promotext"] = "Want to attract customers with a gift with purchase? Sponsoring a community event? Participants will keep your brand close at hand with these game choices. Want to show your appreciation for teammates who travel? Try one of these on-the-go games. Need to drive more traffic to your tradeshow booth? Bring them in with these invitation and give-away options.";
// END gallery definition
// -----------------END GALLERY 6 ------------------