function getAdvancedSearch (scope) {
  var tableTop, tableBottom, linkText;
	tableTop = '<table border="0" cellspacing="0" cellpadding="2" width="400" summary="advanced search">';
	tableTop += '<tr>';
	tableTop += '<td align="right">';

	tableBottom = '<\/td>';
	tableBottom += '<\/tr>';
	tableBottom += '<\/table>';
  
  if (scope == 'media') {
    linkText = '<a href="http://library.csusm.edu/csusmcat/advanced_media.asp">Advanced Search<\/a>';
  } else if (scope == 'barahona') {
    linkText = '<a href="http://library.csusm.edu/csusmcat/advanced_barahona.asp">Advanced Search<\/a>';    
  } else { 
    linkText = '<a href="http://library.csusm.edu/csusmcat/advanced.asp">Advanced Search<\/a>';
  }  
  return tableTop + linkText + tableBottom;
}

function helpWindow(URL) {
   glosswin=open(URL,"glosswin",'width=455,height=320,status=no,location=no,toolbar=no,menubar=no,resizable=yes,scrollbars=yes');
}

function nutscapeHelp () {
  var finalText,
   
  finalText = '<b>SEARCH HELP:<\/b>';
  finalText += '<ul>';
  finalText += '<li><font color="#000000"><a href=javascript:helpWindow("http://library.csusm.edu/csusmcat/help/masterHelp.htm#a")>Author Search</a><\/font><\/li>';
  finalText += '<li><font color="#000000"><a href=javascript:helpWindow("http://library.csusm.edu/csusmcat/help/masterHelp.htm#t")>Title Search<\/a><\/font><\/li>';
  finalText += '<li><font color="#000000"><a href=javascript:helpWindow("http://library.csusm.edu/csusmcat/help/masterHelp.htm#X")>Keyword Search<\/a><\/font><\/li>';
  finalText += '<li><font color="#000000"><a href=javascript:helpWindow("http://library.csusm.edu/csusmcat/help/masterHelp.htm#d")>Library of Congress Subject Search<\/a><\/font><\/li>';
  finalText += '<li><font color="#000000"><a href=javascript:helpWindow("http://library.csusm.edu/csusmcat/help/masterHelp.htm#q")>Author\/Title Search<\/a><\/font><\/li>';
  finalText += '<li><font color="#000000"><a href=javascript:helpWindow("http://library.csusm.edu/csusmcat/help/masterHelp.htm#s")>Find Journals and Newspapers<\/a><\/font><\/li>';
  finalText += '<li><font color="#000000"><a href=javascript:helpWindow("http://library.csusm.edu/csusmcat/help/masterHelp.htm#j")>Genre\/Form Search<\/a><\/font><\/li>';
  finalText += '<li><font color="#000000"><a href=javascript:helpWindow("http://library.csusm.edu/csusmcat/help/masterHelp.htm#i")>Standard Number Search<\/a><\/font><\/li>';
  finalText += '<li><font color="#000000"><a href=javascript:helpWindow("http://library.csusm.edu/csusmcat/help/masterHelp.htm#c")>Library of Congress Call Number Search<\/a><\/font><\/li>';
  finalText += '<li><font color="#000000"><a href=javascript:helpWindow("http://library.csusm.edu/csusmcat/help/masterHelp.htm#m")>Dewey Call Number Search<\/a><\/font><\/li>';
  finalText += '<li><font color="#000000"><a href=javascript:helpWindow("http://library.csusm.edu/csusmcat/help/masterHelp.htm#g")>Government Document Call Number<\/a><\/font><\/li>';
  finalText += '<li><font color="#000000"><a href=javascript:helpWindow("http://library.csusm.edu/csusmcat/help/masterHelp.htm#f")>ALTERNATE Call Number Search<\/a><\/font><\/li>';
  finalText += '<\/ul>';
 
  return finalText;
}

