/* This file chooses the databases to be displayed for a particular subject area.*/

/* The next two lines should NOT be edited*/
var DbNum = new Array();
var altDescr = new Array();

/* Edit the next line to set the title for the page (e.g. Art)*/
/* When you have finished, rename this file to the first word of the name of the discipline covered (e.g. art.txt) */
PageTitle="Philosophy"

/* This line gives the URL to the Recomended Web Pages for the subject area.*/
OurPicks = "/library/libfac/phil.htm";

/* The next entry is the first section heading.  Do not edit.*/
DbNum[1] = 0;
altDescr[1] = "Most Useful";

/* The following lines set which databases will be displayed and in what order.*/
/* Each entry consists of two lines.*/
/* The first line is the number of the database which you can find using the alldatabases.htm page*/
/* Also fill in the database name. This can be a short name since it is only used for maintainance purposes. */
/* The second line is an alternate, brief description of the database.*/
/* If the altDescr line is left blank, the standard description will be used.*/
/* the altDescr line must be present.*/
DbNum[2] = 98;  /*database name= " Philosopher's Index  "*/
altDescr[2] = "";
DbNum[3] = 75;  /*database name= " Humanities Abstracts  "*/
altDescr[3] = "";
DbNum[4] = 102;  /*database name= " Project Muse  "*/
altDescr[4] = "";
DbNum[5] = 78;  /*database name= " JSTOR  "*/
altDescr[5] = "";
DbNum[6] = 4;  /*database name= "Academic Search Premier   "*/
altDescr[6] = "";
DbNum[7] = 117;  /*database name= "Stanford Encyclopedia of Philosophy   "*/
altDescr[7] = "";

/* The next entry is the second section heading.  Do not edit.*/
DbNum[8] = 0;
altDescr[8] = "Also Useful";

/* The following lines set which databases will be displayed and in what order.*/
DbNum[9] = 15;  /*database name= "Article First   "*/
altDescr[9] = "";


/* This line will be filled in by UITF */
NumDbs = 9;


