// JavaScript Document
theImg = new Array (17);
theImg[0] = 'images/portfolio/predesig_img0.jpg'
theImg[1] = 'images/portfolio/predesig_img1.jpg'
theImg[2] = 'images/portfolio/predesig_img2.jpg'
theImg[3] = 'images/portfolio/predesig_img3.jpg'
theImg[4] = 'images/portfolio/predesig_img4.jpg'
theImg[5] = 'images/portfolio/predesig_img5.jpg'
theImg[6] = 'images/portfolio/predesig_img6.jpg'
theImg[7] = 'images/portfolio/predesig_img7.jpg'
theImg[8] = 'images/portfolio/predesig_img8.jpg'
theImg[9] = 'images/portfolio/predesig_img9.jpg'
theImg[10] = 'images/portfolio/predesig_img10.jpg'
theImg[11] = 'images/portfolio/predesig_img11.jpg'
theImg[12] = 'images/portfolio/predesig_img12.jpg'
theImg[13] = 'images/portfolio/predesig_img13.jpg'
theImg[14] = 'images/portfolio/predesig_img14.jpg'
theImg[15] = 'images/portfolio/predesig_img15.jpg'
theImg[16] = 'images/portfolio/predesig_img16.jpg'



function SwapImg (thisImg){
document.changeImg.src = theImg[thisImg] 
}


theImgOne = new Array (29);
theImgOne[0] = 'images/portfolio/predesig_img0.jpg'
theImgOne[1] = 'images/portfolio/portfolio_img1.jpg'
theImgOne[2] = 'images/portfolio/portfolio_img2.jpg'
theImgOne[3] = 'images/portfolio/portfolio_img3.jpg'
theImgOne[4] = 'images/portfolio/portfolio_img4.jpg'
theImgOne[5] = 'images/portfolio/portfolio_img5.jpg'
theImgOne[6] = 'images/portfolio/portfolio_img6.jpg'
theImgOne[7] = 'images/portfolio/portfolio_img7.jpg'
theImgOne[8] = 'images/portfolio/portfolio_img8.jpg'
theImgOne[9] = 'images/portfolio/portfolio_img9.jpg'
theImgOne[10] = 'images/portfolio/portfolio_img10.jpg'
theImgOne[11] = 'images/portfolio/portfolio_img11.jpg'
theImgOne[12] = 'images/portfolio/portfolio_img12.jpg'
theImgOne[13] = 'images/portfolio/portfolio_img13.jpg'
theImgOne[14] = 'images/portfolio/portfolio_img14.jpg'
theImgOne[15] = 'images/portfolio/portfolio_img15.jpg'
theImgOne[16] = 'images/portfolio/portfolio_img16.jpg'
theImgOne[17] = 'images/portfolio/portfolio_img17.jpg'
theImgOne[18] = 'images/portfolio/portfolio_img18.jpg'
theImgOne[19] = 'images/portfolio/portfolio_img19.jpg'
theImgOne[20] = 'images/portfolio/portfolio_img20.jpg'
theImgOne[21] = 'images/portfolio/portfolio_img21.jpg'
theImgOne[22] = 'images/portfolio/portfolio_img22.jpg'
theImgOne[23] = 'images/portfolio/portfolio_img23.jpg'
theImgOne[24] = 'images/portfolio/portfolio_img24.jpg'
theImgOne[25] = 'images/portfolio/portfolio_img25.jpg'
theImgOne[26] = 'images/portfolio/portfolio_img26.jpg'
theImgOne[27] = 'images/portfolio/portfolio_img27.jpg'
theImgOne[28] = 'images/portfolio/portfolio_img28.jpg'
theImgOne[29] = 'images/portfolio/portfolio_img29.jpg'



function SwapImgOne (thisImgOne){
document.changeImgOne.src = theImgOne[thisImgOne] 
}