
var links = new Array ("001", "002", "003", "004", "005", "006", "007", "008", "009", "010", "011", "012", "013", "014", "015", "016", "017", "018", "019", "020", "021", "022", "023", "024", "025", "026", "027", "028", "029", "030", "031", "032", "033", "034", "035", "036", "037", "038", "039", "040");

var links_name = new Array ("Allergies", "&nbsp;&nbsp;Alergias - espa&ntilde;ol", "Arthritis", "&nbsp;&nbsp;Artritis - espa&ntilde;ol", "Asthma", "&nbsp;&nbsp;Asma - espa&ntilde;ol", "Back/Spine", "&nbsp;&nbsp;La Columna - espa&ntilde;ol", "Cancer", "&nbsp;&nbsp;C&aacute;ncer - espa&ntilde;ol", "Cataracts", "&nbsp;&nbsp;Cataratas - espa&ntilde;ol", "Cirrhosis", "&nbsp;&nbsp;Cirrosis - espa&ntilde;ol", "Depression", "&nbsp;&nbsp;Depresi&oacute;n - espa&ntilde;ol", "Diabetes", "&nbsp;&nbsp;Diabetes - espa&ntilde;ol", "GERD (Reflux)", "&nbsp;&nbsp;GERD (Reflujo) - espa&ntilde;ol", "Headache", "&nbsp;&nbsp;Dolor de Cabeza - espa&ntilde;ol", "Heart Attack", "&nbsp;&nbsp;Ataque Card&iacute;aco - espa&ntilde;ol", "Hypertension", "&nbsp;&nbsp;Hipertensi&oacute;n - espa&ntilde;ol", "Hysterectomy", "&nbsp;&nbsp;Histerectom&iacute;a - espa&ntilde;ol", "Kidney Disease", "&nbsp;&nbsp;Ri&ntilde;&oacute;n - espa&ntilde;ol", "Menopause", "&nbsp;&nbsp;Menopausia - espa&ntilde;ol", "Osteoporosis", "&nbsp;&nbsp;Osteoporosis - espa&ntilde;ol", "Pregnancy", "&nbsp;&nbsp;Embarazo - espa&ntilde;ol", "Stroke", "&nbsp;&nbsp;Apoplej&iacute;a - espa&ntilde;ol", "Weight Loss", "&nbsp;&nbsp;Perdiendo Peso - espa&ntilde;ol");

var links_url = new Array ("../libv/i12.shtml", "../libv_espanol/i12s.shtml", "../libv/i03.shtml", "../libv_espanol/i03s.shtml", "../libv/i02.shtml", "../libv_espanol/i02s.shtml", "../libv/r09.shtml", "../libv_espanol/r09s.shtml", "../libv/c06.shtml", "../libv_espanol/c06s.shtml", "../libv/s07.shtml", "../libv_espanol/s07s.shtml", "../libv/i33.shtml", "../libv_espanol/i33sg.shtml", "../libv/m01.shtml", "../libv_espanol/m01s.shtml", "../libv/i05.shtml", "../libv_espanol/i05s.shtml", "../libv/i15.shtml", "../libv_espanol/i15s.shtml", "../libv/p02.shtml", "../libv_espanol/p02s.shtml", "../libv/h01.shtml", "../libv_espanol/h01s.shtml", "../libv/h03.shtml", "../libv_espanol/h03s.shtml", "../libv/w14.shtml", "../libv_espanol/w14s.shtml", "../libv/i41.shtml", "../libv_espanol/i41s.shtml", "../libv/w16.shtml", "../libv_espanol/w16s.shtml", "../libv/i14.shtml", "../libv_espanol/i14s.shtml", "../libv/w04.shtml", "../libv_espanol/w04s.shtml", "../libv/h04.shtml", "../libv_espanol/h04s.shtml", "../libv/d01.shtml", "../libv_espanol/d01s.shtml");

document.write('<p><form><select name="navbox"  size="4" onchange="location = this.options[this.selectedIndex].value;">');
document.write('<option selected value="#"></option>');

for(i=0; i<links.length; i++)
{document.write('<option value="' + links_url[i] + '">' + links_name[i] + '</option>');}

document.write('</select></form></p>');