function pictWindow(picture1) {
	pictiWindow = window.open("", "newWin", "tollbars=no, location=no, scrollbars=no, resizable=no");
	pictiWindow.document.write ("<html><head><title><\/title><\/head><body bgcolor=\"#F3ECBE\" topmargin=\"0\" leftmargin=\"0\"><center><table border=\"0\" height=\"100%\"><tr><td valign=\"middle\"><img src=\"" + picture1 + "\" border=\"0\"></td></tr></table></center><\/body><\/html>");
	pictiWindow.focus();
}

function stopOver()
	{
	}
function startOver()
	{
	}

	function changebg(item, color)
{
	if (document.getElementById)
	{
	theone = eval("document.getElementById('"+item+"')")
	theone.style.background = "url('"+color+"')"
	}	
}

function hlp(put2) {
nnw = window.open (put2,"FAQ", "width=800,height=600");
}
function hlp2(put1) {
nnw = window.open (put1,"TEXT", "width=400,height=500");
}

  function menuhide(menunum)
  {
    var currentmenu = document.getElementById("navbody" + menunum);
    currentmenu.style.visibility = 'hidden';
  }

  function menushow(menunum)
  {
    var currentmenu = document.getElementById("navbody" + menunum);
    currentmenu.style.visibility = 'visible';
  }
