

// 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/shift_now.jpg";
paintings[1] = "../images/paintings/heading_for_the_country.jpg";
paintings[2] = "../images/paintings/flown_by.jpg";
paintings[3] = "../images/paintings/from_my_house_to_yours.jpg";
paintings[4] = "../images/paintings/three_for_three.jpg";
paintings[5] = "../images/paintings/still_wanting_it_all.jpg";
paintings[6] = "../images/paintings/losing_time.jpg";
paintings[7] = "../images/paintings/yes_bay_no_way.jpg";
paintings[8] = "../images/paintings/it_happens_too_fast.jpg";
paintings[9] = "../images/paintings/a_changing_day.jpg";


var paintingscap=new Array();
paintingscap[0] = "<b>Shift Now</b><br>18\" x 24\"<br>Mixed Media on Birch Panel<br><br>This divided piece really shows the shifts that took place in my life over the last year. Life was going along at its usual pace and then four major transitions transpired and really took me in several new directions.";
paintingscap[1] = "<b>Heading For The Hills</b><br>16\" x 20\"<br>Mixed Media on Birch Panel<br><br>It was a beautiful and fulfilling road trip this past summer to visit with our oldest and dearest friends in the hills of California.";
paintingscap[2] = "<b>Flown By</b><br>12\" x 24\"<br>Mixed Media on Birch Panel<br><br>Another move, another packing thirty years of boxes and memories and making them fit into less. She is brave and strong and did it all herself.  Now we will see how it all settles.";
paintingscap[3] = "<b>From My House to Yours</b><br>12\" x 24\"<br>Mixed Media on Birch Panel<br><br>After thirty-two years of living close to each other, a move was made by one.  We shared everything, and knowing distance won’t change that, it is still a tough road.";
paintingscap[4] = "<b>Three for Three</b><br>18\" x 18\"<br>Mixed Media on Birch Panel<br><br>As each family lives their lives, they try to find their peace.  No matter the ups and downs they encounter, their circle of life and family continues.  They remain strong and as one.";
paintingscap[5] = "<b>Still Wanting It All</b><br>14\" x 18\"<br>Mixed Media on Birch Panel<br><br>Still others lose control of their bodies and what happens to them.  But through medicine and seriously strong minds they still go on with their lives with the utmost zeal, and take every opportunity to live as if they had no problems whatsoever.";
paintingscap[6] = "<b>Losing Time</b><br>12\" x 24\"<br>Mixed Media on Birch Panel<br><br>With some, through no choice of their own, their mind is going on a downward spiral.  They become less of themselves and more of a stranger.  There are a few things that remain, that are just like them, but they seem fleeting.  You so want them back.";
paintingscap[7] = "<b>Yes Bay, No Way</b><br>18\" x 18\"<br>Mixed Media on Birch Panel<br><br>Many of us have the inability to say no, or so we think.  I had to use this chart to express my goal of doing less \'out there\', and taking a little more time to take care of myself and my family.";
paintingscap[8] = "<b>It Happens Too Fast</b><br>12\" x 24\"<br>Mixed Media on Birch Panel<br><br>Children; need I say more.  My beautiful daughter has been making such huge strides this year.  She is growing and learning, exploring and flying.  I can\'t keep up!";
paintingscap[9] = "<b>A Changing Day</b><br>12\" x 18\"<br>Mixed Media on Birch Panel<br>SOLD<br><br>Some days, all the change and transitions keep you up at night until you get used to what is ahead.";

var smpaintings = '' +
'<a href="#"><img src="../images/paintings/thumbs/shift_now.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/heading_for_the_country.jpg" hspace="10" style="border:solid 1px #5F2015;" onclick="document.mainpainting.src=paintings[1];document.getElementById(\'paintingscap\').innerHTML=paintingscap[1];"></a>' +
'<a href="#"><img src="../images/paintings/thumbs/flown_by.jpg" style="border:solid 1px #5F2015;" onclick="document.mainpainting.src=paintings[2];document.getElementById(\'paintingscap\').innerHTML=paintingscap[2];"></a>' +
'<a href="#"><img src="../images/paintings/thumbs/from_my_house_to_yours.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/three_for_three.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/still_wanting_it_all.jpg" hspace="10" style="border:solid 1px #5F2015;" onclick="document.mainpainting.src=paintings[5];document.getElementById(\'paintingscap\').innerHTML=paintingscap[5];"></a>' +
'<a href="#"><img src="../images/paintings/thumbs/losing_time.jpg" style="border:solid 1px #5F2015;" onclick="document.mainpainting.src=paintings[6];document.getElementById(\'paintingscap\').innerHTML=paintingscap[6];"></a>' +
'<a href="#"><img src="../images/paintings/thumbs/yes_bay_no_way.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/it_happens_too_fast.jpg" style="border:solid 1px #5F2015;" onclick="document.mainpainting.src=paintings[8];document.getElementById(\'paintingscap\').innerHTML=paintingscap[8];"></a>' +
'<a href="#"><img src="../images/paintings/thumbs/a_changing_day.jpg" hspace="10" style="border:solid 1px #5F2015;" onclick="document.mainpainting.src=paintings[9];document.getElementById(\'paintingscap\').innerHTML=paintingscap[9];"></a>' +
'<div align="left" style="padding-left:20px;padding-top:190px;">' +
'<img src="../images/paintings/thumbs/flown_by.jpg" style="border:solid 1px #5F2015;margin-right:10px;" align="absmiddle">Current' +
'<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;">' +
'<a href="../paintings/paintings_2006.htm"><img src="../images/paintings/thumbs/crossing2.jpg" style="border:solid 1px #5F2015;margin-right:10px;" align="absmiddle">2006</a>' +
'<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>';