
// ==========================================
// Slideshow - Set the following variables...
// ==========================================

// Set the slideshow speed (in milliseconds)
var SlideShowSpeed = 3000;

// Set the duration of crossfade (in seconds)
var CrossFadeDuration = 2;

var Picture = new Array(); // don't change this
var Caption = new Array(); // don't change this
var showHot = false;       // don't change this

Picture[1]  = 'images/work/recentwork/recentwork_img21.jpg';
Picture[2]  = 'images/work/recentwork/recentwork_img20.jpg';
Picture[3]  = 'images/work/recentwork/recentwork_img19.jpg';
Picture[4]  = 'images/work/recentwork/recentwork_img18.jpg';
Picture[5]  = 'images/work/recentwork/recentwork_img17.jpg';
Picture[6]  = 'images/work/recentwork/recentwork_img16.jpg';
Picture[7]  = 'images/work/recentwork/recentwork_img15.jpg';
Picture[8]  = 'images/work/recentwork/recentwork_img14.jpg';
Picture[9]  = 'images/work/recentwork/recentwork_img13.jpg';
Picture[10]  = 'images/work/recentwork/recentwork_img10.jpg';
Picture[11]  = 'images/work/recentwork/recentwork_img11.jpg';
Picture[12]  = 'images/work/recentwork/recentwork_img12.jpg';
Picture[13]  = 'images/work/recentwork/recentwork_img08.jpg';
Picture[14]  = 'images/work/recentwork/recentwork_img09.jpg';
Picture[15]  = 'images/work/recentwork/recentwork_img01.jpg';
Picture[16]  = 'images/work/recentwork/recentwork_img02.jpg';
Picture[17]  = 'images/work/recentwork/recentwork_img03.jpg';
Picture[18]  = 'images/work/recentwork/recentwork_img04.jpg';
Picture[19]  = 'images/work/recentwork/recentwork_img05.jpg';
Picture[20]  = 'images/work/recentwork/recentwork_img06.jpg';
Picture[21]  = 'images/work/recentwork/recentwork_img07.jpg';


Caption[1]  = "Condo at Parksville<br><br>Acrylic on Canvas<br>24 X 18<br>2008<br>NFS<br>Commissioned by friends who asked me to paint the Condo at Parksville.";
Caption[2]  = "Down to the Beach<br><br>Acrylic on Canvas<br>24 X 18<br>2008<br>SOLD<br>The stairway from The Cabin on the Sea at Beecher Bay";
Caption[3]  = "Hidden Heart of a Woman<br><br>Acrylic on Canvas<br>24 x 36<br>2010<br>NFS<br>She can do it all and never complain or show the pain this world has caused. And still she keeps doing her best and putting her family above her own needs.";
Caption[4]  = "The Journey Begins<br><br>Acrylic on Canvas<br>16 x 20<br>2009<br>$400<br>Heading out at first light along BCs West Coast Trail.";
Caption[5]  = "Manitoba School House<br><br>Acrylic on Canvas<br>24 X 18<br>2009<br>NFS<br>Commissioned for a 50th wedding anniversary of the school their parents went to. All that's left is the tree on the spot where the school was but the tree was not, when the school was.";
Caption[6]  = "Portrait of a Pumpkin<br><br>Acrylic on Canvas<br>24 X 36<br>2009<br>$600<br>The old face is weathered at this the end of the growing season.";
Caption[7]  = "The Cat's Meow<br><br>Acrylic on Canvas<br>16 X 16<br>2010<br>$400<br>Trust the cat to find the best, warm cozy spot in the kitchen.";
Caption[8]  = "The Grand Sun<br><br>Acrylic on Canvas<br>16 X 20<br>2009<br>$400<br>Soon the birds will come, at just the right time, to harvest the tender seeds.";
Caption[9]  = "Children at Play<br><br>Acrylic on Canvas<br>24 X 18<br>2009<br>NFS<br>This is a portrait of my sister-in-law's grandchildren.";
Caption[10]  = "Over Alberta Ponds<br><br>Acrylic on Canvas<br>16 X 20<br>2009<br>$600<br>This scene was spotted above Alberta on the way home from a bitter-sweet family visit.";
Caption[11]  = "Old and New<br><br>Acrylic on Canvas<br>16 X 20<br>2008<br>$600<br>Well I'm stumped for what to say about this one...";
Caption[12]  = "Farhill Beach<br><br>Acrylic on Canvas<br>14 X 18<br>2008<br>$00<br>Farhill Beach is one of the ole' beach-party beaches, back in the day.";
Caption[13]  = "Drawn to the Rhythm<br><br>Acrylic on Canvas<br>18 X 24<br>2008<br>$700<br>The second picture of the music around the campfire theme.";
Caption[14]  = "Discarded<br><br>Acrylic on Canvas<br>14 X 18<br>2008<br>$400<br>After the dinner party, these wilted tulips joined the pile of dead house plants outside.";
Caption[15]  = "As if They Never Existed<br><br>Acrylic on Canvas<br>40 X 50<br>2007<br>$700<br>A new housing development on Mill Hill completely clear cutting the land, adding a pleasing organic road and greenhouse shrubs.";
Caption[16]  = "Dorothys Bench<br><br>Acrylic on Canvas<br>2' x 3'<br>2005<br>$1000<br>I would sit on Dorothys Bench at Florence Lake with her spirit when the sun rose. Her husband dedicated the bench to her.";
Caption[17]  = "The Bill of Rights Rests Before Pallada<br>Acrylic on Canvas<br>20 X 30<br>2005<br>$900<br>During the Tall Ship Festival at Victoria Inner Harbor June 2005";
Caption[18]  = "Lynx Crew Works While Lady Washington Rests<br>Acrylic on Canvas<br>20 X 24<br>2005<br>$800<br>Lady Washington was in the Pirates of the Caribbean movie.";
Caption[19]  = "Trust<br><br>Acrylic on Canvas<br>2' X 3'<br>2007<br>$1100<br>With one bite he could tear into her flesh but she trusts her instinct to honor him, the way it's always been.";
Caption[20]  = "The Leaves<br><br>Acrylic on Canvas<br>30 X 40<br>2006<br>$1100<br>";
Caption[21]  = "Attraction<br><br>Acrylic on Canvas<br>28 X 42<br>2007<br>$1000<br>With fond memories of Michelle, Santa Barbara and the surfer dude at the Karioke club.";




// =====================================
// Do not edit anything below this line!
// =====================================

var tss;
var iss;
var jss = 0;
var pss = Picture.length-1;

var preLoad = new Array();
for (iss = 1; iss < pss+1; iss++){
preLoad[iss] = new Image();
preLoad[iss].src = Picture[iss];}

function control(how){
if (showHot){
if (how=="H") jss = 1;
if (how=="F") jss = jss + 1;
if (how=="B") jss = jss - 1;
if (jss > (pss)) jss=1;
if (jss < 1) jss = pss;
if (document.all){
document.images.PictureBox.style.filter="blendTrans(duration=2)";
document.images.PictureBox.style.filter="blendTrans(duration=CrossFadeDuration)";
document.images.PictureBox.filters.blendTrans.Apply();}
document.images.PictureBox.src = preLoad[jss].src;
if (document.getElementById) document.getElementById("CaptionBox").innerHTML= Caption[jss];
if (document.all) document.images.PictureBox.filters.blendTrans.Play();
}}

