<!--

function newWindow(ct,nm,pm) {
		
  theWindow = window.open(ct,nm,pm)

		}


		
	stdBrowser = (document.getElementById) ? true : false

		
		
	function toggleItem(currItem) {
		if (document.getElementById) {
			thisMenu = document.getElementById(currItem).style
			if (thisMenu.display == "block") { thisMenu.display = "none"
				}
			else {
				thisMenu.display = "block"
				}
				return false
			}
			else {
				return true
			}
		}



		
-->