

function loadwindow(url, largura, altura) { 
	window.open(url,"","width=" + largura +",height=" + altura + ",status=0,scrollbars=1,resizable=0, menubar=no, toolbar=no"); 
} 

document.write("<table width='100%' border='0' cellpadding='2' cellspacing='1'>");
document.write("<tr> ");
document.write("<td width='100%'>&nbsp;</td>");
document.write("</tr>");
document.write("<tr> ");
document.write("<td width='100%'><a href='/english/html/projecto/html/projecto.html'><font face='arial' size='2' color='#FFFFFF'>What´s ALEA?</font></a></td>");
document.write("</tr>");
document.write("<tr> ");
document.write("<td width='100%'><a href='/english/html/nocoes/html/nocoes.html'><font face='arial' size='2' color='#FFFFFF'>Statistical concepts</font></a></td>");
document.write("</tr>");
document.write("<tr> ");
document.write("<td width='100%'><a href='html/statofic/html/conhece/pdf/Portugal2007.pdf' target='_blank'><font face='arial' size='2' color='#FFFFFF'>Portugal in figures</font></a></td>");
document.write("</tr>");
document.write("<tr> ");
document.write("<td width='100%'><a href='/english/html/nomesEdatas/html/nomesEdatas.html'><font face='arial' size='2' color='#FFFFFF'>Names & Dates</font></a></td>");
document.write("</tr>");
document.write("<tr> ");
document.write("<td width='100%'><a href='/english/html/trivial/html/estatrivial.html'><font face='arial' size='2' color='#FFFFFF'>Fun with Statistics</font></a></td>");
document.write("</tr>");
document.write("<tr> ");
document.write("<td width='100%'><a href='/english/html/statofic/html/dossier/html/dossier6.html'><font face='arial' size='2' color='#FFFFFF'>Dossiers & Resources</font></a></td>");
document.write("</tr>");
document.write("<tr> ");
document.write("<td width='100%'><a href='/english/html/comentar/html/comentar.html'><font face='arial' size='2' color='#FFFFFF'>Contact us</font></a></td>");
document.write("</tr>");
document.write("<tr> ");
document.write("<td width='100%' align='left' valign='middle'> <table border='0' width='100%' cellspacing='0' cellpadding='0'>");
document.write("<tr> ");
document.write("<td colspan='2'><a href='/english/asp/meio.asp'><font color='#FFFFFF' size='2' face='arial'>Your surroundings</font></a><font color='#000000' size='2' face='MS Sans Serif'>&nbsp; </font></td>");
document.write("</tr>");
document.write("<tr> ");
document.write("<td width='100%'>&nbsp;</td>");
document.write("</tr>");
document.write("<tr> ");
document.write("<td width='17%'><img border='0' src='/img/icon_glossario.gif' width='28' height='23'><a href='/english/html/glossar/html/glossar.html'><font face='arial' size='2' color='#FFFFFF'>Glossary</font></a></td>");
document.write("</tr>");

document.write("</table></td>");
document.write("</tr>");



document.write("</table>");

