/*

tooltiptext.js

This file contains the text that appears in the tooltips on the KB search pages

Notes: 
	1. Double quotes must be escaped! (ie. /")
	2. Use <BR> to insert line breaks in the tooltip

Mods:
	 5/26/06 by SCJ - Added the tooltips for the events list
	 7/28/06 by SCJ - Added the description of the ability to use a wildcard (@) in search terms to the KB_SYNTAX_TIP
	 8/02/06 by SCJ - Added the KB_FACDETAIL_xxx CSH tooltips for use on the faculty detail pages
	 11 July 2007 by KAB - Added the KB_WORKINGPAPER, KB_NONWORKINGPAPER & KB_SHOWALLPAPERS tooltips for the faculty detail pages

*/

// Shorthand for examples, highlighted search terms, highlighted result terms, & point markers
var XMPL_PFX = "<br><br><table align=\"center\" width=\"75%\" border=\"0\" cellpadding=\"2\" cellspacing=\"0\"><tr><td style=\"text-align:center;color:blue;font-weight:bold\">Example:</td></tr><tr height=\"22\"><td align=\"center\" valign=\"bottom\" bgcolor=\"yellow\">";
var XMPL_SFX = "</td</tr></table>";
var TSTRT = "<span style=\"background-color:yellow\">&nbsp;&nbsp;";
var TSTOP = "&nbsp;&nbsp;</span>";
var RSTRT = "<span style=\"background-color:#66FF00\">&nbsp;&nbsp;";
var RSTOP = "&nbsp;&nbsp;</span>";
var PTMRK = "<tr><td valign=\"top\" width=\"18\"><b>&rArr;</b></td><td>";

//the syntax rules
var KB_SYNTAX_TIP = "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">" +
PTMRK + "All searches are not case-sensitive (even search phrases in quotes).<br><br></td></tr>" +
PTMRK + "Unquoted search terms are always considered to be <b>\"starts-with\"</b> terms.  So searching for "+TSTRT+"arrow"+TSTOP+" will match "+RSTRT+"arrowhead"+RSTOP+", but not "+RSTRT+"sparrow"+RSTOP+".<br><br></td></tr>" +
PTMRK + "To make a word not be a <b>\"starts-with\"</b> search term, enclose it in double-quotes.  For example, searching for "+TSTRT+"\"arrow\""+TSTOP+" will <b>NOT</b> match "+RSTRT+"arrowhead"+RSTOP+".<br><br></td></tr>" +
PTMRK + "To perform a <b>\"contains\"</b> search, use the at-sign (<b>@</b>) as a wildcard character.  For example, searching for "+TSTRT+"@arrow"+TSTOP+" <b>WILL</b> match "+RSTRT+"sparrow"+RSTOP+", as well as "+RSTRT+"sparrowhawk"+RSTOP+" or "+RSTRT+"marrow"+RSTOP+".<br><br></td></tr>" +
PTMRK + "When multiple search terms are entered, <b>ALL</b> of the terms must be contained in the fields being searched for a record to match.  The order of the terms is not important.  For example, searching for "+TSTRT+"intact cell membrane"+TSTOP+" will match "+RSTRT+" ...both membranes of the cellular structure will remain intact..."+RSTOP+". The search terms can be separated with spaces or commas.<br><br></td></tr>" +
PTMRK + "Searching for multiple values can be done by using the \"|\" (vertical bar) character.  If multiple search term (or search phrases) are separated with \"|\" characters, a \"this <b>OR</b> that\" type of search will be performed.  For example, searching for: " +
TSTRT + "Sadoway | Abelson | Martha Gray" + TSTOP + " would result in the records for <b>Donald Sadoway</b>, <b>Hal Abelson</b>, and <b>Martha Gray</b> to all be returned as hits.<br><br></td></tr>" +
PTMRK + "To search for whole phrases, enclose the phrase in double-quotes.  For example, searching for the term "+TSTRT+"machine vision"+TSTOP+" will return dozens of results.  Searching for "+TSTRT+"\"machine vision\""+TSTOP+", however, will produce fewer, more specific results, since only records containing the phrase \"machine vision\" will be returned, not the records just containing both words.<br><br></td</tr>" +
PTMRK + "Complex search combinations can be performed by combining these rules.  For example, consider this search:</td></tr>\
<tr><td></td><td align=\"center\">"+TSTRT+"LCD manufactur | \"liquid crystal display\" manufactur | Steve \"Gold\""+TSTOP+"</td></tr>\
<tr><td></td><td><br>This query will match any record that:<br><br>- Contains words that start with "+RSTRT+"LCD"+RSTOP+" <b>AND</b> words that start with "+RSTRT+"manufactur"+RSTOP+"<br><b>OR</b> contains the phrase "+RSTRT+"Liquid Crystal Display"+RSTOP+" <b>AND</b> words that start with "+RSTRT+"manufactur"+RSTOP+"<br><b>OR</b> contains the word "+RSTRT+"Gold"+RSTOP+" <b>AND</b> words that start with "+RSTRT+"Steve"+RSTOP+"</td></tr>\
</table>";

var KB_INTROHELPBADGE_TIP = "Help will appear here.";
var KB_CLEARBTN_TIP = "Clicking this button will cause all the search fields on this form to be cleared.";
var KB_CLEARLNK_TIP = "Clicking this link will cause all the search fields on this form to be cleared.";
var KB_GOBTN_TIP = "Clicking this button will start the search.<br><br>Pressing the \"Return\" key at any time will also start the search.";
var KB_REVERTBTN_TIP = "Clicking this button will cause all the search fields on this form to be reverted back to the values they held when the form was first displayed.";
var KB_RESULTBLOCKSIZE_TIP = "This selector controls how many results are returned at a time.  Additional blocks of results can be viewed using the <B>\"Next (or Previous) xx results\"</B> links at the top and bottom of the search results.<BR><BR>Selecting larger blocks of results here may slow the search down noticeably.";
var KB_REPORTMENU_TIP = "Selecting one of these options will run the selected report using the results currently displayed.<br><br>The <b>\"Printable Version of this Page\"</b> report will include the results from all four sections of the KnowledgeBase, but the other report options will include the results only from the section to which they correspond.";
var KB_RESULTSHDR_TIP = "Click on the column headers to sort the results by that column.  The <b>&uarr;</b> and <b>&darr;</b> icons indicate the current sort column (and sort direction).<br><br>To view an individual detail record, click on that record\'s entrry in the list.  Clicking on the <img src=\"/images/new_window.gif\" alt=\"New Window Icon\" width=\"11\" height=\"8\" border=\"0\"> icon will cause the record\'s detail page to open in a new window.";

//Simple KB search page tooltips
var KB_PAGETITLE_TIP = "<table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\"><tr><td align=\"center\">Welcome to the MIT</td></tr><tr><td align=\"center\"><strong><font size=\"+1\"> Office of Corporate Relations KnowledgeBase</font></strong></td></tr>\
<tr><td><br>The OCR KnowledgeBase is an actively-maintained database of information about MIT faculty, research projects, publications, and departments, labs, and centers (called \"DLCs\").  This database is provided as a service to the corporate members of the Industrial Liaison Program, as well as to the MIT community.\
<br><br>- The <b>Faculty</b> section of the KnowledgeBase holds information about MIT faculty members, technical staff, visiting scientists, and some graduate students.  Data contained here includes the person\'s research interests, areas of expertise, educational background, spin-off companies they've founded, links to the research projects on which they work, links to the scientific papers they\'ve authored, and basic contact information, such as phone number, email address, URLs, etc.\
<br><br>- The <b>Projects</b> section of the KnowledgeBase includes information about the research projects being conducted on campus (including some past projects).  We maintain data regarding the project\'s status, abstract or technical overview, and the investigators and departments involved with it.\
<br><br>- The <b>Publications</b> (sometimes refered to as <b>Papers</b>) section of the KnowledgeBase is used to track the plethora of scientific, technical, and academic publications produced by the MIT community.  In conjunction with the MIT libraries, we make many of these papers available via download directly from the Publication detail pages.\
<br><br>- Lastly, the <b>DLCs</b> section of the KnowledgeBase contains information about the various departments, laboratories, and research centers that fill the MIT landscape.  We maintain data about the DLCs\' mission, staff members, research areas, research projects, and departmental contact information.\
<br><br><hr width=\"80%\">\
<br>This <B>Simple Search</b> page provides a quick but powerful query capability for the KnowledgeBase.  The desired search term(s) should be entered in the criteria field, and each of the four sections of the KnowledgeBase that are checked will be searched for that criteria.\
<br><br>Note: If none of the four sections are checked-off to be searched, they will all be searched.\
<br><br>For more information about how the search criteria can be entered, please see the floating help under the \"Display the syntax rules\" link below the criteria field.\
</td></tr></table>";

var KB_FACULTYSECTION_TIP = "Checking this box will cause the <b>Faculty</b> section of the KnowledgeBase to be searched for the entered term(s).";
var KB_PROJECTSECTION_TIP = "Checking this box will cause the <b>Projects</b> section of the KnowledgeBase to be searched for the entered term(s).";
var KB_PUBSECTION_TIP = "Checking this box will cause the <b>Publications</b> section of the KnowledgeBase to be searched for the entered term(s).";
var KB_DLCSECTION_TIP = "Checking this box will cause the <b>Departments, Labs, &amp; Centers</b> section of the KnowledgeBase to be searched for the entered term(s).";

var KB_EXTENDEDSEARCH_TIP = "Checking this box will cause the search of each section of the KnowledgeBase to <b>\"extend\"</b> beyond its own set of records, and also search any records related to that section.\
<br><br>For instance, an <b>extended</b> search of the <b>Faculty</b> section would locate the search term(s) in the faculty data (as a regular search would), but then it will also attempt to locate the search term(s) in the <b>Projects</b> section.  If any projects are found that match the search criteria, any faculty that link to those project records are added to the set of faculty that have already been found.  This will then also be done using the <b>Publications</b> and <b>DLCs</b> sections, each time adding more faculty records to the existing results.\
<br><br>The advantage of this <b>extended</b> search capability is that it makes it very easy to find all information regarding a specific search term with one query.\
<br><br>The disadvantage of an <b>extended</b> search is that it can take much longer to complete, and it can deliver significantly larger result sets.  Additionally, there is often no easy way to determine why the database matched a specific record to the entered search criteria (without painstakingly looking at every record that is linked to the returned record).\
<br><br>Because of these disadvantages, the <b>extended</b> search capability tends to be useful for only very specific search criteria.";

var KB_NAMEONLY_TIP = "Checking this box will cause only the \"primary identifier\" field of each section to be searched (rather than ALL fields).\
<br><br>In the <b>Faculty</b> section, only the faculty\'s name field will be queried.\
<br>In the <b>Projects</b> section, only the project\'s title field will be queried.\
<br>In the <b>Publications</b> section, only the paper\'s title field will be queried.\
<br>In the <b>DLCs</b> section, only the DLC\'s name field will be queried.\
<br><br>Note: Using this checkbox here will perform the same query as using the individual <b>Name</b> or <b>Title</b> fields on the <b>Advanced Search</b> page.  It is provided here for convenience.";

//Advanced KB search page tooltips
var AKB_PAGETITLE_TIP = "<table border=\"0\" width=\"100%\" cellspacing=\"0\" cellpadding=\"0\"><tr><td align=\"center\">Welcome to the MIT</td></tr><tr><td align=\"center\"><strong><font size=\"+1\"> Office of Corporate Relations KnowledgeBase</font></strong></td></tr>\
<tr><td><br>The OCR KnowledgeBase is an actively-maintained database of information about MIT faculty, research projects, publications, and departments, labs, and centers (called \"DLCs\").  This database is provided as a service to the corporate members of the Industrial Liaison Program, as well as to the MIT community.\
<br><br>- The <b>Faculty</b> section of the KnowledgeBase holds information about MIT faculty members, technical staff, visiting scientists, and some graduate students.  Data contained here includes the person\'s research interests, areas of expertise, educational background, startup companies with which they've been involved, links to the research projects on which they work, links to the scientific papers they\'ve authored, and basic contact information, such as phone number, email address, URLs, etc.\
<br><br>- The <b>Projects</b> section of the KnowledgeBase includes information about the research projects being conducted on campus (including some past projects).  We maintain data regarding the project\'s status, abstract or technical overview, and the investigators and departments involved with it.\
<br><br>- The <b>Publications</b> (sometimes refered to as <b>Papers</b>) section of the KnowledgeBase is used to track the plethora of scientific, technical, and academic publications produced by the MIT community.  In conjunction with the MIT libraries, we make many of these papers available via download directly from the Publication detail pages.\
<br><br>- Lastly, the <b>DLCs</b> section of the KnowledgeBase contains information about the various departments, laboratories, and research centers that fill the MIT landscape.  We maintain data about the DLCs\' mission, staff members, research areas, research projects, and departmental contact information.\
<br><br><hr width=\"80%\">\
<br>This <B>Advanced Search</b> page provides query capabilities specific to each section of the KnowledgeBase.  Multiple fields are available under each of the four sections, and search criteria can be entered into as many of those fields as is desired.  Only records that match <b>ALL</b> of the entered criteria will be returned as results.\
<br><br>Note: Each of the four sets of search criteria for the four sections of the KnowledgeBase are treated as independent searches.  In other words, if search terms are entered (for example) for <b>Faculty</b> Name and <b>Publication</b> Title,  publications will be searched only by their title, and faculty will be searched only by their name.  The <b>Publication</b> Title search criteria will not affect the <b>Faculty</b> search, nor vice-versa.\
<br><br>For more information about how the search criteria can be entered, please see the floating help under the \"Display the syntax rules\" link at the top of the page.\
</td></tr></table>";

var AKB_FACULTYSECTION_TIP = "Entering values in these fields will search the <b>Faculty</b> section of the ILP KnowledgeBase.<BR><BR>Note: This Faculty section includes more people than literally just faculty members.  It may also contain MIT staff members, grad students, visiting scientists, etc.";
var AKB_FACULTYNAME_TIP = "Enter a faculty member's name to search for.  It can be entered first-last or last-first." + XMPL_PFX + "Donald Sadoway" + XMPL_SFX;
var AKB_FACULTYDLC_TIP = "Enter part or all of a MIT department, lab, or center's name to search for associated faculty." + XMPL_PFX + "materials processing center" + XMPL_SFX;
var AKB_FACULTYCODLC_TIP = "By default, only faculty members who have the specified dept, lab, or center as their \"Home-DLC\" will be returned.  The faculty\'s \"Home-DLC\" can be thought of as the department, lab, or center in which they have their primary appointment.<BR><BR>Checking this box will result in faculty members associated with other DLCs to be returned, as well.<BR><BR>Note: It is common for MIT faculty to be included in these \"Co-DLCs\" in which they conduct research, so checking this box will often significantly affect the number of faculty returned by a Dept/Lab/Center search.";
var AKB_FACULTYTITLE_TIP = "Enter part or all of a faculty member's title to search for." + XMPL_PFX + "ford professor" + XMPL_SFX;
var AKB_FACULTYBIO_TIP = "Enter a phrase from the faculty's research description or biography (biosketch) field to search for.<BR><BR>These fields are (sometimes large) descriptions of the faculty member's areas of expertise and/or interests, his or her areas of research, and a biographical description of the faculty's education or background in the sciences." + XMPL_PFX + "cellular array" + XMPL_SFX;
var AKB_FACULTYRELATED_TIP = "Enter a phrase from the faculty's Related Info fields to search for.<BR><BR>The \"Related Info\" fields are used to record instances where MIT faculty are mentioned in other contexts.  They often refer to articles from the MIT News Office, but can also contain links to other newspapers, magazine articles, books, video clips, etc." + XMPL_PFX + "new vice president" + XMPL_SFX;

var AKB_PROJECTSECTION_TIP = "Entering values in these fields will search the <b>Projects</b> section of the ILP KnowledgeBase.";
var AKB_PROJECTTITLE_TIP = "Enter part or all of a project's title to search for." + XMPL_PFX + "physical chemistry of molten ferrites" + XMPL_SFX;
var AKB_PROJECTINVESTIGATOR_TIP = "Enter part or all of an investigator's (faculty member's) name to search for.<br><br>The name can be entered first-last or last-first." + XMPL_PFX + "Jensen, Klavs" + XMPL_SFX;
var AKB_PROJECTCOINVESTIGATOR_TIP = "The primary investigator for a project is the faculty member who has the technical lead or primary responsbility for the research conducted within that project.  The co-investigators are the other faculty, students, scientists, etc, who also work on the reseach within the project (often susbtantially so).<BR><BR>Leaving this box unchecked will cause only the name of primary investigator for the projects to be searched.  Checking this box, however, will result in the names of ALL investigators for the project being searched."
var AKB_PROJECTDLC_TIP = "Enter part or all of a MIT department, lab, or center's name to search for associated research projects.<BR><BR>The department. lab, or center associated with a research project is the DLC which has primary oversight for that project.  It is often (but not always) the same DLC as the primary investigator's <b>\"Home-DLC\"</b>." + XMPL_PFX + "Materials Science" + XMPL_SFX;
var AKB_PROJECTCODLC_TIP = "By default, only projects that have the specified dept, lab, or center as the <b>\"Primary DLC\"</b> will be returned.  A project\'s <b>\"Primary DLC\"</b> can be thought of as the department, lab, or center that has primary oversight for that project.<BR><BR>Checking this box will result in projects associated with other DLCs to be returned, as well.<BR><BR>Note: It is common for projects at MIT to be associated with several (or more) of these <b>\"Co-DLCs\"</b>, so checking this box will often significantly increase the number of projects returned by a Dept/Lab/Center search."
var AKB_PROJECTDESC_TIP = "Enter a phrase from the project's abstract or research description to search for.<br><br>These fields describe the areas of research being examined in the project, but they are sometimes empty, so performing an additional search for the desired terms in the project's title can sometimes produce more results." + XMPL_PFX + "acoustic network behavior" + XMPL_SFX;
var AKB_PROJECTACTIVE_TIP = "Enter a date range to restrict the results to only projects that were active during any part of that time period.<br><br><div style=\"text-align:center\">The format of the entered date should be \"mm/dd/yyyy\"." + XMPL_PFX + "7/18/2001" + XMPL_SFX + "<br>If the beginning date is left blank, a date of 1/1/1970 is assumed (the earliest project for which we have a record).  A blank end date will cause all projects that are currently active to be included.";

var AKB_PUBSECTION_TIP = "Entering values in these fields will search the <b>Publications</b> (also known as <b>Papers</b>) section of the ILP KnowledgeBase.";
var AKB_PUBTITLE_TIP = "Enter part or all of a publication's title to search for." + XMPL_PFX + "Atomic Resolution Structure of Cellulose" + XMPL_SFX;
var AKB_PUBAUTHOR_TIP = "Enter part or all of a faculty member's name to search for publications authored by that faculty member." + XMPL_PFX + "Rebecca Henderson" + XMPL_SFX;
var AKB_PUBNONMIT_TIP = "Check this box to search for ALL authors (not just MIT authors) of publications.";
var AKB_PUBABSTRACT_TIP = "Enter a phrase from the publication's abstract or notes field to search for.<br><br>Unfortunately, many older papers in the KnowledgeBase were delivered to the ILP with no abstract being made available to us, so searches using this field may not yield large numbers of results.  Papers received since 2004 tend to have an abstract available, but searching for the desired terms in the publication's title is sometimes a better alternative." + XMPL_PFX + "electronic paper" + XMPL_SFX;
var AKB_PUBILPDATE_TIP = "Enter a date range to restrict the results to only publications that were received (by the ILP) during that time period.<br><br><div style=\"text-align:center\">The format of the entered date should be \"mm/dd/yyyy\"." + XMPL_PFX + "6/22/1997" + XMPL_SFX + "<br>If the beginning date is left blank, a date of 7/1/1900 is assumed.<br>If the end date is left blank, today's date is assumed.";

var AKB_DLCSECTION_TIP = "Entering values in these fields will search the <b>Departments, Labs, and Centers</b> section of the ILP KnowledgeBase.<br><br>Note: At MIT, the phrase <b>\"Departments, Labs, and Centers\"</b> is often abbreviated to the term <b>\"DLCs\"</b>.";
var AKB_DLCNAME_TIP = "Enter part or all of a DLC's name to search for." + XMPL_PFX + "Lab for Nuclear Science" + XMPL_SFX;
var AKB_DLCOVERVIEW_TIP = "Enter a phrase from the DLC's overview to search for.<br><br>The DLC overview is a textual description of the areas of research and teaching expertise within that DLC.  This description is usually provided by the department itself." + XMPL_PFX + "electro mechanical devices" + XMPL_SFX;
var AKB_DLCRELATED_TIP = "Enter a phrase from the DLC's Related Info fields to search for.<BR><BR>The <b>\"Related Info\"</b> fields list links to external news stories or other references to those DLCs.  They often refer to articles from the MIT News Office, but can also contain links to other newspapers, magazine articles, books, video clips, etc."; 
var AKB_DLCCODE_TIP = "Enter the <b>Short-Code</b> of the desired DLC.<br><br>The DLC <b>\"Short-Code\"</b> is a short abbreviation or acronym that's used (mostly within MIT) to refer the the department, lab, or center." + XMPL_PFX + "Chem-E" + XMPL_SFX;

//Event pages tooltips
var EVT_TYPE_1 = "<img src=\"/images/icons/icon_ilp_xparent.gif\" style=\"vertical-align:sub;\"> <span style=\"font-weight:bolder;\">This event is an ILP-sponsored conference.</span>";					// Type 1 = ILP conference
var EVT_TYPE_2 = "<img src=\"/images/icons/icon_speaker_xparent.gif\" style=\"vertical-align:sub;\"> <span style=\"font-weight:bolder;\">This event is part of the ILP Speaker Series.</span>";				// Type 2 = speaker series
var EVT_TYPE_3 = "<img src=\"/images/icons/icon_video_xparent.gif\" style=\"vertical-align:sub;\"> <span style=\"font-weight:bolder;\">This event is an ILP Video Conference or Webcast.</span>";			// Type 3 = video conference or webcast
var EVT_TYPE_4 = "<img src=\"/images/icons/icon_special_xparent.gif\" style=\"vertical-align:sub;\"> <span style=\"font-weight:bolder;\">This is an ILP Special Event.</span>";						// Type 4 = special event
var EVT_TYPE_5 = "";																																// Type 5 = non-ILP event (no tip)

var KB_FACDETAIL_RPTTYPES = "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\"> \
<tr><td colspan=2>These options control what type of report format is created when the <b>Create Report</b> button is clicked:<br><br></td></tr>" +
PTMRK + "The <b>Printable Format</b> will produce the most visually appealing output, suitable for sending directly to the printer.<br><br></td></tr>" +
PTMRK + "The <b>Unwrapped Long Lines</b> format produces the best output for copying and pasting into another application that will properly line wrap the text, such as Eudora.<br><br></td></tr>" +
PTMRK + "The <b>Word Copy</b> format should be used to copy and paste the text with the lines already wrapped into an application such as Word or a VT terminal window.</td></tr></table>";

var KB_FACDETAIL_CINFOURLASST = "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">" +
PTMRK + "Clicking the <b>Contact Info</b> checkbox will include the faculty member's phone #, MIT room #, email addresses, etc in the report.<br><br></td></tr>" +
PTMRK + "Clicking the <b>URLs</b> checkbox will include the faculty member's URLs in the report.<br><br></td></tr>" +
PTMRK + "Clicking the <b>Assistant Info</b> checkbox will include contact information for the faculty member's assistant in the report.<td></tr></table>";

var KB_FACDETAIL_DLCEDUCINTEXP = "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">" +
PTMRK + "Clicking the <b>DLCs</b> checkbox will include in the report the primary and affiliated departments, labs, and centers in which the faculty member works.<br><br></td></tr>" +
PTMRK + "Clicking the <b>Education</b> checkbox will include a list of the faculty member's educational degrees in the report.<br><br></td></tr>" +
PTMRK + "Clicking the <b>Interest/Expertise</b> checkbox will add a description of the faculty member's areas of expertise and scientific/technical interests to the report.<td></tr></table>";

var KB_FACDETAIL_RSRCHBIOMISCINFORA = "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">" +
PTMRK + "Clicking the <b>Research Summary</b> checkbox will include a synopsis of the faculty member's ongoing research efforts in the report.<br><br></td></tr>" +
PTMRK + "Clicking the <b>BioSketch</b> checkbox will include the faculty member's biographical information in the report.<br><br></td></tr>" +
PTMRK + "Clicking the <b>Additional Misc. Info</b> checkbox will include in the report any additional notes or information regarding the faculty member that the ILP has been \
made aware of.<br><br><td></tr>" +
PTMRK + "Clicking the <b>Related Articles</b> checkbox will add a list of any related articles concerning the faculty member to the report.  Related articles are instances of the \
faculty member being mentioned in the press (or in any other published material) of which the ILP has been made aware.  Quite often, these Related Articles refer to items available \
from the MIT News Office, but there are also many Related Articles that refer to mainstream news outlets..<td></tr></table>";

var KB_FACDETAIL_PROJECTS = "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">" +
PTMRK + "Clicking the <b>Projects</b> checkbox will include a list of the faculty member's research projects in the report.<br><br></td></tr>" +
PTMRK + "Clicking the <b>w/ Abstracts</b> checkbox will cause each of the faculty member's listed projects to include its abstract in the report (if an abstract  exists for that \
project).  If the <b>Projects</b> checkbox is unchecked, then this setting has no effect.<br><br></td></tr>" +
PTMRK + "Clicking the <b>w/ Details</b> checkbox will include in the report more logistical details aabout each of the faculty member's projects.  If the <b>Projects</b> checkbox \
is unchecked, then this setting has no effect.<br><br><td></tr>" +
PTMRK + "Inactive projects are projects that are no longer being actively pursued by MIT faculty members, but the information about them often remains useful.  Inactive projects \
are usually removed from the list of projects on the report, but checking the <b>Leave Inactive Projects in Report?</b> checkbox will cause them to remain.  If the <b>Projects</b> \
checkbox is unchecked, then this setting has no effect.<td></tr></table>";

var KB_FACDETAIL_PUBS = "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">" +
PTMRK + "Clicking the <b>Publications</b> checkbox will include a list of the scientific and scholarly papers authored by the faculty member in the report.<br><br></td></tr>" +
PTMRK + "Clicking the <b>w/ Details</b> checkbox will include in the report more bibliographical details about each of the listed papers.  If the <b>Publicationss</b> checkbox \
is unchecked, then this setting has no effect.<td></tr></table>";

var KB_FACDETAIL_SETSELECTOR = "The <b>Saved Sets</b> selector is used to store frequently used sets of checkbox settings in handy groups.  Whichever checkboxes are checked when the \
<b>Create Report</b> button is pressed will be remembered and stored in the current numbered set.  There's also a space to enter a small text label for each set next to the selector.  \
You can use this label to make it easier to identify what each set you've created is for.<br><br>Example:<br>You might find that the various officers for whom you work each have \
different information he or she likes to include on their faculty reports.  Carl may like to include all faculty data except papers on his reports, while Todd prefers to have papers \
included, but not with details.  Marie, on the other hand, prefers only faculty Contact and Assistant information on her reports.<br><br>Using the <b>Saved Sets</b> selector makes this \
very easy.  Simply set the <b>Saved Sets</b> selector to <b>New Set</b>, check all of the checkboxes except the <b>Publications</b> checkbox, and enter \"For Carl\" in the label \
field, and then click the <b>Create Report</b> button.  A new set will be created that can then be re-used anytime a report is being run for Carl.  Repeat these steps for each of your \
officers, and it will make switching between groups of checkbox settings quick and easy.<br><br><b>Note:</b><hr>There's a special feature linked to Set #1.  Whatever checbox settings \
are stored with Set #1 will be used to control the sections on the faculty reports generated using the <b>Faculty Report</b> option from the <b>Available Reports:</b> selector on the \
search results pages.  This makes it very easy to run reports on multiple faculty members while still controlling which sections you would like to have included on the reports.";

var KB_WORKINGPAPER = "This working paper is downloadable; click here to access it.";

var KB_NONWORKINGPAPER = "This working paper is no longer available.";

var KB_SHOWALLPAPERS = "Click here to toggle on/off the full listing of this faculty member's available publications.";