// JavaScript Document
var Picture = new Array(); // don't change this
var Caption = new Array(); // don't change this

// To upload new Images just copy them in img/project_pics folder.

//To add new images in the slide show , just add it in the bottom of pictures.
//Note - No. of Pictures should be same as No. of Captions.

Picture[1]  = '/img/project_pics/turboracer.gif';
Picture[2]  = '/img/project_pics/helicopter.gif';
Picture[3]  = '/img/project_pics/launcher.gif';
Picture[4]  = '/img/project_pics/skateboardpark.gif';
//Picture[5]  = '/img/project_pics/candy.gif';
Picture[5]  = '/img/project_pics/YWW02R.jpg';
Picture[6]  = '/img/project_pics/triamaran.gif';
//Picture[7]  = '/img/project_pics/piratebank.gif';
Picture[7]  = '/img/project_pics/YWW14.jpg';
//Picture[8]  = '/img/project_pics/piratechest.gif';
Picture[8]  = '/img/project_pics/YWW35.jpg';
//Picture[9]  = '/img/project_pics/tugboat.gif';
Picture[9]  = '/img/project_pics/YWW34.jpg';
//Picture[10]  = '/img/project_pics/toolcaddy.gif';
Picture[10]  = '/img/project_pics/YWW30.jpg';



//To add name for the image , just add it in the bottom of captions and give the next no.
//Note - No. of Captions should be same as No. of Pictures.

Caption[1]  = '<h2>Turbo Racer</h2>';
Caption[2]  = '<h2>Helicopter</h2>';
Caption[3]  = '<h2>Marshmallow Launcher</h2>';
Caption[4]  = '<h2>Skateboard Park</h2>';
Caption[5]  = '<h2>Candy Machine</h2>';
Caption[6]  = '<h2>Trimaran</h2>';
Caption[7]  = '<h2>Pirate Ship Bank</h2>';
//Caption[8]  = '<h2>Pirate\'s Chest</h2>';
Caption[8]  = '<h2>Blue Tiger Aerobatics</h2>';
//Caption[9]  = '<h2>Tugboat</h2>';
Caption[9]  = '<h2>Toss & Score</h2>';
//Caption[10]  = '<h2>Tool Caddy</h2>';
Caption[10]  = '<h2>Green Dragon Dragster</h2>';
