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') 
		if(document.getElementById('listmenu0')!=null)
			document.writeln('<style>#listmenu0{display:none;}</style>');
}

