/* 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="Computer Science Databases"

/* This line gives the URL to the Recomended Web Pages for the subject area.*/
OurPicks = "http://www.calstatela.edu/library/libfac/compsci.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] = 179;  /*database name= "Safari"*/
altDescr[2] = "";
DbNum[3] = 188;  /*database name= "IEEE/IEL"*/
altDescr[3] = "";
DbNum[4] = 56;  /*database name= "EI Village"*/
altDescr[4] = "Scholarly articles on Computer Science and Engineering.";

/* The next entry is the second section heading.  Do not edit.*/
DbNum[5] = 0;
altDescr[5] = "Also Useful";

/* The following lines set which databases will be displayed and in what order.*/
DbNum[6] = 4;  /*database name= "Ebsco"*/
altDescr[6] = "Multi-subject database with some scholarly and magazine coverage of Computer Science.";
DbNum[7] = 15;  /*database name= "Article first"*/
altDescr[7] = "Multi-subject database with some scholarly and magazine coverage of Computer Science.";
DbNum[8] = 110;  /*database name= "Science Direct"*/
altDescr[8] = "";
DbNum[9] = 127;  /*database name= "Wiley"*/
altDescr[9] = "";

/* The next entry is the third section heading.  Do not edit.*/
DbNum[10] = 0;
altDescr[10] = "Other Useful";

/* The following lines set which databases will be displayed and in what order.*/
DbNum[11] = 96;  /*database name= "Papers First"*/
altDescr[11] = "Used to look up articles from conferences.";
DbNum[12] = 101;  /*database name= "Proceedings"*/
altDescr[12] = "Used to find whether a conference published proceedings.";
DbNum[13] = 86;  /*database name= "MathSci Net"*/
altDescr[13] = "";

/* This line will be filled in by UITF */
NumDbs = 13;




