



function showLids() {

	/* check the browser is capable of recognising the DOM objects
	   we need to implement the script - otherwise return false and allow the normal link to be executed */
	if(!document.getElementsByTagName) return false;
	//if(!document.getElementById) return false;
	//if(!document.getElementById("menuSlide")) return false;

	alert("hi")
	return hs.htmlExpand(this, { contentId: 'lidsReceivers' } )
	
	//document.getElementById("lidsReceivers").style.display = "block"
	
	
}