<!--
if(document.images) {
pics = new Array();
<!--menu buttons-->
pics[1] = new Image();
pics[1].src = "http://cherrypicker-hire.com/images/bt-home.jpg";
pics[2] = new Image();
pics[2].src = "http://cherrypicker-hire.com/images/bt-home-mo.jpg";
pics[3] = new Image();
pics[3].src = "http://cherrypicker-hire.com/images/bt-about.jpg";
pics[4] = new Image();
pics[4].src = "http://cherrypicker-hire.com/images/bt-about-mo.jpg";
pics[5] = new Image();
pics[5].src = "http://cherrypicker-hire.com/images/bt-equipment.jpg";
pics[6] = new Image();
pics[6].src = "http://cherrypicker-hire.com/images/bt-equipment-mo.jpg";
pics[7] = new Image();
pics[7].src = "http://cherrypicker-hire.com/images/bt-hire.jpg";
pics[8] = new Image();
pics[8].src = "http://cherrypicker-hire.com/images/bt-hire-mo.jpg";
pics[9] = new Image();
pics[9].src = "http://cherrypicker-hire.com/images/bt-contact.jpg";
pics[10] = new Image();
pics[10].src = "http://cherrypicker-hire.com/images/bt-contact-mo.jpg";
pics[15] = new Image();
pics[15].src = "http://cherrypicker-hire.com/images/bt-news.jpg";
pics[16] = new Image();
pics[16].src = "http://cherrypicker-hire.com/images/bt-news-mo.jpg";

<!--hire quick guide buttons-->
pics[11] = new Image();
pics[11].src = "http://cherrypicker-hire.com/images/bt-info.jpg";
pics[12] = new Image();
pics[12].src = "http://cherrypicker-hire.com/images/bt-info-mo.jpg";
pics[13] = new Image();
pics[13].src = "http://cherrypicker-hire.com/images/bt-hire-this.jpg";
pics[14] = new Image();
pics[14].src = "http://cherrypicker-hire.com/images/bt-hire-this-mo.jpg";
}

function change(from,to) {
if(document.images) {
document.images[from].src = pics[to].src;
}
}
//-->
