var park1Pix = new Array("/docs/news/newsphoto/img/socc-1.jpg","/docs/news/newsphoto/img/socc-2.jpg","/docs/news/newsphoto/img/socc-3.jpg","/docs/news/newsphoto/img/socc-4.jpg","/docs/news/newsphoto/img/socc-5.jpg","/docs/news/newsphoto/img/socc-6.jpg","/docs/news/newsphoto/img/socc-7.jpg","/docs/news/newsphoto/img/socc-8.jpg","/docs/news/newsphoto/img/socc-9.jpg","/docs/news/newsphoto/img/socc-10.jpg","/docs/news/newsphoto/img/socc-11.jpg","/docs/news/newsphoto/img/socc-12.jpg","/docs/news/newsphoto/img/socc-13.jpg","/docs/news/newsphoto/img/socc-14.jpg","/docs/news/newsphoto/img/socc-15.jpg");var thisPic = 0; var lastPic = 14; function processPrevious() { if (document.images) { if (thisPic==0) { thisPic=lastPic; } else { thisPic--; } document.myPicture.src=park1Pix[thisPic]; }}function processNext() { if (document.images) { if (thisPic==lastPic) { thisPic=0; } else { thisPic++; } document.myPicture.src=park1Pix[thisPic]; }}
(MBC 화면촬영)