/*====================================================================================================
         Project : k-12jobs.com Web Site 2001
      Programmer : Alvaro Girata
     Access Code : ahgl13rfod
      Start Date : August 1, 2001
       File Name : 
   File Location : 
     Description : 
     Type Design : 
         Version : 
        Modified : 
            Time : 
====================================================================================================*/
//	
//====================================================================================================
	function schoolResourcesOption(Option)
		{
		//---------------------------------------------------------------------- 
		document.EmployerOptions.Option.value = 'SchoolResources';
		document.EmployerOptions.Temporal01.value = Option;
		eval("document.EmployerOptions.submit()");
		//---------------------------------------------------------------------- 
		}
//====================================================================================================
//	
//====================================================================================================
