<!-- //hide javascript

function help0()
	{
		alert("'This is the First Name of the Lobbyist. This field is Required. You may add up to 45 characters.");
		return false;
	}

function help1()
	{
		alert("'This is the Last Name of the Lobbyist. This field is Required. You may enter up to 50 characters.");
		return false;
	}

function help2()
	{
		alert("'Address Line 1 for the Lobbyist. This field is REQUIRED. You may enter up to 60 characters.");
		return false;
	}
	
function help3()
	{
		alert("'Address Line 2 for the Lobbyist. This field is NOT REQUIRED. You may enter up to 60 characters.");
		return false;
	}
	
function help4()
	{
		alert("'This is the City of the Lobbyist's address. This field is REQUIRED. You may enter up to 65 characters.");
		return false;
	}
	
function help5()
	{
		alert("'This is the State of the Lobbyist's address. This field is REQUIRED.");
		return false;
	}
	
function help6()
	{
		alert("'This is the Zip Code for the Lobbyist's address. This field is REQUIRED. You may enter up to 10 digits, no dashes.");
		return false;
	}
	
function help7()
	{
		alert("'This is the Lobbyist's Occupation. This field is REQUIRED. You may enter up to 200 characters.");
		return false;
	}
	
function help8()
	{
		alert("'The Lobbyist's area code, prefix and phone number. This field is REQUIRED. You may enter up to 10 numbers.");
		return false;
	}
	
function help9()
	{
		alert("'The Lobbyist's Extension Number. You may enter up to 4 digits. This field is NOT REQUIRED.");
		return false;
	}	
	
function help10()
	{
		alert("'The Lobbyist's Email Address. You may enter up to 250 characters. This field is REQUIRED.");
		return false;
	}	
	
function help11()
	{
		alert("'The Lobbyist's Password. This is required for the Lobbyist to login to this Web Site and enter information. You may enter up to 15 characters. This field is REQUIRED.");
		return false;
	}
	
	
function help12()
	{
		alert("'If you are employed solely as a Lobbyist, choose 'Y', if not employed solely as a Lobbyist, choose 'N'. This field is REQUIRED.");
		return false;
	}
	
function help13()
	{
		alert("'If you chose you are a regular employee with partial duties as a Lobbyist, please explain. This field is REQUIRED if you chose 'N' on the preceding question.");
		return false;
	}
	
function help14()
	{
		alert("'Last Quarterly Report Filed, 4 digit year, ie., 2002. This field is REQUIRED.");
		return false;
	}
	
function help15()
	{
		alert("'Last Quarterly Report Filed, 1 digit Quarter, ie., '2'. This field is REQUIRED.");
		return false;
	}				
	
function help16()
	{
		alert("'Status of the current record. This field is REQUIRED.");
		return false;
	}
	
function help17()
	{
		alert("'You must reenter your password so it can be validated. This field is REQUIRED.");
		return false;
	}
	
//end hiding -->