
	home_active=new Image();
	home_active.src="images/home_active.gif";
	agreement_active=new Image();
	agreement_active.src="images/agreement_active.gif";
	code_chart_active=new Image();
	code_chart_active.src="images/code_chart_active.gif";
	sample_of_employers_active=new Image();
	sample_of_employers_active.src="images/sample_of_employers_active.gif";
	sample_of_employees_active=new Image();
	sample_of_employees_active.src="images/sample_of_employees_active.gif";
	about_us_active=new Image();
	about_us_active.src="images/about_us_active.gif";
	contact_us_active=new Image();
	contact_us_active.src="images/contact_us_active.gif";

	home=new Image();
	home.src="images/home.gif";
	agreement=new Image();
	agreement.src="images/agreement.gif";
	code_chart=new Image();
	code_chart.src="images/code_chart.gif";
	sample_of_employers=new Image();
	sample_of_employers.src="images/sample_of_employers.gif";
	sample_of_employees=new Image();
	sample_of_employees.src="images/sample_of_employees.gif";
	about_us=new Image();
	about_us.src="images/about_us.gif";
	contact_us=new Image();
	contact_us.src="images/contact_us.gif";
	
	function rollover(element)
	{
		eval("document.images."+element+".src="+element+"_active.src");
	}
	
	function rollout(element)
	{
		eval("document.images."+element+".src="+element+".src");
	}