//UDMv3.5


  var num=0
  var swtch=1

  img1 = new Image ()
  img1.src = "animals/75/1.gif"
  img2 = new Image ()
  img2.src = "animals/75/2.gif"
  img3 = new Image ()
  img3.src = "animals/75/3.gif" 
  img4 = new Image ()
  img4.src = "animals/75/4.gif"
  img5 = new Image ()
  img5.src = "animals/75/5.gif"
  img6 = new Image ()
  img6.src = "animals/75/6.gif"
  img7 = new Image ()
  img7.src = "animals/75/7.gif"  
  img8 = new Image ()
  img8.src = "animals/75/8.gif"
  img9 = new Image ()
  img9.src = "animals/75/9.gif"
  img10 = new Image ()
  img10.src = "animals/75/10.gif" 
  img11 = new Image ()
  img11.src = "animals/75/11.gif"
  img12 = new Image ()
  img12.src = "animals/75/12.gif"
  img13 = new Image ()
  img13.src = "animals/75/13.gif"
  img14 = new Image ()
  img14.src = "animals/75/14.gif"  
  img15 = new Image ()
  img15.src = "animals/75/15.gif" 
  img16 = new Image ()
  img16.src = "animals/75/16.gif"
  img17 = new Image ()
  img17.src = "animals/75/17.gif"
  img18 = new Image ()
  img18.src = "animals/75/18.gif"
  img19 = new Image ()
  img19.src = "animals/75/19.gif"
  
function imager( imgnum, size)
{
swtch = size

num = imgnum

if (swtch==1){
  imgwdth = 648
  imghght = 486
}
if (swtch==2){
  imgwdth = 486
  imghght = 648
}
 
 document.main.src = eval("img"+num+".src")
 document.main.width = imgwdth
 document.main.height = imghght
 
 setdetail()
}
function setdetail()
{

if(num==1){ document.form1.detailarea.value = "WHERE THE BUFFALO ROAM:  12 X 16 ACRYLIC ON CANVAS.  PRINTS AVAILABLE:  8X10 11X14"}

if(num==2){ document.form1.detailarea.value = "BIG RED:  9x12 IRISH SETTER ,SOFT PASTEL ON CANSON PAPER. [photo reference courtesy of wet canvas] Collection of the Artist."}

if(num==3){ document.form1.detailarea.value = "PEEK A BOO:  8X10 PENCIL. THE DRAWING WAS INSPIRED FROM A PHOTO REFERENCE OF A DOG PEEKING BETWEEN THE LEGS OF A PERSON[ photo from wet canvas].  USING THE PHOTO REFERENCE OF THE DOG’S HEAD, I DREW THE DOG PEEKING BETWEEN TWO FENCEBOARDS. Collection of the Artist.  PRINTS AVAILABLE"}

if(num==4){ document.form1.detailarea.value = "WHO ME?  9X12 PENCIL. [photo reference courtesy of wet canvas]  Collection of the Artist."}

if(num==5){ document.form1.detailarea.value = "SAD SAM:  9X12 SOFT PASTEL ON CANSON.  [photo reference courtesy of wet canvas]  Collection of the Artist."}

if(num==6){ document.form1.detailarea.value = "KITTEN:  8X10 SOFT PASTEL ON CANSON.  [photo reference courtesy of wet canvas] Collection of the Artist."}

if(num==7){ document.form1.detailarea.value = "LASSIE:  9X12 SOFT PASTEL ON CANSON. [photo reference courtesy of wet canvas]  Collection of the Artist."}

if(num==8){ document.form1.detailarea.value = "GERMAN SHEPARD:  9X12 PENCIL   [photo reference courtesy of wet canvas] Collection of the Artist."}

if(num==9){ document.form1.detailarea.value = "TIGER:  11X14 COLORED PENCIL   Collection of the Artist. "}

if(num==10){ document.form1.detailarea.value = "TRUNK OR DUNK:  8X10  ACRYLIC ON STRETCHED CANVAS"}

if(num==11){ document.form1.detailarea.value = "COCKER SPANIEL:  8X10 PENCIL   [photo reference courtesy of wet canvas] Collection of the Artist."}

if(num==12){ document.form1.detailarea.value = "GOLDEN RETRIEVER:  5X7 PENCIL.  [photo reference courtesy of wet canvas] PRINTS AVAILABLE  Collection of the Artist."}

if(num==13){ document.form1.detailarea.value = "OUT ON A LIMB:  8X10 PENCIL  PRINTS AVAILABLE."}

if(num==14){ document.form1.detailarea.value = "LILY:  5X7  PENCIL & WATERCOLOR PENCIL.  PRINTS AVAILABLE."}
	
if(num==15){ document.form1.detailarea.value = "CAT:  8X10 PENCIL.  Collection of the Artist."}

if(num==16){ document.form1.detailarea.value = "CAT AND FLOWERS:  8X10 SOFT PASTEL ON CANSON. [photo reference courtesy of wet canvas]  Collection of the Artist."}

if(num==17){ document.form1.detailarea.value = "BREAKAWAY:  8X10 PENCIL.  PRINTS AVAILABLE"}

if(num==18){ document.form1.detailarea.value = "STABLE BOY:9X12 PENCIL.  [photo reference courtesy of wet canvas]  Collection of the Artist. PRINTS AVAILABLE"}	
	
}
