var showcaseLeft = new Array();
var showcaseUpperRight = new Array();

// Add new images below
// make sure you add to both javascript arrays AND the vbscript below

// showcaseLeft is the big picture on the left
showcaseLeft[2] = '<img src="/_images/showcase/008.jpg" alt="DB Domestics" />';
showcaseLeft[0] = '<img src="/_images/showcase/upfields.jpg" alt="Upfields Kitchens & Bathrooms" />';
showcaseLeft[1] = '<img src="/_images/showcase/009.jpg" alt="BLMRA" />';


// showcaseUpperRight is the smaller picture in the upper right, if you do not want a small picture you must still add an array value
// example:
// showcaseUpperRight[NUMBER HERE] = "";
showcaseUpperRight[2] = '<img src="/_images/showcase/logos/009.jpg" alt="DB Domestics" /><br /><br />D.B.Domestic Appliances Ltd is a family run business established in Eastbourne for nearly 30 years';
showcaseUpperRight[0] = '<img src="/_images/showcase/logos/upfields.jpg" alt="Upfields" /><br />Upfields offer you simply the best when it comes to Bathrooms, Shower/Cloak Rooms, and Kitchens.';
showcaseUpperRight[1] = '<img src="/_images/showcase/logos/blmra.jpg" alt="BLMRA" /><br /><br />The British Lawn Mower Racing Association';
