

if (navigator.appName=='Netscape') ns=true; else ns=false;
if (!ns) {
function makeItem(name, url) {
this.name = name;
this.url = url;}
function newItem(name, url) {
itemsIndex++;
cats[catsIndex][itemsIndex] = new makeItem(name, url);
cats[catsIndex].length++;}
function makeCat(name) {
this.name = name;
this.length = 0;}
function newCat(name) {
catsIndex++
itemsIndex = -1;
cats[catsIndex] = new makeCat(name);}
function relateItems(cat) {
	temp0=m1.options[cat].text;
if (isNS3 || isIE) {
if (cat > 0) {
catsIndex = cat -1;
with (m2) {
for (var i = options.length; i > 1; i--) options[i] = null;
for (var i = 0; i < cats[catsIndex].length; i++) options[i+1] = new Option(cats[catsIndex][i].name);
options[0].text="Letter: (" + temp0 + ")";
options[0].selected = true;
		}
   }
}
else {
if (m1.listIndex > 0) {
m2.clear();
m2.addItem(itemHeading);
catsIndex = m1.listIndex - 1;
for (var i = 0; i < cats[catsIndex].length; i++)
m2.addItem(cats[catsIndex][i].name);
m2.listIndex = 0;
}
}
itemsIndex = 0;
}
function gotoPage(item) {
var url = null;
if (isNS3 && item > 0) url = cats[catsIndex][item - 1].url;
if (isIE && item > 0) url = cats[catsIndex][item - 1].url;
if (url != null) main.location.href = url;
}
function addHeadings() {
m1.addItem(catHeading);
for (var i = 0; i < cats.length; i++) m1.addItem(cats[i].name);
m1.listIndex = 0;
m2.addItem(itemHeading);
m2.listIndex = 0;
}
var isNS3 = (navigator.appName == "Netscape" && parseInt(navigator.appVersion) >= 3);
var isIE = (navigator.appName == "Microsoft Internet Explorer");
var cats = new Array();
var catsIndex = -1;
var itemsIndex = -1;
var catHeading = 'A-Z';
var itemHeading = 'Classic Artists';
var betweenHeading ="";
newCat('A');
newItem('Aertsen, Pieter', '../auth2/aertsen/index.htm');
newItem('Altdorfer, Albrecht', '../auth2/altdorfer/index.htm');
newItem('Altichiero', '../auth2/altichiero/index.htm');
newItem('Angelico, Fra', '../auth2/angelico/index.htm');
newItem('Ast, Balthasar van der', '../auth2/ast/index.htm');
newItem('Astruc, Zacharie', '../auth2/astruc/index.htm');
newItem('Avercamp, Hendrick', '../auth2/avercamp/index.htm');
newCat('B');
newItem('Baburen, Dirck van', '../auth2/baburen/index.htm');
newItem('Bacon, Francis', '../auth2/bacon/index.htm');
newItem('Baldung Grien, Hans', '../auth2/baldung/index.htm');
newItem('Barocci, Federico', '../auth2/barocci/index.htm');
newItem('Bassano, Jacopo', '../auth2/bassano/index.htm');
newItem('Bellini, Giovanni', '../auth2/bellini/index.htm');
newItem('Beyeren, Abraham van', '../auth2/beyeren/index.htm');
newItem('Blake, William', '../auth2/blake/index.htm');
newItem('Bosch, Hieronymus', '../auth2/bosch/index.htm');
newItem('Botticelli, Sandro', '../auth2/botticelli/index.htm');
newItem('Boucher, François', '../auth2/boucher/index.htm');
newItem('Boudin, Eugène', '../auth2/boudin/index.htm');
newItem('Bouguereau, Adolphe-William', '../auth2/bouguereau/index.htm');
newItem('Bouts, Dirk', '../auth2/bouts/index.htm');
newItem('Bracquemond, Marie', '../auth2/bracquemond/index.htm');
newItem('Broederlam, Melchior', '../auth2/broederlam/index.htm');
newItem('Bronzino, Agnolo', '../auth2/bronzino/index.htm');
newItem('Brown, Ford Madox', '../auth2/brown/index.htm');
newItem('Bruegel, Pieter the Elder', '../auth2/bruegel/index.htm');
newItem('Burgkmair, Hans the Elder', '../auth2/burgkmair/index.htm');
newItem('Burne-Jones, Sir Edward Coley', '../auth2/burne-jones/index.htm');

newCat('C');
newItem('Cabanel, Alexandre', '../auth2/cabanel/index.htm');
newItem('Caillebotte, Gustave', '../auth2/caillebotte/index.htm');
newItem('Canaletto', '../auth2/canaletto/index.htm');
newItem('Cano, Alonso', '../auth2/cano/index.htm');
newItem('Caravaggio, Michelangelo Merisi da', '../auth2/caravaggio/index.htm');
newItem('Caroll, Lewis', '../auth2/caroll/index.htm');
newItem('Caron, Antoine', '../auth2/caron/index.htm');
newItem('Carracci', '../auth2/carracci/index.htm');
newItem('Cassatt, Mary', '../auth2/cassatt/index.htm');
newItem('Cavallini, Pietro', '../auth2/cavallini/index.htm');
newItem('Cézanne, Paul', '../auth2/cezanne/index.htm');
newItem('Chardin, Jean-Baptiste-Siméon', '../auth2/chardin/index.htm');
newItem('Chase, William Merritt', '../auth2/chase/index.htm');
newItem('Chassériau, Théodore', '../auth2/chasseriau/index.htm');
newItem('Christus, Petrus', '../auth2/christus/index.htm');
newItem('Cima da Conegliano, Giovanni Battista', '../auth2/cima/index.htm');
newItem('Clouet', '../auth2/clouet/index.htm');
newItem('Cole, Thomas', '../auth2/cole/index.htm');
newItem('Constable, John', '../auth2/constable/index.htm');
newItem('Copley, John Singleton', '../auth2/copley/index.htm');
newItem('Cornell, Joseph', '../auth2/cornell/index.htm');
newItem('Corot, Jean-Baptiste-Camille', '../auth2/corot/index.htm');
newItem('Correggio', '../auth2/correggio/index.htm');
newItem('Cosimo, Piero di', '../auth2/cosimo/index.htm');
newItem('Courbet, Gustave', '../auth2/courbet/index.htm');
newItem('Couture, Thomas', '../auth2/couture/index.htm');
newItem('Cranach, Lucas the Elder', '../auth2/cranach/index.htm');
newItem('Cropsey, Jasper', '../auth2/cropsey/index.htm');
newItem('Cuyp', '../auth2/cuyp/index.htm');

newCat('D');
newItem('Daumier, Honoré', '../auth2/daumier/index.htm');
newItem('David, Gerard', '../auth2/david/index.htm');
newItem('David, Jacques-Louis', '../auth2/davidg/index.htm');
newItem('Davis, Stuart', '../auth2/davis/index.htm');
newItem('Degas, Edgar', '../auth2/degas/index.htm');
newItem('Delacroix, Eugène', '../auth2/delacroix/index.htm');
newItem('Desportes, Alexandre-François', '../auth2/desportes/index.htm');
newItem('Doré, Gustave', '../auth2/dore/index.htm');
newItem('Dossi, Dosso', '../auth2/dossi/index.htm');
newItem('Dürer, Albrecht', '../auth2/durer/index.htm');
newItem('Dyck, Sir Anthony van', '../auth2/dyck/index.htm');

newCat('E');
newItem('Eakins, Thomas', '../auth2/eakins/index.htm');
newItem('Elsheimer, Adam', '../auth2/elsheimer/index.htm');
newItem('Eyck, Jan van', '../auth2/eyck/index.htm');

newCat('F');
newItem('Fantin-Latour, Henri', '../auth2/fantin-latour/index.htm');
newItem('Feke, Robert', '../auth2/feke/index.htm');
newItem('Flémalle, Master of (Campin, Robert)', '../auth2/flemalle/index.htm');
newItem('Fouquet', '../auth2/fouquet/index.htm');
newItem('Fragonard, Jean-Honoré', '../auth2/fragonard/index.htm');
newItem('Freud, Lucian', '../auth2/freud/index.htm');
newItem('Friedrich, Caspar David', '../auth2/friedrich/index.htm');
newItem('Fuseli, Henry', '../auth2/fuseli/index.htm');

newCat('G');
newItem('Gainsborough, Thomas', '../auth2/gainsborough/index.htm');
newItem('Gauguin, (Eugène-Henri-) Paul', '../auth2/gauguin/index.htm');
newItem('Gelder, Aert de', '../auth2/gelder/index.htm');
newItem('Gentile da Fabriano', '../auth2/gentile/index.htm');
newItem('Géricault, Théodore', '../auth2/gericault/index.htm');
newItem('Gérôme, Jean-Léon', '../auth2/gerome/index.htm');
newItem('Ghirlandaio, Domenico', '../auth2/ghirlandaio/index.htm');
newItem('Giordano, Luca', '../auth2/giordano/index.htm');
newItem('Giotto di Bondone', '../auth2/giotto/index.htm');
newItem('Goes, Hugo van der', '../auth2/goes/index.htm');
newItem('Gogh, Vincent van', '../auth2/gogh/index.htm');
newItem('Gonçalves, Nuño', '../auth2/goncalves/index.htm');
newItem('Goya, Francisco de', '../auth2/goya/index.htm');
newItem('Greco, El', '../auth2/greco/index.htm');
newItem('Greuze, Jean-Baptiste', '../auth2/greuze/index.htm');
newItem('Gris, Juan', '../auth2/gris/index.htm');
newItem('Gros, Antoine-Jean', '../auth2/gros/index.htm');
newItem('Grünewald, Matthias', '../auth2/grunewald/index.htm');
newItem('Guardi, Francesco', '../auth2/guardi/index.htm');
newItem('Guillaumin, Jean-Baptiste Armand', '../auth2/guillaumin/index.htm');

newCat('H');
newItem('Hals, Frans', '../auth2/hals/index.htm');
newItem('Heda, Willem Claesz', '../auth2/heda/index.htm');
newItem('Heem, Jan Davidsz. de', '../auth2/heem/index.htm');
newItem('Hilliard, Nicholas', '../auth2/hilliard/index.htm');
newItem('Hiroshige, Ando', '../auth2/hiroshige/index.htm');
newItem('Hobbema, Meindert', '../auth2/hobbema/index.htm');
newItem('Hockney, David', '../auth2/hockney/index.htm');
newItem('Hokusai, Katsushika', '../auth2/hokusai/index.htm');
newItem('Holbein, Hans the Younger', '../auth2/holbein/index.htm');
newItem('Hooch, Pieter de', '../auth2/hooch/index.htm');
newItem('Hopper, Edward', '../auth2/hopper/index.htm');

newCat('I');
newItem('Ingres, Jean-Auguste-Dominique ', '../auth2/ingres/index.htm');


newCat('J');
newItem('Jongkind, Johan-Barthold', '../auth2/jongkind/index.htm');
newItem('Joos van Wassenhove', '../auth2/joos/index.htm');

newCat('K');
newItem('Kandinsky, Wassily', '../auth2/kandinsky/index.htm');
newItem('Kiefer, Anselm', '../auth2/kiefer/index.htm');
newItem('Kitaj, Ron B.', '../auth2/kitaj/index.htm');
newItem('Klee, Paul', '../auth2/klee/index.htm');
newItem('Klimt, Gustav', '../auth2/klimt/index.htm');

newCat('L');
newItem('La Hire, Laurent de', '../auth2/la-hire/index.htm');
newItem('La Fosse, Charles de', '../auth2/la-fosse/index.htm');
newItem('Lancret, Nicolas', '../auth2/lancret/index.htm');
newItem('Largillière, Nicolas de', '../auth2/largilliere/index.htm');
newItem('Le Brun, Charles', '../auth2/le-brun/index.htm');
newItem('Legros, Alphonse', '../auth2/legros/index.htm');
newItem('Leonardo da Vinci', '../auth2/vinci/index.htm');
newItem('Lorrain, Claude', '../auth2/lorrain/index.htm');

newCat('M');
newItem('Malevich, Kasimir', '../auth2/malevich/index.htm');
newItem('Manet, Edouard', '../auth2/manet/index.htm');
newItem('Mantegna, Andrea', '../auth2/mantegna/index.htm');
newItem('Marc, Franz', '../auth2/marc/index.htm');
newItem('Martini, Simone', '../auth2/martini/index.htm');
newItem('Matisse, Henri', '../auth2/matisse/index.htm');
newItem('Maureau, Alphonse', '../auth2/maureau/index.htm');
newItem('Memling, Hans', '../auth2/memling/index.htm');
newItem('Michelangelo', '../auth2/michelangelo/index.htm');
newItem('Millet, Jean-François', '../auth2/millet/index.htm');
newItem('Modigliani, Amedeo', '../auth2/modigliani/index.htm');
newItem('Mondrian, Piet', '../auth2/mondrian/index.htm');
newItem('Monet, Claude', '../auth2/monet/index.htm');
newItem('Moreau, Gustave', '../auth2/moreau/index.htm');
newItem('Morisot, Berthe', '../auth2/morisot/index.htm');
newItem('Munch, Edvard', '../auth2/munch/index.htm');
newItem('Murillo, Bartolomé Esteban', '../auth2/murillo/index.htm');

newCat('P');
newItem('Partridge, Nehemiah', '../auth2/partridge/index.htm');
newItem('Patel, Pierre', '../auth2/patel/index.htm');
newItem('Piero della Francesca', '../auth2/piero/index.htm');
newItem('Piette, Ludovic', '../auth2/piette/index.htm');
newItem('Pissarro, Camille', '../auth2/pissarro/index.htm');
newItem('Pollock, Jackson', '../auth2/pollock/index.htm');
newItem('Puvis de Chavannes, Pierre', '../auth2/puvis/index.htm');

newCat('R');
newItem('Raphael', '../auth2/raphael/index.htm');
newItem('Redon, Odilon', '../auth2/redon/index.htm');
newItem('Rembrandt', '../auth2/rembrandt/index.htm');
newItem('Renoir, Pierre-Auguste', '../auth2/renoir/index.htm');
newItem('Rodin, Auguste', '../auth2/rodin/index.htm');
newItem('Rossetti, Dante Gabriel', '../auth2/rossetti/index.htm');
newItem('Rousseau, Henri', '../auth2/rousseau/index.htm');
newItem('Rubens, Peter Paul', '../auth2/rubens/index.htm');

newCat('S');
newItem('Sargent, John Singer', '../auth2/sargent/index.htm');
newItem('Schiele, Egon', '../auth2/schiele/index.htm');
newItem('Seurat, Georges', '../auth2/seurat/index.htm');
newItem('Shaw, Joshua', '../auth2/shaw/index.htm');
newItem('Signac, Paul', '../auth2/signac/index.htm');
newItem('Sisley, Alfred', '../auth2/sisley/index.htm');

newCat('T');
newItem('Tanning, Dorothea', '../auth2/tanning/index.htm');
newItem('Tanguy, Yves', '../auth2/tanguy/index.htm');
newItem('Tintoretto', '../auth2/tintoretto/index.htm');
newItem('Tissot, James', '../auth2/tissot/index.htm');
newItem('Titian', '../auth2/titian/index.htm');
newItem('Toulouse-Lautrec, Henri de', '../auth2/toulouse-lautrec/index.htm');
newItem('Trevino, Jesse', '../auth2/trevino/index.htm');
newItem('Troy, Jean-François de', '../auth2/troy/index.htm');
newItem('Turner, Joseph Mallord William', '../auth2/turner/index.htm');

newCat('V');
newItem('Vinci, Leonardo Da', '../auth2/vinci/index.htm');
newItem('Vermeer, Jan', '../auth2/vermeer/index.htm');
newItem('Velázquez, Diego', '../auth2/velazquez/index.htm');


newCat('W');
newItem('Waterhouse, John William', '../auth2/waterhouse/index.htm');
newItem('Watteau, Jean-Antoine', '../auth2/watteau/index.htm');
newItem('West, Benjamin', '../auth2/west/index.htm');
newItem('Weyden, Rogier van der', '../auth2/weyden/index.htm');
newItem('Whistler, James Abbott McNeill', '../auth2/whistler/index.htm');
newItem('Winstanley, William', '../auth2/winstanley/index.htm');
newItem('Wright, Joseph', '../auth2/wright/index.htm');

}

//</SCRIPT><SCRIPT LANGUAGE = "JavaScript">

if (isIE) {

//document.write('<FORM NAME = "m">');
document.write('<SELECT NAME = "m1" style="width:40" ');
document.write('onChange = "relateItems(this.selectedIndex)">');
document.write('<OPTION>' + catHeading + '</OPTION>');
for (var i = 0; i < cats.length; i++) { 
document.write('<OPTION>' + cats[i].name + '</OPTION>');
}
document.write('</SELECT><SELECT NAME = "m2" style="width:110" ');
document.write('onChange = "gotoPage(this.selectedIndex)">');
document.write('<OPTION>' + itemHeading + '</OPTION>');
for (var i = 0; i < 10; i++) document.write('<OPTION></OPTION>');
document.write('</SELECT>');
for (var i = m2.options.length; i > 0; i--) 
m2.options[i] = null;

}

