//var fullTextTips = "Type any word(s) or phrases found in the text (body) of the document you are searching for.";
//var keywordsTips = "Select specific keywords from the Keyword Index List or manually type a known keyword (or combination) using quotation marks.";
//var titleTips = "Type any word(s) in English found in the IDRAC Title of the document you are searching for.";
//var abstractTips = "Type any word(s) in English found in the IDRAC summary or overview of the document you are searching for.";
//var docrefTips = "Type the reference numbers of the document you are searching for."
//var bibliographyTips = "Type the name of the source (example: ICH, FDA, EMEA, MHLW) of the document you are searching for.";
var languagesTips = "If you get 0 results, please select Multilingual or All languages.";
var regionTips = "Choose a region for your search.";
var allRegionsTips = "Includes all the regions contained in your subscription.";
var myChoiceRegionsTips = "Contains the regions that you have already chosen in the User Preferences section.";
var otherRegionsTips = "You can select the regions you wish for a specific search.";
var flagRegionTips = "Go to the Document Information";
var tocRegionsTips = "Tip: If you wish to select just one region, please choose the \"None\" option in the second list box";
var explanatoryDocTips = "IDRAC Explanatory Document";
var referenceTextTips = "Reference Text";
var whatsNewDocTips = "What's New";
var wordFormTips = "Ready-to-use form in Word format";
var wordPerfectFormTips = "Ready-to-use form in WordPerfect format";
var keywordIndexTips = "Please select your regions before opening the Keyword Index";
var regionSelectionTips = "Click/unclick to select/deselect all the countries of this region.";
var regionSelectionAllTips = "Click/unclick to select/deselect all the countries.";
var keywordIndexAddTips = "Click on the underlined numbers below to add Keywords in the Keywords box";
var advancedSearchTips = "Increase the accuracy of your results page by conducting a search on a particular field (Full Text, IDRAC Title, IDRAC Keywords, etc), or combining all fields.";
var simpleSearchTips = "Type search terms/word(s) in the search box provided and your results page will include all documents that match your search terms.";
var regulatoryTips="Check/uncheck to select/deselect the document regulatory version.";
var languageTips="PDF document language";


var fullTextTips = "Type any word, phrases in Western European characters.Searches in the PDF text.";
var keywordsTips = "Select us from the Keyword Index OR type and use quotation marks. English only.";
var titleTips = "Type any word(s) in English.Searches in the IDRAC Title.";
var abstractTips = "Type any word(s) in English.Searches in the IDRAC Abstract.";
var docrefTips = "Type the reference number of the document you are searching for."
var bibliographyTips = "Type the source name of the document you are searching for.";

if (!document.layers&&!document.all)
event="test";

function showtip(current,e,text){
    if ((navigator.appName.indexOf("Netscape")>-1) && (navigator.appVersion.indexOf("4.")>-1)) {
      document.linktips.document.write('<layer bgColor="#FFFF80" style="border:1px solid black;font-family:arial;font-size:11px">'+text+'</layer>')
      document.linktips.document.close()
      document.linktips.left=e.pageX+20
      document.linktips.top=e.pageY-11
      document.linktips.visibility="show"

    }
	else {
      thetitle=text.split('<br>')
      if (thetitle.length>1){
        thetitles=''
        for (i=0;i<thetitle.length;i++)
          thetitles+=thetitle[i]
        current.title=thetitles
      }
      else
        current.title=text
    }
}

function hidetip(){
  if (document.layers)
  document.linktips.visibility="hidden"
}
