//UDMv3.5

  var num=0
  var flag=0
  var swtch=0
  img1 = new Image ()
  img1.src = "people/75/1.gif"
  img2 = new Image ()
  img2.src = "people/75/2.gif"
  img3 = new Image ()
  img3.src = "people/75/3.gif" 
  img4 = new Image ()
  img4.src = "people/75/4.gif"
  img5 = new Image ()
  img5.src = "people/75/5.gif"
  img6 = new Image ()
  img6.src = "people/75/6.gif"
  img7 = new Image ()
  img7.src = "people/75/7.gif"  
  img8 = new Image ()
  img8.src = "people/75/8.gif"
  img9 = new Image ()
  img9.src = "people/75/9.gif"
  img10 = new Image ()
  img10.src = "people/75/10.gif" 
  img11 = new Image ()
  img11.src = "people/75/11.gif"
  img12 = new Image ()
  img12.src = "people/75/12.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 = "GLORIA & ROBERT:  11X14 PENCIL COMMISSION FROM BRIDAL PARTY FOR A 25TH WEDDING ANNIVERSARY GIFT."}

if(num==2){ document.form1.detailarea.value = "TERRY FAMILY:  11X14 PENCIL COMMISSION."}

if(num==3){ document.form1.detailarea.value = "CHRISTINE 1:  11X14 PENCIL PORTRAIT.  USED FOR STUDY FOR PAINTING. Collection of the Artist."}

if(num==4){ document.form1.detailarea.value = "WHITNEY 1:  11X14 PENCIL PORTRAIT.  USED FOR STUDY FOR PAINTING."}

if(num==5){ document.form1.detailarea.value = "WHITNEY 2:  16X20 ACRYLIC ON STRETCHED CANVAS. Collection of the Artist."}

if(num==6){ document.form1.detailarea.value = "CHRISTINE 2:  16X20 ACRYLIC ON STRETCHED CANVAS. Collection of the Artist."}

if(num==7){ document.form1.detailarea.value = "EVERY BOY’S DREAM:  8X10 PENCIL.  THIS IS A PORTRAIT DRAWN FROM A PHOTO THAT I TOOK OF A FRIEND’S SON.  I SET UP THE STILL LIFE OF SKATES AND THE FLAG TO ADD TO THE DRAWING. PRINTS AVAILABLE.  Collection of the Artist."}

if(num==8){ document.form1.detailarea.value = "NO SOUR GRAPES:  8X10 PENCIL.  COMMISSION. THIS IS A PORTRAIT OF MY BROTHER IN LAW WHEN HE WAS A YOUNG BOY.  IT WAS DRAWN FROM A FAMILY PHOTO.  PRINTS AVAILABLE IN B/WOR B/W COLOR ENCHANCED[using watercolor] Private Collection"}

if(num==9){ document.form1.detailarea.value = "3 CHILDREN:  11X14 PENCIL COMMISSION"}

if(num==10){ document.form1.detailarea.value = "BATH BUDDIES:  8X10 PENCIL.  [photo courtesy of wet canvas]  Collection of the Artist."}

if(num==11){ document.form1.detailarea.value = "GREAT GREAT GRANDMA:   THIS PORTRAIT [PENCIL] IS DRAWN FROM A VERY OLD FAMILY PHOTOGRAPH.  Collection of the Artist."}

if(num==12){ document.form1.detailarea.value = "GRANDPA’S FAMILY: THIS PORTRAIT [PENCIL] IS DRAWN FROM AN OLD FAMILY PHOTOGRAPH  1912.  IT IS A PORTRAIT OF MY GRANDFATHER AND HIS SIBLINGS. Collection of the Artist."}

	
}
