/**********************************************************************************/
    var allPhotos = new Array();
    var panoramas = new Array();
    var pause = 3000;
    
    var houseAddress = "Click FEATURE SHEET to WATCH THIS PROPERTY ON VIDEO";
    var clientName = "Dawn Peace";
    var clientTitle = "Sales Representative";
    var clientPhoneNumber = "519-885-0200";
    var featureSheetLink = "http://www.advideoproduction.com/clients/dawn_peace.htm";
    var mapLink = "http://www.mapquest.com/maps?city=Cambridge&state=ON&address=33+Charles+Street";
    var salesCompany= "remax";
    var clientPicture = "../../images/dawnphoto.jpg";
    var clientCompany = "../../images/remaxLogo.jpg";
    var clientEmail = "dawnpeace@rogers.com";
    var clientWebsite = "http://www.dawnpeace.com";
    
    //All pictures
    allPhotos[0] = new Array('Welcome to 33 Charles Street, Cambridge', 'photos/33 Charles St 02.jpg', 'Comment 1');
    allPhotos[1] = new Array('Exterior Front', 'photos/33 Charles St 45.jpg', 'Comment 1');
allPhotos[2] = new Array('Entrance/Porch', 'photos/33 Charles St 01.jpg', 'Comment 1');
allPhotos[3] = new Array('Entrance/Stairs', 'photos/33 Charles St 09.jpg', 'Comment 1');
allPhotos[4] = new Array('Foyer', 'photos/33 Charles St 10.jpg', 'Comment 1');
allPhotos[5] = new Array('Living Room', 'photos/33 Charles St 15.jpg', 'Comment 1');
allPhotos[6] = new Array('Living Room', 'photos/33 Charles St 13.jpg', 'Comment 1');
allPhotos[7] = new Array('Living Room', 'photos/33 Charles St 12.jpg', 'Comment 1');
allPhotos[8] = new Array('Living Room', 'photos/33 Charles St 14.jpg', 'Comment 1');
allPhotos[09] = new Array('Living Room/Fireplace', 'photos/33 Charles St 11.jpg', 'Comment 1');
allPhotos[10] = new Array('Separate Dining Room', 'photos/33 Charles St 16.jpg', 'Comment 1');
allPhotos[11] = new Array('Kitchen', 'photos/33 Charles St 19.jpg', 'Comment 1');
allPhotos[12] = new Array('Kitchen', 'photos/33 Charles St 18.jpg', 'Comment 1');
allPhotos[13] = new Array('Kitchen', 'photos/33 Charles St 20.jpg', 'Comment 1');
allPhotos[14] = new Array('Dinette', 'photos/33 Charles St 17.jpg', 'Comment 1');
allPhotos[15] = new Array('Dinette/Kitchen', 'photos/33 Charles St 36.jpg', 'Comment 1');
allPhotos[16] = new Array('Powder Room', 'photos/33 Charles St 37.jpg', 'Comment 1');
allPhotos[17] = new Array('Master Bedroom', 'photos/33 Charles St 24.jpg', 'Comment 1');
allPhotos[18] = new Array('Master Bedroom', 'photos/33 Charles St 26.jpg', 'Comment 1');
allPhotos[19] = new Array('Master Ensuite', 'photos/33 Charles St 23.jpg', 'Comment 1');
allPhotos[20] = new Array('Master Ensuite', 'photos/33 Charles St 22.jpg', 'Comment 1');
allPhotos[21] = new Array('Dressing Area', 'photos/33 Charles St 27.jpg', 'Comment 1');
allPhotos[22] = new Array('Office', 'photos/33 Charles St 21.jpg', 'Comment 1');
allPhotos[23] = new Array('Bedroom 2', 'photos/33 Charles St 28.jpg', 'Comment 1');
allPhotos[24] = new Array('Bedroom 2 Ensuite', 'photos/33 Charles St 30.jpg', 'Comment 1');
allPhotos[25] = new Array('Rec Room/Bedroom 3', 'photos/33 Charles St 33.jpg', 'Comment 1');
allPhotos[26] = new Array('Rec Room/Gym', 'photos/33 Charles St 32.jpg', 'Comment 1');
allPhotos[27] = new Array('Bathroom 4', 'photos/33 Charles St 34.jpg', 'Comment 1');
allPhotos[28] = new Array('Workshop', 'photos/33 Charles St 35.jpg', 'Comment 1');
allPhotos[29] = new Array('Laundry Room', 'photos/33 Charles St 38.jpg', 'Comment 1');
allPhotos[30] = new Array('Sun Room', 'photos/33 Charles St 39.jpg', 'Comment 1');
allPhotos[31] = new Array('Sun Room', 'photos/33 Charles St 40.jpg', 'Comment 1');
allPhotos[32] = new Array('Backyard', 'photos/33 Charles St 42.jpg', 'Comment 1');
allPhotos[33] = new Array('Exterior Back', 'photos/33 Charles St 47.jpg', 'Comment 1');
allPhotos[34] = new Array('Patio', 'photos/33 Charles St 48.jpg', 'Comment 1');
allPhotos[35] = new Array('Backyard', 'photos/33 Charles St 46.jpg', 'Comment 1');
allPhotos[36] = new Array('Garage', 'photos/33 Charles St 06.jpg', 'Comment 1');
allPhotos[37] = new Array('Side Garden', 'photos/33 Charles St 04.jpg', 'Comment 1');
allPhotos[38] = new Array('Driveway/Entrance', 'photos/33 Charles St 07.jpg', 'Comment 1');
allPhotos[39] = new Array('Exterior Front', 'photos/33 Charl 01.jpg', 'Comment 1');
allPhotos[40] = new Array('Exterior Front', 'photos/33 Charl 06.jpg', 'Comment 1');
allPhotos[41] = new Array('Stairs/Entrance', 'photos/33 Charl 02.jpg', 'Comment 1');
allPhotos[42] = new Array('Exterior Back', 'photos/33 Charl 04.jpg', 'Comment 1');
allPhotos[43] = new Array('Exterior Back', 'photos/33 Charl 05.jpg', 'Comment 1');
allPhotos[44] = new Array('Exterior Back', 'photos/33 Charl 03.jpg', 'Comment 1');




    
    //Panoramas
    //panoramas[0] = new Array('Living Room','photos/abril 08_2.jpg');
    //panoramas[1] = new Array('Dining Room','photos/abril 08_2.jpg');
      
/**********************************************************************************/  