//************************************************************************//
//******* © 2005 Pete Cramblit. All Rights Reserved. *******//
//************************************************************************//


// ARTISTS
//NAME|DESCRIPTIVE TEXT|FLIPIMAGE
//TO MAKE AN ARTIST INACTIVE, REMOVE THE FLIP IMAGE
var arrartists = new Array();
arrartists[0] = "";
arrartists[1] = "Charles Arnoldi||arnoldi01_flip.jpg";
arrartists[2] = "Louise Bourgeois||bourgeois01_flip.jpg";
arrartists[3] = "Vija Celmins||celmins01_flip.jpg";
arrartists[4] = "Chuck Close||close01_flip.jpg";
arrartists[5] = "George Condo||condo01_flip.jpg";
arrartists[6] = "Joseph Cornell||cornell01_flip.jpg";
arrartists[7] = "Richard Diebenkorn||";
arrartists[8] = "Jim Dine||dine03_flip.jpg";
arrartists[9] = "Sam Francis||francis01_flip.jpg";
arrartists[10] = "Helen Frankenthaler||frankenthaler01_flip.jpg";
arrartists[11] = "Jacob El Hanani||hanani01_flip.jpg";
arrartists[12] = "David Hockney||";
arrartists[13] = "Anish Kapoor||kapoor01_flip.jpg";
arrartists[14] = "Pablo Picasso||picasso01_flip.jpg";
arrartists[15] = "Richard Serra||serra01_flip.jpg";
arrartists[16] = "Pat Steir||steir01_flip.jpg";
arrartists[17] = "Frank Stella||";
arrartists[18] = "Donald Sultan||sultan01_flip.jpg";
arrartists[19] = "Wayne Thiebaud||";
arrartists[20] = "Andy Warhol||warhol01_flip.jpg";

function loadcat(page, intcat){
  var arrartcat = new Array();
  if(page=="Artists"){
  // ARTISTS
  //IMAGE|TITLE|CATALOG|MEDIUM|EDITION|DATE|DIMENSIONS|ALT PIC LABEL|ALT PIC INDEX|PRICE|BACK ARRAY INDEX
  switch(intcat){
    //Charles Arnoldi
    case "1" :
      arrartcat[0] = "";
      arrartcat[1] = "arnoldi01|Jukebox||Acrylic on Canvas||1993|67.5\"x114.5\"|||";
      break;


    //Louise Bourgeois
    case "2" :
      arrartcat[0] = "";
      arrartcat[1] = "bourgeois01|Le Lit Gros Edredon (with Lips)||Aquatint|Edition of 100|1997|19 3/4\"x26 5/8\"|||";
      break;


    //Vija Celmins
    case "3" :
      arrartcat[0] = "";
      arrartcat[1] = "celmins01|Night Sky 1 (Reversed)|(VC02-3333)|3 Color photogravure, aquatint, photo etching & drypoint|Edition of 65|2002|21\"x24 1/2\"|||";
      arrartcat[2] = "celmins02|Night Sky 2 (Reversed)|(VC02-3336)|3 Color photogravure, aquatint, photo etching & drypoint|Edition of 65|2002|20 3/4\"x24 1/2\"|||";
      arrartcat[3] = "celmins03|Night Sky 3|(VC02-3337)|3 Color photogravure, aquatint, photo etching & drypoint|Edition of 65|2002|19 3/4\"x23 3/4\"|||";
      arrartcat[4] = "celmins04|Untitled (Web 3)|(VC02-3332)|1 Color aquatint & drypoint|Edition of 65|2002|20 1/4\"x24\"|||";
      arrartcat[5] = "celmins04|Untitled (Web 4)|(VC02-3335)|1 Color photogravure, aquatint & drypoint|Edition of 65|2002|20 1/4\"x24\"|||";
      break;


    //Chuck Close
    case "4" :
      arrartcat[0] = "";
      arrartcat[1] = "close01|James||Silkscreen made with 178 colors|Edition of 80|2004|62 1/4\"x48\" (image); 69 1/4\"x54 1/4\" (sheet)|||";
      break;


    //George Condo
    case "5" :
      arrartcat[0] = "";
      arrartcat[1] = "condo01|Abstract Composition in Blue||Silkscreen|Edition of 100|1998|36 1/2\"x49\"|||";
      break;


    //Joseph Cornell
    case "6" :
      arrartcat[0] = "";
      arrartcat[1] = "cornell01|Untitled (Lunar)|(#2C-20YY)|Collage||November 25, 1964|12\"x9 1/16\"|VIEW BACK OF PIECE|cornellback|1|";
      arrartcat[2] = "cornell03|Untitled|(#2C-157A)|Collage||c.a. 1960s|12\"x9\"|VIEW BACK OF PIECE|cornellback|2|";
      arrartcat[3] = "cornell04|Untitled|(2C-2B[1160])|Collage||1960|12\"x9\"|||";
//arrartcat[4] = "cornell02|L'Abeille|(2C-46A [48XFC])|Collage||1960|12\"x9\"|||";
      break;

    //Joseph Cornell BACKS
    case "cornellback" :
      arrartcat[0] = "";
      arrartcat[1] = "cornell05|Untitled (Lunar) &#0150; BACK OF PIECE|(#2C-20YY)|Collage||November 25, 1964|12\"x9 1/16\"|VIEW FRONT OF PIECE|6|1|";
      arrartcat[2] = "cornell06|Untitled &#0150; BACK OF PIECE|(#2C-157A)|Collage||c.a. 1960s|12\"x9\"|VIEW FRONT OF PIECE|6|2|";
      break;

    //Richard Diebenkorn
    case "7" :
      arrartcat[0] = "";
//arrartcat[1] = "diebenkorn01|Folsom Street Variations III|Edition from trial proof C|Color Aquatint with Drypoint, soap ground aquatint and flat bite|Edition of 60|1986|20\"x25 1/2\" (image), 26\"x40\" (sheet)|||";
      break;


    //Jim Dine
    case "8" :
      arrartcat[0] = "";
      arrartcat[1] = "dine03|The White Foot||Woodcut with handcoloring in acrylic|Edition of 12|2003|66 1/4\"x50\"|||";
      arrartcat[2] = "dine01|The Red Patch||Lithograph|Edition of 13|2005|52 7/8\"x40 1/8\"|||";
      arrartcat[3] = "dine02|Magenta on Woodcut||Woodcut with handcoloring|Edition of 10|2005|30\"x21 3/4\"|||";
      break;



    //Sam Francis
    case "9" :
      arrartcat[0] = "";
      arrartcat[1] = "francis01|Untitled|(SF70-040)|Acrylic on paper||1970|31\"x22 1/2\"|||";
      arrartcat[2] = "francis02|Untitled|(EXP SF-49-02)|Monotype with oil and dried pigments in colors||1982|25 1/2\"x29 3/4\"|||";
      arrartcat[3] = "francis03|Untitled|(SF77-102A)|Acrylic on paper||1977|22\"x30\"|||";
      arrartcat[4] = "francis04|Untitled|(SF-94) (L-91)|Lithograph|Edition 7|1967|27\"x20\"|||";
      arrartcat[5] = "francis05|A Sail|(SF-89)(L-103)|Lithograph|CTP (Edition of 20)|1969|22\"x30 1/4\"|||";
      //arrartcat[6] = "francis06|White Deeps|(SF-126)(L-150)|Lithograph|Trial Proof, aside from the numbered edition of 28)|1972|38 1/2\"x26 1/2\"|||";
      arrartcat[6] = "francis07|Untitled Variants|(SF-264)(L-245)|Lithograph|CTP (of 19, Uneditioned)|1981|29 3/4\"x41 3/4\"|||";
      arrartcat[7] = "francis08|Ting|(SF-137)(S-8)|Silkscreen|Edition of|1972|23 1/2\"x29 3/4\"|||";
//arrartcat[9] = "francis09|Untitled|(SFE-026)(I-60)|Aquatint Etching|Edition of 17|1985|45 7/8\"x33 1/4\"|||";
      break;


    //Helen Frankenthaler
    case "10" :
      arrartcat[0] = "";
      arrartcat[1] = "frankenthaler01|Causeway||Intaglio|Edition of 100|2001|21 5/8\"x31 5/8\"|||";
      break;


    //Jacob El Hanani
    case "11" :
      arrartcat[0] = "";
      arrartcat[1] = "hanani01|Alef||Pen and ink on paper||2000|7 5/8\"x6 3/4\"|||";
      arrartcat[2] = "hanani02|Checker||Pen and ink on paper||1999|6 7/8\"x6 3/4\"|||";
      arrartcat[3] = "hanani03|Chequered||Pen and ink on paper||1999|7 5/8\"x7 5/8\"|||";
      arrartcat[4] = "hanani04|Dot Line||Pen and ink on paper||2002|7 3/8\"x7 3/4\"|||";
      arrartcat[5] = "hanani05|Dense Parallel||Pen and ink on paper||2000|7\"x6 3/4\"|||";
      arrartcat[6] = "hanani06|Dot Line Triangle||Pen and ink on paper||2002|7 3/16\"x7 3/16\"|||";
      arrartcat[7] = "hanani07|Leaves||Pen and ink on paper||2002|7 5/16\"x7 5/16\"|||";
      arrartcat[8] = "hanani09|Mesh||Pen and ink on paper||2003|paper size 8 3/4\"x8\", image size 4\"x4\"|||";
      arrartcat[9] = "hanani10|Metropolis||Pen and ink on paper||1999|7 1/2\" x7 1/2\"|||";
      arrartcat[10] = "hanani11|Parallel 2002||Pen and ink on paper||2002|paper size 7 3/8\"x7 1/4\", image size 4\"x4\"|||";
      arrartcat[11] = "hanani12|Pentagon||Pen and ink on paper||2000|7 1/4\"x7 1/2\"|||";
      arrartcat[12] = "hanani13|Round||Pen and ink on paper||2000|7 3/4\"x8\"|||";
      arrartcat[13] = "hanani14|Round Shaped||Pen and ink on paper||1999|7 1/2\"x8\"|||";
      arrartcat[14] = "hanani15|Signature||Pen and ink on paper||2002|7 5/8\"x7 1/2\"|||";
      arrartcat[15] = "hanani16|Signature 2003||Pen and ink on paper||2003|paper size 8 5/8\"x7 3/8\", image size 4\"x4\"|||";
      arrartcat[16] = "hanani17|Tora Bora||Pen and ink on paper||2002|7 1/8\"x6 1/2\"|||";
      arrartcat[17] = "hanani18|Wavy 2000||Pen and ink on paper||2000|7 1/4\"x7 1/4\"|||";
      arrartcat[18] = "hanani19|Wavy 2002||Pen and ink on paper||2003|7 3/4\"x7 5/8\"|||";
      break;

    //David Hockney
    case "12" :
      arrartcat[0] = "";
//arrartcat[1] = "hockney01|Henry||Crayon on paper||1972|17\"x14\"|||";
      break;

    //Anish Kapoor
    case "13" :
      arrartcat[0] = "";
      arrartcat[1] = "kapoor01|Blackness From Her Womb||Portfolio of 13 whiteground aquatints|Edition of 30|2001|17\"x15\"|||";
      break;

    //Pablo Picasso
    case "14" :
      arrartcat[0] = "";
      arrartcat[1] = "picasso01|Chez La Pythie-Harpye.<br>Homme au Masque de Minotaure<br>et Femme au Masque de Sculpteur||Etching and aquatint|Edition of 260|1934|9 1/2\"x13 1/2\"|||";
      arrartcat[2] = "picasso02|Homme D&eacute;voilant une Femme||drypoint|Edition of 50|1931|14 1/8\"x11 1/2\"|||";
      arrartcat[3] = "picasso03|Deux Femmes I||Sugar Lift Etching and aquatint|Edition of 50 plus 15 artists proofs|1963|17 1/8\"x22 3/8\"|||";
      break;



    //Richard Serra
    case "15" :
      arrartcat[0] = "";
      arrartcat[1] = "serra02|Schlaun||etching with aquatint|edition of 75|1997|23 3/4\"x31 1/2\"|||";
//arrartcat[2] = "serra01|Xavier||2 color etching|Edition of 68|2003|22 3/4\"x21 3/4\"|||";
      break;

    //Pat Steir
    case "16" :
      arrartcat[0] = "";
// SOLD 2007_01-25      arrartcat[1] = "steir01|Blue||Silkscreen|Edition of 40|2004|48\"x35\" (image); 56 1/2\"x43\" (sheet)|||";
      break;


    //Frank Stella
    case "17" :
      arrartcat[0] = "";
      arrartcat[1] = "stella01|Talladega Three II|Signed and dated in pencil lower right \"F. Stella 82\"|Relief on white TGL handmade, hand-colored paper|Edition of 30|1982|66 3/8\"x52\", 71 5/8\"x57 5/8\"x3\" framed|||";
      break;

    //Donald Sultan
    case "18" :
      arrartcat[0] = "";
      arrartcat[1] = "sultan02|Eight Blues, December 14, 2002||Conte and flocking on paper||2002-2003|22 1/2\"x30 1/4\"|||";
      arrartcat[2] = "sultan07|Morning Glories III||Etching|Edition of 60|1991|60\"x48\"(image)|||";
// SOLD 2007_01-25      arrartcat[3] = "sultan08|Lilies||Silkscreen on Arches 88 paper|Edition of 70|1998|16 1/2\"x15 1/8\"|||";
// SOLD 2007_01-25      arrartcat[1] = "sultan01|Five Oranges, October 21, 2002||Conte and flocking on paper||2002-2003|22 1/2\"x30 1/4\"|||";
// SOLD 2007_01-25      arrartcat[3] = "sultan04|Pomegranate I||Etching|Edition of 60|1990|40\"x30\" (image); 48\"x36\" (sheet)|||";
// SOLD 2007_01-25      arrartcat[2] = "sultan05|Pomegranate II||Etching|Edition of 60|1990|40\"x30\" (image); 48\"x36\" (sheet)|||";
// SOLD 2007_01-25      arrartcat[3] = "sultan06|Pomegranate III||Etching|Edition of 60|1990|40\"x30\" (image); 48\"x36\" (sheet)|||";
      break;

    //Wayne Thiebaud
    case "19" :
      arrartcat[0] = "";
      arrartcat[1] = "thiebaud01|Pool Balls||Watercolor over hard-ground etching||1964-1988|15 1/2\"x11 1/4\"|||";
      break;

    //Andy Warhol
    case "20" :
      arrartcat[0] = "";
      arrartcat[1] = "warhol01|Doll|Stamped on verso \"Estate of Andy Warhol\"|Graphite on HMP paper||1983|32\"x24 3/4, 40 3/4\"x33\"x2\" framed\"|||";
      break;
   }
  }

  //////////////////////////////
  if(page=="Exhibitions"){
  //EXHIBITIONS
  //ARTIST|IMAGE
  switch(intcat){
    //Current Exhibition
    case "1" :
      arrartcat[0] = "";
      arrartcat[1] = "3|1";
      arrartcat[2] = "13|1";
      arrartcat[3] = "7|1";
      break;

  }
  }


  return arrartcat;
}

// EXHIBITIONS
var arrexh = new Array();
arrexh[0] = "";
arrexh[1] = "Current Exhibition|The Vantage Point Fine Arts collection.";




