<!--
if (document.images) {
     button1 = new Image
     button1_over = new Image
     button2 = new Image
     button2_over = new Image
     button3 = new Image
     button3_over = new Image
     button4 = new Image
     button4_over = new Image
     button5 = new Image
     button5_over = new Image
     button6 = new Image
     button6_over = new Image
     button7 = new Image
     button7_over = new Image

     button1.src = 'image/studio-a.gif'
     button1_over.src = 'image/studio-b.gif'
     button2.src = 'image/seniors-a.gif'
     button2_over.src = 'image/seniors-b.gif'
     button3.src = 'image/specials-a.gif'
     button3_over.src = 'image/specials-b.gif'
     button4.src = 'image/cards-a.gif'
     button4_over.src = 'image/cards-b.gif'
     button5.src = 'image/proofs-a.gif'
     button5_over.src = 'image/proofs-b.gif'
     button6.src = 'image/contact-a.gif'
     button6_over.src = 'image/contact-b.gif'
     button7.src = 'image/art-forms-a.gif'
     button7_over.src = 'image/art-forms-b.gif'

     giclee1 = new Image
     giclee1_over = new Image     
     giclee2 = new Image
     giclee2_over = new Image

     giclee1.src = 'image/giclee-art.jpg'
     giclee1_over.src = 'image/art-forms-over1.jpg'
     giclee2.src = 'image/giclee-art.jpg'
     giclee2_over.src = 'image/art-forms-over2.jpg'

 }
//-->
