<!--
if (document.all||document.layers) {
makeStatic();}

var text=new Array();
var thelink=new Array();

//configure thelinks below. Extend as desired

text[0]="Presentación";
text[1]="Unidad Docente";
text[2]="La Alimentación";
text[3]="Medicina Alternativa";
text[4]="Los Oligoelementos";
text[5]="Las Hierbas";
text[6]="La Farmacia";
text[7]="Vademecum";
text[8]="Las Consultas";
text[9]="La Flores de Bach";
text[10]="Remedios de la abuela";
text[11]="Pildorazos";
text[12]="Links a tope";


thelink[0]="index.htm";
thelink[1]="docente.htm";
thelink[2]="alimento.htm";
thelink[3]="alternativa.htm";
thelink[4]="minerales.htm";
thelink[5]="hierbas.htm";
thelink[6]="farmacia.htm";
thelink[7]="vademecum.htm";
thelink[8]="consultas.htm";
thelink[9]="floresde.htm";
thelink[10]="remedios.htm";
thelink[11]="pildoras.htm";
thelink[12]="http://yatros.com";

//enter target of above links
//Valid values are '', 'new', or 'framename' (where 'framename' is the name of the frame you wish the links to target)
var linktarget=''

///DO NOT EDIT BELOW THIS LINE////////////////

function navigateie(which){
if (linktarget=='')
window.location=thelink[which]
else if (linktarget=='new')
window.open(thelink[which])
else{
temp_var=eval("window.parent."+linktarget)
temp_var.location=thelink[which]
}
}

for (i=0;i<=text.length-1;i++)
if (document.all) {document.write('<TR><TD height=20 bgcolor=white onclick="navigateie('+i+')" onmouseover="className=\'hl\'" onmouseout="className=\'n\'"><FONT SIZE=2 FACE=ARIAL>&nbsp;'+text[i]+'</FONT></TD></TR>')}
else {document.write('<TR><TD bgcolor="white"><ILAYER><LAYER HEIGHT="18" onmouseover="this.bgColor=\'yellow\'" onmouseout="this.bgColor=\'white\'" width=131><FONT SIZE=2 FACE=ARIAL>&nbsp;<A HREF="'+thelink[i]+'" target="'+linktarget+'" id="nounderline">'+text[i]+'</A></FONT></LAYER></ILAYER></TD></TR>')}

//-->
