ff="<font color=#000000>";
bu="http://vho.org/F/j/Akribeia/";
document.write('<form name="Ak"><table align=center border=1 bordercolor=#000000 bgcolor=#ff0000 cellpadding=1 cellspacing=0><tr><td>&nbsp;<a href="'+bu+'index.html">'+ff+'Akribeia Page Principal</a>&nbsp;<td>&nbsp;No.: <select name="nr" size="1" onchange=nav()><option></option><option>6</option><option>5</option><option>4</option><option>3</option><option>2</option><option>1</option></select>&nbsp;</table></form>');
function nav()
{
tf = document.forms[0];
nl = tf.nr;
nx = nl.selectedIndex;
nt = nl.options[nx].text;
dest = bu+nt+"/index.html";
self.location.href=dest;
}
