//// $Id: css_menu.js 4003 2007-09-20 08:44:23Z zeke $

//var emenu =  {
//	init: function(id, child) {
//		if (!document.body.currentStyle) {
//			return true;
//		}

//		var child_name = child + 'Child';

//		var navroot = document.getElementById(id);
//		var lis = navroot.getElementsByTagName('LI');

//		for (i=0; i<lis.length; i++) {
//			if (lis[i][child_name] && lis[i][child_name].tagName == 'UL') {
//				lis[i].onmouseover = function() {
//					this[child_name].style.display = 'block';
//				}

//				lis[i].onmouseout = function() {
//					this[child_name].style.display = 'none';
//				}
//			}
//		}
//	}
//}
