	iID = 0
	tClear = ''
	TimeOutVal = 200
		function clearDiv(){
			document.getElementById('SubmenuTD').innerHTML='<table align=left border=0><tr><td>&nbsp;</td></tr></table>'
			iID = 0
		}
		
		function showDiv(iParamID, oThis){

			if (iParamID!=0){
				window.clearTimeout(tClear);
				iID = iParamID
				sID = "ImgButtons_" + iID
				document.getElementById(sID).width=oThis.offsetLeft-8
				sID = "DIV_" + iID
				document.getElementById('SubmenuTD').innerHTML = document.getElementById(sID).innerHTML
				event.cancelBubble=true;
			}
		}