// JavaScript Document
var  work = new Array(15);
var titles = new Array(15);
var workDir = "work/print/";
var currentIndex = 0;
titles[0] ="Party Helpers Folder and Brochure Design";
titles[1] ="Club Auto Sport Logo Design and Brochure";
titles[2] ="SoloPower, Inc. Corporate Logo Design ";
titles[3] ="SenSpa San Francisco Stationery Design";
titles[4] ="SenSpa San Francisco Quarterly Magazine";
titles[5] ="Carnegie Mellon West Folder Front";
titles[6] ="Carnegie Mellon West Folder Inside";
titles[7] ="American Heart Association Fundraising Invitation ";
titles[8] ="American Heart Association Fundraising Invitation/Poster ";
titles[9] ="Borelli Investment Company Corporate Brochure ";
titles[10] ="Robert Berry San Francisco Postcard ";
titles[11] ="Sobrato Early Achademic Literacy Floder and Brochure  ";
titles[12] ="Montalvo Chris Botti Concert Invitation";
titles[13] ="Publication Ad ";
titles[14] ="Logo Designs";

work[0] = new Image();
work[0].src = workDir +"img-0.jpg";
work[1] = new Image();
work[1].src = workDir +"img-1.jpg";
work[2] = new Image();
work[2].src = workDir +"img-2.jpg";
work[3] = new Image();
work[3].src = workDir +"img-3.jpg";
work[4] = new Image();
work[4].src = workDir +"img-4.jpg";
work[5] = new Image();
work[5].src = workDir +"img-5.jpg";
work[6] = new Image();
work[6].src = workDir +"img-6.jpg";
work[7] = new Image();
work[7].src = workDir +"img-7.jpg";
work[8] = new Image();
work[8].src = workDir +"img-8.png";
work[9] = new Image();
work[9].src = workDir +"img-9.jpg";
work[10] = new Image();
work[10].src = workDir +"img-10.jpg";
work[11] = new Image();
work[11].src = workDir +"img-11.jpg";
work[12] = new Image();
work[12].src = workDir +"img-12.jpg";
work[13] = new Image();
work[13].src = workDir +"img-13.jpg";
work[14] = new Image();
work[14].src = workDir +"img-14.png";