function onClickLI(oLI) {
		document.location.href=("/contactus.asp?p="+ escape(oLI.innerText));
}