/* versão dez 2010 */

function printHead(){
    document.write("<link href=\"http://www.ufabc.edu.br/templates/UFABC/favicon.ico\" rel=\"shortcut icon\" type=\"image/x-icon\" />\
");
  }

  function printHeader(){
    document.write("\
      <div id=\"header\" style='text-align:center'>\
<h1 class='title' style='background: transparent; border-width: 0px'><br><br>N&uacute;cleo de Cogni&ccedil;&atilde;o e Sistemas Complexos</h1>\
		<!--div id=\"header-logo\"-->\
        <!--/div-->\
        <p id=\"header-title\">\
        </div>\
      </div>\
    ");
  }


  function printMenu(){
    document.write("\
      <div id=\"menu\">\
        <h4><p align=\"left\"><a href=\"http://www.ufabc.edu.br\" target=\"principal\"><img src=\"/scripts/ufabc.png\" alt=\"image description\" height=\"154\" width=\"150\"></a></p></h4>\
        <a class=\"menu-item\" href=\"/index.php\">&nbsp;&nbsp;Inicial</a>\
        <a class=\"menu-item\" href=\"/profs/index.php\">&nbsp;&nbsp;Professores</a>\
        <a class=\"menu-item\" href=\"/students/index.html\">&nbsp;&nbsp;Estudantes</a>\
        <a class=\"menu-item\" href=\"/research/index.html\">&nbsp;&nbsp;Pesquisa</a>\
        <a class=\"menu-item\" href=\"/publications/\">&nbsp;&nbsp;Publica&ccedil;&otilde;es</a>\
        <a class=\"menu-item\" href=\"/seminars/index.php\">&nbsp;&nbsp;Semin&aacute;rios</a>\
        <a class=\"menu-item\" href=\"/events/index.html\">&nbsp;&nbsp;Eventos</a>\
        <a class=\"menu-item\" href=\"/links/index.html\">&nbsp;&nbsp;Links</a>\
        <form method=\"get\" action=\"http://www.google.com/custom\">\
          <input type=\"hidden\" name=\"sitesearch\" value=\"http://ncsc.ufabc.edu.br/\"/>\
          <input type=\"hidden\" name=\"domains\" value=\"ncsc.ufabc.edu.br/\"/>\
          <input type=\"hidden\" name=\"sitesearch\" value=\"ncsc.ufabc.edu.br/\"/>\
          <input type=\"hidden\" name=\"cof\" value=\"T:#000000;LW:801;ALC:#E25111;L:index_files/bar00000.gif;LC:#60606c;LH:88;BGC:#ffffff;AH:left;VLC:#99004c;AWFID:7062bd0d8593874a;\"/>\
          <p id=\"search-form\">\
            <input class=\"text\" id=\"search-input\" type=\"text\" name=\"q\"/ value=\"search for...\" onFocus=select();>\
          </p>\
		    </form>\
			<span id=\"theTime\"></span>\
      </div>\
    ");
  }

  function printNews(){
	}















































