

// swap images
function di(id,name)
{
  if (document.images)
    document.images[id].src=eval(name+".src");   
}

//toggles layer visibility on and off

function show(id) {
	document.getElementById(id).style.visibility = "visible";
	document.getElementById(id).style.zIndex = "200";

	//if (timer)
  //{
   // window.clearTimeout(timer);
   // timer = 0;
  //}
}
function hide(id) {
	document.getElementById(id).style.visibility ="hidden";
}

var paintings=new Array();

paintings[0]="../images/paintings/where_the_heart_is.jpg";
paintings[1]="../images/paintings/under_the_4_sq.jpg";
paintings[2]="../images/paintings/climb_out_and_go.jpg";
paintings[3]="../images/paintings/where_r_u_going.jpg";
paintings[4]="../images/paintings/being_alive.jpg";
paintings[5]="../images/paintings/find_home.jpg";
paintings[6]="../images/paintings/crossing.jpg";
paintings[7]="../images/paintings/harvest.jpg";
paintings[8]="../images/paintings/ladder_to_where.jpg";


var paintingscap=new Array();
paintingscap[0]="<b>Where the Heart Is</b><br>20\" x 24\"<br>Mixed Media on Birch Panel<br>SOLD<br><br>The foundation of a family, anchored by its parents and surrounded by the freedom of life its child has yet to experience.";
paintingscap[1]="<b>Under the Four Square</b><br>24\" x 36\"<br>Mixed Media on Canvas<br>SOLD<br><br>Do you ever feel like you are living under too much pressure and can\'t climb out to save your life?";
paintingscap[2]="<b>Climb Out and Go</b><br>30\" x 40\"<br>Mixed Media on Canvas<br><br>This is all about dreams of young and old.  It is never too late to have a vision, a dream, a purpose and follow that to its end!<br><br>\"Just beyond any window lie the dreams of our future and all we have to do is climb out and down the tree\; walk beyond our fears and reach for whatever we want out of life\; because the choice and the opportunities can be ours.\"";
paintingscap[3]="<b>Where Are You Going?</b><br>18\" x 24\"<br>Mixed Media on Birch Panel<br>SOLD<br><br>Whether following a leader or being on your own through a tangle of branches, you must find your own way.";
paintingscap[4]="<b>Being Alive</b><br>24\" x 20\"<br>Mixed Media on Birch Panel<br>SOLD<br><br>The following is written on the painting and tells the story;<br>\"From the ground you walk on to the water you drink and the air you breathe, you can find the bliss of being alive. Wherever you find yourself in the world, there is a place for everyone to call home.\"";
paintingscap[5]="<b>Find Home</b><br>30\" x 20\"<br>Mixed Media on Birch Panel<br><br>There are so many open spaces in the world, yet we never seem to have a problem finding a home – all creatures great and small.";
paintingscap[6]="<b>Crossing</b><br>12\" x 30\"<br>Mixed Media on Birch Panel<br>SOLD<br><br>Each cycle of life has a process that we get to experience over and over again, but we must do so carefully so we don\'t miss a thing.";
paintingscap[7]="<b>Harvest</b><br>30\" x 30\"<br>Mixed Media on Birch Panel<br>SOLD<br><br>The bounty of mother earth is around us, we just have to open our eyes and look.";
paintingscap[8]="<b>Ladder to Where</b><br>10\" x 30\"<br>Mixed Media on Canvas<br>SOLD<br><br>As we are growing we are always attempting to make our journey one that is on track with our goals and desires.";

var smpaintings = '' +
'<a href="#"><img src="../images/paintings/thumbs/where_the_heart_is2.jpg" style="border:solid 1px #5F2015;" onclick="document.mainpainting.src=paintings[0];document.getElementById(\'paintingscap\').innerHTML=paintingscap[0];"></a>'+
'<a href="#"><img src="../images/paintings/thumbs/under_the_4_sq2.jpg" style="border:solid 1px #5F2015;margin-left:10px;" onclick="document.mainpainting.src=paintings[1];document.getElementById(\'paintingscap\').innerHTML=paintingscap[1];"></a>'+
'<a href="#"><img src="../images/paintings/thumbs/climb_out_and_go2.jpg" style="border:solid 1px #5F2015;margin-left:10px;" onclick="document.mainpainting.src=paintings[2];document.getElementById(\'paintingscap\').innerHTML=paintingscap[2];"></a>' +
'<a href="#"><img src="../images/paintings/thumbs/where_r_u_going2.jpg" style="border:solid 1px #5F2015;margin-left:10px;" onclick="document.mainpainting.src=paintings[3];document.getElementById(\'paintingscap\').innerHTML=paintingscap[3];"></a>'+
'<br>'+
'<br style="line-height:7px;">'+
'<a href="#"><img src="../images/paintings/thumbs/being_alive2.jpg" style="border:solid 1px #5F2015;" onclick="document.mainpainting.src=paintings[4];document.getElementById(\'paintingscap\').innerHTML=paintingscap[4];"></a>' +
'<a href="#"><img src="../images/paintings/thumbs/find_home2.jpg" style="border:solid 1px #5F2015;margin-left:10px;" onclick="document.mainpainting.src=paintings[5];document.getElementById(\'paintingscap\').innerHTML=paintingscap[5];"></a>' +
'<a href="#"><img src="../images/paintings/thumbs/crossing2.jpg" style="border:solid 1px #5F2015;margin-left:10px;" onclick="document.mainpainting.src=paintings[6];document.getElementById(\'paintingscap\').innerHTML=paintingscap[6];"></a>' +
'<a href="#"><img src="../images/paintings/thumbs/harvest2.jpg" style="border:solid 1px #5F2015;margin-left:10px;" onclick="document.mainpainting.src=paintings[7];document.getElementById(\'paintingscap\').innerHTML=paintingscap[7];"></a>'+
'<br>'+
'<br style="line-height:7px;">'+
'<a href="#"><img src="../images/paintings/thumbs/ladder_to_where2.jpg" style="border:solid 1px #5F2015" onclick="document.mainpainting.src=paintings[8];document.getElementById(\'paintingscap\').innerHTML=paintingscap[8];"></a>'+
'<div align="left" style="padding-left:20px;padding-top:190px;">' +
'<a href="../paintings/paintings.htm"><img src="../images/paintings/thumbs/flown_by.jpg" style="border:solid 1px #5F2015;margin-right:10px;" align="absmiddle">Current</a>' +
'<br>' +
'<br style="line-height:7px;">' +
'<a href="../paintings/paintings_2007.htm"><img src="../images/paintings/thumbs/underthehotsun2.jpg" style="border:solid 1px #5F2015;margin-right:10px;" align="absmiddle">2007</a>' +
'<br>' +
'<br style="line-height:7px;">' +
'<img src="../images/paintings/thumbs/crossing2.jpg" style="border:solid 1px #5F2015;margin-right:10px;" align="absmiddle">2006' +
'<br>' +
'<br style="line-height:7px;">' +
'<a href="../paintings/paintings_2005.htm"><img src="../images/paintings/thumbs/discovery2.jpg" style="border:solid 1px #5F2015;margin-right:10px;" align="absmiddle">2005</a>' +
'<br><br>' +
'</div>';
