<!--

/*
Triple Combo Script Credit
By Hamid Cheheltani/ Website Abstraction (http://www.wsabstract.com)
Script modified and annotated by Hans de Roos June 2001
*/

var groups=document.isc.example.options.length
var group=new Array(groups)
for (i=0; i<groups; i++)
group[i]=new Array()

//Now comes your Text for the second box when vistor clicks "Select a category" in the first box.
//
group[0][0]=new Option("-Select category first-"," ");

//Now comes Number of Works for Major Collections, and Length
group[1][0]=new Option("-Number of  works?-","110");
group[1][1]=new Option("Over 5000 works","90");
group[1][2]=new Option("Over   200 works","90");
group[1][3]=new Option("Over   100 works","90");
group[1][4]=new Option("Over     50  works","90");
group[1][5]=new Option("Over     20 works","90");


//Now come Regions for Small Collections, and Length
group[2][0]=new Option("-Now select a region-","120");
group[2][1]=new Option("Eastern Europe","120");
group[2][2]=new Option("Scandinavia","120"); 
group[2][3]=new Option("Western Europe","120");
group[2][4]=new Option("Middle Europe","120");
group[2][5]=new Option("Southern Europe","120"); 
group[2][6]=new Option("Middle East","120");
group[2][7]=new Option("Africa","120"); 
group[2][8]=new Option("Canada","120");
group[2][9]=new Option("USA","120");
group[2][10]=new Option("South America","120");
group[2][11]=new Option("Far East","120");
group[2][12]=new Option("Australia","120");

//Now come US States for travelling Cantor Exhibitions, and Length
group[3][0]=new Option("-Now select a title-","120");
group[3][1]=new Option("Hands of Rodin","120");
group[3][2]=new Option("Monument to Victor Hugo","120");
group[3][3]=new Option("Rockefeller Center","120");
group[3][4]=new Option("Selections from...","120");
group[3][5]=new Option("Sculpture from...","120");

//Now come Cities for Art Fairs, and Length
group[4][0]=new Option("-Now select a Fair-","120");
group[4][1]=new Option("Hong Kong","120");
group[4][2]=new Option("Shanghai","120"); 
group[4][3]=new Option("Venice","120"); 
group[4][4]=new Option("Monaco","120"); 

var temp=document.isc.stage2

function redirect(x){
for (m=temp.options.length-1;m>0;m--)
temp.options[m]=null
for (i=0;i<group[x].length;i++){
temp.options[i]=new Option(group[x][i].text,group[x][i].value)
}
temp.options[0].selected=true
redirect1(0)
}

var secondGroups=document.isc.stage2.options.length
var secondGroup=new Array(groups)
for (i=0; i<groups; i++)  {
secondGroup[i]=new Array(group[i].length)
for (j=0; j<group[i].length; j++)  {
secondGroup[i][j]=new Array()  }}

/*Now comes the Texts plus the link URL addresses appearing in the third box, 
according to the choices made in the first and the second box.*/

     /*Now comes the Text for the third box when the Default Settings are clicked in 
     the first AND in the the second box. Here you still need no link address.*/
secondGroup[0][0][0]=new Option("-Then select here-","180");

     /*Now comes the Texts plus the link URL addresses appearing in the third box,
     according to the choices made in the first and the second box,
when the Default Settings are NOT clicked in BOTH the first and second box*/

          /*When Option 1 is clicked in first box*/
                /*and Default Setting is in second box*/
secondGroup[1][0][0]=new Option("-Select number first-","160");

                /*and Default Setting is NOT in second box*/
                    
                    /*Second box: Option 1 Over 5000 works*/
secondGroup[1][1][0]=new Option("-Select collection-","180");
secondGroup[1][1][1]=new Option("Musée Rodin, Paris, France","http://www.rodin-web.org/collections/major/muro-paris.htm");
secondGroup[1][1][2]=new Option("Musée Rodin, Meudon, France","http://www.rodin-web.org/collections/major/muro-paris.htm");

                   
                    /*Second Box: Option 2= Over 200 works*/
secondGroup[1][2][0]=new Option("-Select collection-","180");
secondGroup[1][2][1]=new Option("Cantor Foundation, California, USA","http://www.rodin-web.org/collections/major/cantor-cal.htm");
secondGroup[1][2][2]=new Option("Stanford University, California, USA","http://www.rodin-web.org/collections/major/cantor-cal.htm");
                   
                   /*Second Box: Option 3= Over 100 works*/
secondGroup[1][3][0]=new Option("-Select collection-","180");
secondGroup[1][3][1]=new Option("Rodin Museum, Philadelphia, Penns., USA","http://www.rodin-web.org/collections/major/philadelphia.htm");
secondGroup[1][3][2]=new Option("Metropolitan Museum, New York","http://www.rodin-web.org/collections/major/cantor_ny.htm");
secondGroup[1][3][3]=new Option("Museo Soumaya, Mexico","http://www.rodin-web.org/collections/major/soumaya.htm");
secondGroup[1][3][4]=new Option("MacLaren, Barrie, Ont., Canada.","http://www.rodin-web.org/collections/major/maclaren.htm");
                   
                   /*Second Box: Option 4= Over 50 works*/
secondGroup[1][4][0]=new Option("-Select collection-","180");
secondGroup[1][4][1]=new Option("Legion of Honor, S. Francisco, Cal., USA","http://www.rodin-web.org/collections/major/legion-spreckels.htm");
secondGroup[1][4][2]=new Option("LACMA, Los Angeles, California","http://www.rodin-web.org/collections/major/cantor_cal.htm");
secondGroup[1][4][3]=new Option("Brooklyn Museum, New York, USA","http://www.rodin-web.org/collections/major/cantor_ny.htm");
secondGroup[1][4][4]=new Option("NGA, Washington DC, USA","http://www.rodin-web.org/collections/major/nga_washington.htm");
secondGroup[1][4][5]=new Option("Hirshhorn, Washington DC, USA","http://www.rodin-web.org/collections/major/nga_washington.htm");

                   /*Second Box: Option 5= Over 20*/
secondGroup[1][5][0]=new Option("-Select collection-","180");
secondGroup[1][5][1]=new Option("Ny Carlsberg Glypt., Copenhagen, Denmark","http://www.rodin-web.org/collections/major/copenhagen.htm");
secondGroup[1][5][2]=new Option("Victoria & Albert Museum, London, UK","http://www.rodin-web.org/collections/major/v_a.htm");
secondGroup[1][5][3]=new Option("Peter Stuyvesant Fdn., London, UK","http://www.rodin-web.org/collections/major/stuyvesant.htm");
secondGroup[1][5][4]=new Option("Musée d´Orsay, Paris, France","http://www.rodin-web.org/collections/major/orsay.htm");
secondGroup[1][5][5]=new Option("Beaux Arts, Marseille, France","http://www.rodin-web.org/collections/major/marseille.htm");
secondGroup[1][5][6]=new Option("Cleveland Museum, Ohio, USA","http://www.rodin-web.org/collections/major/cleveland.htm");
secondGroup[1][5][7]=new Option("AGSA, Adelaide, Australia","http://www.rodin-web.org/collections/major/adelaide.htm");
secondGroup[1][5][8]=new Option("Shizuoka Prefectural Museum, Japan","http://www.rodin-web.org/collections/major/shizuoka.htm");
secondGroup[1][5][9]=new Option("NG Western Art, Tokyo, Japan","http://www.rodin-web.org/collections/major/nmwa_tokyo.htm");
secondGroup[1][5][10]=new Option("Ho-Am Museum, Seoul, South Korea","http://www.rodin-web.org/collections/major/ho_am_korea.htm");
secondGroup[1][5][11]=new Option("Musée Faure, Aix-les-bains, France","http://www.rodin-web.org/collections/major/dr_faure.htm");
secondGroup[1][5][12]=new Option("National Gallery, Prague, Czech Rep.","http://www.rodin-web.org/collections/major/prague.htm");
secondGroup[1][5][13]=new Option("Maryhill, Washington","http://www.rodin-web.org/collections/major/maryhill.htm");


        /*When Option 2 is clicked in first box*/
             /*and Default Setting is in second box*/
secondGroup[2][0][0]=new Option("-Select region first-"," ");
             /*and Default Setting is NOT in second box*/
secondGroup[2][1][0]=new Option("-Select country-"," ");
secondGroup[2][1][1]=new Option("Russia","http://www.rodin-web.org/collections/small_eur/Russia.htm");
secondGroup[2][1][2]=new Option("Czech Republic","http://www.rodin-web.org/collections/small_eur/East_Europa.htm");
secondGroup[2][1][3]=new Option("Hungary","http://www.rodin-web.org/collections/small_eur/East_Europa.htm");
secondGroup[2][1][4]=new Option("Croatia","http://www.rodin-web.org/collections/small_eur/East_Europa.htm");
secondGroup[2][1][5]=new Option("Romania","http://www.rodin-web.org/collections/small_eur/East_Europa.htm");

secondGroup[2][2][0]=new Option("-Select country-"," ");
secondGroup[2][2][1]=new Option("Finland","http://www.rodin-web.org/collections/small_eur/Scandinavia.htm");
secondGroup[2][2][2]=new Option("Sweden","http://www.rodin-web.org/collections/small_eur/Scandinavia.htm");
secondGroup[2][2][3]=new Option("Norway","http://www.rodin-web.org/collections/small_eur/Scandinavia.htm");
secondGroup[2][2][4]=new Option("Denmark","http://www.rodin-web.org/collections/small_eur/Scandinavia.htm");

secondGroup[2][3][0]=new Option("-Select country-"," ");
secondGroup[2][3][1]=new Option("England","http://www.rodin-web.org/collections/small_eur/England.htm");
secondGroup[2][3][2]=new Option("Scotland","http://www.rodin-web.org/collections/small_eur/Scot_Ire_Wales.htm");
secondGroup[2][3][3]=new Option("Ireland","http://www.rodin-web.org/collections/small_eur/Scot_Ire_Wales.htm");
secondGroup[2][3][4]=new Option("Wales","http://www.rodin-web.org/collections/small_eur/Scot_Ire_Wales.htm");
secondGroup[2][3][5]=new Option("Holland","http://www.rodin-web.org/collections/small_eur/Holland.htm");
secondGroup[2][3][6]=new Option("Belgium","http://www.rodin-web.org/collections/small_eur/Belgium.htm");
secondGroup[2][3][7]=new Option("France - Paris","http://www.rodin-web.org/collections/small_eur/France_Paris.htm");
secondGroup[2][3][8]=new Option("France - Rodin´s Colleagues","http://www.rodin-web.org/collections/small_eur/Paris_Coll.htm");
secondGroup[2][3][9]=new Option("France - Rest","http://www.rodin-web.org/collections/small_eur/France_Rest.htm");

secondGroup[2][4][0]=new Option("-Select country-"," ");
secondGroup[2][4][1]=new Option("Germany","http://www.rodin-web.org/collections/small_eur/Germany.htm");
secondGroup[2][4][2]=new Option("Austria","http://www.rodin-web.org/collections/small_eur/Austria.htm");
secondGroup[2][4][3]=new Option("Switzerland","http://www.rodin-web.org/collections/small_eur/Switzerland.htm");

secondGroup[2][5][0]=new Option("-Select country-"," ");
secondGroup[2][5][1]=new Option("Portugal","http://www.rodin-web.org/collections/small_eur/Iberia.htm");
secondGroup[2][5][2]=new Option("Spain","http://www.rodin-web.org/collections/small_eur/Iberia.htm");
secondGroup[2][5][3]=new Option("Italy","http://www.rodin-web.org/collections/small_eur/Italy.htm");
secondGroup[2][5][4]=new Option("Greece","http://www.rodin-web.org/collections/small_eur/Greece.htm");

secondGroup[2][6][0]=new Option("-Select country-"," ");
secondGroup[2][6][1]=new Option("Israel","http://www.rodin-web.org/collections/small_eur/israel.htm");

secondGroup[2][7][0]=new Option("-Select country-"," ");
secondGroup[2][7][1]=new Option("South Africa","http://www.rodin-web.org/collections/small_rest/Africa.htm");

secondGroup[2][8][0]=new Option("-Select country-"," ");
secondGroup[2][8][1]=new Option("Canada","http://www.rodin-web.org/collections/small_noam/Canada.htm");

secondGroup[2][9][0]=new Option("-Select state-"," ");
secondGroup[2][9][1]=new Option("Alabama","http://www.rodin-web.org/collections/small_noam/Alabama.htm");
secondGroup[2][9][2]=new Option("Arizona","http://www.rodin-web.org/collections/small_noam/Arizona.htm");
secondGroup[2][9][3]=new Option("California","http://www.rodin-web.org/collections/small_noam/California.htm");
secondGroup[2][9][4]=new Option("Connecticut","http://www.rodin-web.org/collections/small_noam/Connecticut.htm");
secondGroup[2][9][5]=new Option("Illinois","http://www.rodin-web.org/collections/small_noam/illinois.htm");
secondGroup[2][9][6]=new Option("Indiana","http://www.rodin-web.org/collections/small_noam/indiana.htm");
secondGroup[2][9][7]=new Option("Kentucky","http://www.rodin-web.org/collections/small_noam/kentucky.htm");
secondGroup[2][9][8]=new Option("Louisiana","http://www.rodin-web.org/collections/small_noam/louisiana.htm");
secondGroup[2][9][9]=new Option("Maryland","http://www.rodin-web.org/collections/small_noam/maryland.htm");
secondGroup[2][9][10]=new Option("Massachussets","http://www.rodin-web.org/collections/small_noam/massachussets.htm");
secondGroup[2][9][11]=new Option("Michigan","http://www.rodin-web.org/collections/small_noam/michigan.htm");
secondGroup[2][9][12]=new Option("Minnesota","http://www.rodin-web.org/collections/small_noam/minnesota.htm");
secondGroup[2][9][13]=new Option("Missouri","http://www.rodin-web.org/collections/small_noam/missouri.htm");
secondGroup[2][9][14]=new Option("Nebraska","http://www.rodin-web.org/collections/small_noam/nebraska.htm");
secondGroup[2][9][15]=new Option("New Jersey","http://www.rodin-web.org/collections/small_noam/new_jersey.htm");
secondGroup[2][9][16]=new Option("New York","http://www.rodin-web.org/collections/small_noam/new_york.htm");
secondGroup[2][9][17]=new Option("North Carolina","http://www.rodin-web.org/collections/small_noam/north_carolina.htm");
secondGroup[2][9][18]=new Option("Ohio","http://www.rodin-web.org/collections/small_noam/ohio.htm");
secondGroup[2][9][19]=new Option("Oregon","http://www.rodin-web.org/collections/small_noam/oregon.htm");
secondGroup[2][9][20]=new Option("Pennsylvania","http://www.rodin-web.org/collections/small_noam/pennsylvania.htm");
secondGroup[2][9][21]=new Option("Rhode Island","http://www.rodin-web.org/collections/small_noam/rhode_island.htm");
secondGroup[2][9][22]=new Option("Tennessee","http://www.rodin-web.org/collections/small_noam/tennessee.htm");
secondGroup[2][9][23]=new Option("Texas","http://www.rodin-web.org/collections/small_noam/texas.htm");
secondGroup[2][9][24]=new Option("Washington","http://www.rodin-web.org/collections/small_noam/washington.htm");
secondGroup[2][9][25]=new Option("Wisconsin","http://www.rodin-web.org/collections/small_noam/wisconsin.htm");

secondGroup[2][10][0]=new Option("-Select country-"," ");
secondGroup[2][10][1]=new Option("Venezuela","http://www.rodin-web.org/collections/small_rest/South_America.htm");
secondGroup[2][10][2]=new Option("Brazil","http://www.rodin-web.org/collections/small_rest/South_America.htm");
secondGroup[2][10][3]=new Option("Argentina","http://www.rodin-web.org/collections/small_rest/South_America.htm");

secondGroup[2][11][0]=new Option("-Select country-"," ");
secondGroup[2][11][1]=new Option("Japan","http://www.rodin-web.org/collections/small_rest/Japan.htm");
secondGroup[2][11][2]=new Option("South Korea","http://www.rodin-web.org/collections/small_rest/Korea.htm");
secondGroup[2][11][3]=new Option("PR of China","http://www.rodin-web.org/collections/small_rest/Korea.htm");
secondGroup[2][11][4]=new Option("Taiwan","http://www.rodin-web.org/collections/small_rest/Korea.htm");

secondGroup[2][12][0]=new Option("-Select country-"," ");
secondGroup[2][12][1]=new Option("Australia","http://www.rodin-web.org/collections/small_rest/Australia.htm");

secondGroup[3][0][0]=new Option("-Select title first-"," ");
secondGroup[3][1][0]=new Option("-Which venues?-"," ");
secondGroup[3][1][1]=new Option("All  venues","http://www.rodin-web.org/collections/cantor_travel/travelcantor_i.htm ");

secondGroup[3][2][0]=new Option("-Which venues?-"," ");
secondGroup[3][2][1]=new Option("All  venues","http://www.rodin-web.org/collections/cantor_travel/travelcantor_i.htm ");

secondGroup[3][3][0]=new Option("-Which venues?-"," ");
secondGroup[3][3][1]=new Option("All  venues","http://www.rodin-web.org/collections/cantor_travel/travelcantor_i.htm ");

secondGroup[3][4][0]=new Option("-Which venues?-"," ");
secondGroup[3][4][1]=new Option("All  venues","http://www.rodin-web.org/collections/cantor_travel/travelcantor_ii.htm ");

secondGroup[3][5][0]=new Option("-Which venues?-"," ");
secondGroup[3][5][1]=new Option("All  venues","http://www.rodin-web.org/collections/cantor_travel/travelcantor_ii.htm ");

secondGroup[4][0][0]=new Option("-Select Fair first-"," ");
secondGroup[4][1][0]=new Option("-Which year?-"," ");
secondGroup[4][1][1]=new Option("All  years","http://www.rodin-web.org/collections/art_fairs/art_fairs.htm ");

secondGroup[4][2][0]=new Option("-Which year?-"," ");
secondGroup[4][2][1]=new Option("All  years","http://www.rodin-web.org/collections/art_fairs/art_fairs.htm ");

secondGroup[4][3][0]=new Option("-Which year?-"," ");
secondGroup[4][3][1]=new Option("All  years","http://www.rodin-web.org/collections/art_fairs/art_fairs.htm ");

secondGroup[4][4][0]=new Option("-Which year?-"," ");
secondGroup[4][4][1]=new Option("All  years","http://www.rodin-web.org/collections/art_fairs/art_fairs.htm ");

var temp1=document.isc.stage3
function redirect1(y){
for (m=temp1.options.length-1;m>0;m--)
temp1.options[m]=null
for (i=0;i<secondGroup[document.isc.example.options.selectedIndex][y].length;i++){
temp1.options[i]=new Option(secondGroup[document.isc.example.options.selectedIndex][y][i].text,secondGroup[document.isc.example.options.selectedIndex][y][i].value)
}
temp1.options[0].selected=true
}

function redirect2(z){
window.location=temp1[z].value
}

//-->


