function clearField(value)
{
	value.value="";		
}
			function todisplay(a,section)
			{
				if(ThisSection==section) 
				{
					document.getElementById(a).className= 'nav_active_a';

				}
			}


							
