/*
name			: Unordered List Events Manager
update			: 20040719
author			: Maurice van Creij
dependencies	: list_menu.js, list_menu.css, list_menu_pre.js, lib_urls.js
info			: /content/details.asp?id=20040719134348
*/

if((navigator.appVersion.indexOf('MSIE')>-1 && navigator.appVersion.indexOf('Macintosh')>-1) || (navigator.appVersion.indexOf('Konq')>-1)){
	// MSIE on the macintosh... why god, why
}else{
	// hide the list while DOM work is being done on it.
	if(typeof(document.getElementById)!='undefined')
		document.writeln('<style>#listnavi0{display:none;} #listmenu0{display:none;}</style>');
}
