current = "none"

function Show(Section)
{
	if (Section.style.display == "none") {
		Section.style.display = "" }
	else {
		Section.style.display = "none" }
}

function Hide(Section)
{
	if (Section.style.display == "") {
		Section.style.display = "none" }
	else {
		Section.style.display = "none" }
}

function lite(item) 
{
	item.style.color="purple"
	if (current != "" && current != item) {
		current.style.color="#5C50CB"	}
	current = item
}

////////////////////////////////////////////////////////////
/*
var display_url=0

function showmenuie5(){
ie5menu.style.left=document.body.scrollLeft+event.clientX
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="DC7200";
event.srcElement.style.color="5950CB";
event.srcElement.style.font="bold";
if (display_url==1)
window.status=event.srcElement.url;
}
}

function lowlightie5(){
if (event.srcElement.className=="menuitems"){
event.srcElement.style.backgroundColor=    ""
event.srcElement.style.color=              ""
event.srcElement.style.font="normal"
window.status=''
}
}

function jumptoie5(){
if (event.srcElement.className=="menuitems")
window.location=event.srcElement.url
}

document.oncontextmenu=showmenuie5
if (document.all&&window.print)
document.body.onclick=hidemenuie5

*/
