﻿
function load_video(id) {
    document.getElementById('FlashPlayer').SetVariable('player:jsPlay', id);

    if (id == '0' || id == '1') {
        document.getElementById('video_description').innerHTML = "Video describing the property and narratives by those who lived there explaining what life is like living at Pleasant Green Farms.";
    }  
    if (id == '2' || id == '3') {
        document.getElementById('video_description').innerHTML = 'Clyde Edgerton John Steinbeck Frank Lloyd Wright Helen Keller Hazrat Inayat Khan Aristotle talk about nature against scenes from Pleasant Green Farms';
    }
    if (id == '4' || id == '5') {
        document.getElementById('video_description').innerHTML = "View the differences between country and city living. Proximity to the vibrant and active community of Hillsborough is also shown.";
    }    
}

