<!-- 
//Make reference to the selected link

function makeLinkTo(s)
{ 
if (s.selectedIndex > 0)
{parent.doc.location.href = 
s.options[s.selectedIndex].value;}
}
/*
document.linkForm.linkItems.onclick = function() {
 this.style.border = "2px buttonhighlight inset";
  }
*/
//-->
