function openIndex(o) {
   var link = o.getElementsByTagName("a")[0];
   if (!link.onclick) {
	   location.href = link.href;
   }
} 