<!---
cProg=new Array("comp","compheart","compbp","compkidney","compnerve","compeye","comp")
cLink=new Array('<a href="comp.htm" title="Menu">',
'<a href="compheart.htm" title="Heart Disease & Strokes">',
'<a href="compbp.htm" title="Hypertension - High Blood Pressure">',
'<a href="compkidney.htm" title="Nephropathy - Kidney Damage">',
'<a href="compnerve.htm" title="Neuropathy - Nerve Damage">',
'<a href="compeye.htm" title="Retinopathy - Eye Damage">')
cName=new Array("Complications Menu","Heart Disease","High Blood Pressure","Kidney Damage",
"Nerve Damage","Eye Damage")

function compmenu(next) {
 max=cName.length
 nPg=next
 nx=parseInt(next)+1
 if (nx==max) nx=0
 ls=next-1
 if (ls<0) ls=max-1
 wk=cLink[nx]+'Next: '+cName[nx]+'</a> &nbsp; '+cLink[ls]+'Last: '+cName[ls]+'</a> '
 i=1
 w1='&nbsp; '+cLink[0]+'Menu</a> &nbsp;'
 while (max>i) {
  w1=w1+cLink[i]+i+'</a> '
  i++
 }
 document.write('<div class="bas">'+wk+w1+'</div>')
}
//--->
