	<!-- idhide script from old browsers
	var m_AccessID = 0 ;
	function handleAdmin(a_ID)
	{
		if( m_AccessID==a_ID )
		{
			m_AccessID = 0 ;
			location.href = "admin.jsp" ;
		}
		else
		{
			m_AccessID++;
		}
	}

	function handleEvent()
	{
		if(event.button==2)
		{
		}
	}

	// RUN at beginning of program
	document.onmousedown = handleEvent ;

	function ignoreError(errMsg, location, lineNum)
	{
		status = "[ " + errMsg + " ] at line no. [ " + lineNum + " ] located at [ " + location + " ] "
		return true;
	}

	onerror = ignoreError;
	oncontextmenu = "return false" 
	
	// END hiding script from old browser -->
