// JavaScript Document

function showmenuie5(){

		var rightedge=document.body.clientWidth-event.clientX

		var bottomedge=document.body.clientHeight-event.clientY

		if (rightedge<ie5menu.offsetWidth)

			ie5menu.style.left=document.body.scrollLeft+event.clientX-ie5menu.offsetWidth

		else

			ie5menu.style.left=document.body.scrollLeft+event.clientX

		if (bottomedge<ie5menu.offsetHeight)

			ie5menu.style.top=document.body.scrollTop+event.clientY-ie5menu.offsetHeight

		else

			ie5menu.style.top=document.body.scrollTop+event.clientY

		ie5menu.style.visibility="visible"

		return false

}

function hidemenuie5(){

		ie5menu.style.visibility="hidden"

}

function highlightie5(){

		if (event.srcElement.className=="menuitems"){

			event.srcElement.style.backgroundColor="#565E69"

			event.srcElement.style.color="white"

		}

}

function lowlightie5(){

		if (event.srcElement.className=="menuitems"){

			event.srcElement.style.backgroundColor="#737D8C"

			event.srcElement.style.color="#ffffff"

		}

} 

function jumptoie5(){

		if (event.srcElement.className=="menuitems"){

			if (event.srcElement.url != ''){

				if (event.srcElement.getAttribute("target")!=null)

					window.open(event.srcElement.url,event.srcElement.getAttribute("target"))

				else

					window.location=event.srcElement.url

			}

		}

}

// -->



function MM_goToURL() { //v3.0

  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;

  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");

}
