/* CREATE OVERLAY OBJECTS */

function createOverlays() {


	// GET A LIST OF ALL DIVS
	var theContent = document.getElementById('content');
	var portItems = new Array(); 

	portItems = theContent.getElementsByTagName('img');
	var portItemsLen = portItems.length;

	for (var i=0; i< portItemsLen; i++) {

		// DECLARE VARIABLES
		var theID = "";
		var theHeader = "";
		var theCopy = "";
		var theUrl = "";
		var outsidePage = "";
		var theThumb = "";
		var mainImg = "";
		var imgHeight = "";
		var imgTop = 0;
		var padding = "";
		var nextButton = "";
		var prevButton = "";
		var buttonTop = "";
		var theDiv = "";



		/* SET DATA IN VARIABLES */
		theID = portItems[i].id;

		switch (theID) {

			/* PLACE OTHER CASE STATEMENTS BETWEEN HERE */

			case "azima":
			theHeader = "Azima DLI Corporate Website";
			theCopy = "Design, Development, XHTML, CSS, Flash, jQuery, search function and forms, portal interface design, icon development";
			theUrl = "www.azimadli.com";
			break;

			case "carbonite":
			theHeader = "Carbonite, Inc. International Websites";
			theCopy = "Design, Development, XHTML, CSS, jQuery, search function and forms";
			theUrl = "www.carbonite.co.uk,www.carbonite.fr,www.carbonite.ca";
			break;

			case "gkmarketing":
			theHeader = "G & K Marketing Corporate Website";
			theCopy = "Design, Development, XHTML, CSS, jQuery, form";
			theUrl = "www.gandkmarketing.com";
			break;

			case "gordotico":
			theHeader = "Gordotico Corporate Website";
			theCopy = "Concept Development. In Progress";
			theUrl = "";
			break;

			case "minuteman":
			theHeader = "Minuteman Governance Corporate Website";
			theCopy = "Design, Development, XHTML, CSS, Flash, jQuery, form";
			theUrl = "www.minutemangovernance.com";
			break;

			case "mission":
			theHeader = "Mission Media Arts Corporate Website";
			theCopy = "Design, Development, XHTML, CSS, Flash, jQuery, video, form, social media";
			theUrl = "www.missionmediaarts.com";
			break;

			case "lynch":
			theHeader = "The Lynch Foundation Corporate Website";
			theCopy = "Design, Development, XHTML, CSS, jQuery, video, form";
			theUrl = "www.thelynchfoundation.org";
			break;

			case "moreofme":
			theHeader = "More of Me Maternity Website Facelift";
			theCopy = "Facelift of existing site, Design, Development, XHTML, CSS, jQuery, Wordpress integration, form";
			theUrl = "www.moreofmematernity.com";
			break;

			case "nativity":
			theHeader = "Nativity Preparatory School Website";
			theCopy = "Design, Development, XHTML, CSS, jQuery, video, form, secure online donations, social media";
			theUrl = "www.nativityboston.org";
			break;

			case "renu":
			theHeader = "Renu Mobile Solutions Identity";
			theCopy = "Corporate logo design and site application logo designs.";
			theUrl = "www.renumobile.com";
			break;

			case "azimadli":
			theHeader = "Azima DLI Corporate Logo";
			theCopy = "Corporate logo design and branding";
			theUrl = "www.azimadli.com";
			break;

			case "panthers":
			theHeader = "Beverly Girls Travel Team Identity";
			theCopy = "Team logo design and branding";
			theUrl = "";
			break;

			case "liveboard":
			theHeader = "Liveboard Corporate Identity";
			theCopy = "Corporate logo design, product faceplate design and branding";
			theUrl = "www.myliveboard.com";
			break;

			case "nexus":
			theHeader = "Nexus Print Group Logo";
			theCopy = "Corporate logo design and branding";
			theUrl = "www.nexusprintgroup.com";
			break;

			case "political":
			theHeader = "Political Alpha Corporate Identity";
			theCopy = "Corporate logo design and branding";
			theUrl = "www.politicalalpha.com";
			break;

			case "ndpl":
			theHeader = "National Dental Pulp Laboratory, Inc.";
			theCopy = "Packaging design for Dental Pulp Collection Kit and matching direct mail campaign for the launch";
			theUrl = "";
			break;

			case "livepack":
			theHeader = "Liveboard - Live Baseball Scoreboard";
			theCopy = "Product faceplate design and launch materials";
			theUrl = "";
			break;

			case "brooks":
			theHeader = "Brooks Pharmacy";
			theCopy = "Packaging design for private label products";
			theUrl = "";
			break;

			case "roche":
			theHeader = "Roche Brothers";
			theCopy = "Packaging design for dozens of their private label products";
			theUrl = "";
			break;

			case "sinco":
			theHeader = "Sinco, Inc.";
			theCopy = "Packaging design for premium private label products";
			theUrl = "";
			break;

			case "harry":
			theHeader = "Harry&#8217;s Bazaar, produced by Sinco, Inc.";
			theCopy = "Packaging design for hundreds of private label products and extensions";
			theUrl = "";
			break;


			/* AND HERE */

			} 
		}

	return theOverlays;

	}




  
