
//Roll-over code		
Browser = false ;
if(document.images)
	{ Browser = true;
	
	a1 = new Image(); a1.src = config_root+"pics/bt_about.gif";
	a2 = new Image(); a2.src = config_root+"pics/bt_about_roll.gif";
	
	b1 = new Image(); b1.src = config_root+"pics/bt_newsandinfo.gif";
	b2 = new Image(); b2.src = config_root+"pics/bt_newsandinfo_roll.gif";
	
	c1 = new Image(); c1.src = config_root+"pics/bt_infoforloannote.gif";
	c2 = new Image(); c2.src = config_root+"pics/bt_infoforloannote_roll.gif";
	
	d1 = new Image(); d1.src = config_root+"pics/bt_whereweoperate.gif";
	d2 = new Image(); d2.src = config_root+"pics/bt_whereweoperate_roll.gif";
	
	e1 = new Image(); e1.src = config_root+"pics/bt_healthandsafety.gif";
	e2 = new Image(); e2.src = config_root+"pics/bt_healthandsafety_roll.gif";
	
	f1 = new Image(); f1.src = config_root+"pics/bt_employment.gif";
	f2 = new Image(); f2.src = config_root+"pics/bt_employment_roll.gif";
	
	g1 = new Image(); g1.src = config_root+"pics/bt_wasterecycling.gif";
	g2 = new Image(); g2.src = config_root+"pics/bt_wasterecycling_roll.gif";
	
	h1 = new Image(); h1.src = config_root+"pics/bt_links.gif";
	h2 = new Image(); h2.src = config_root+"pics/bt_links_roll.gif";
	
	i1 = new Image(); i1.src = config_root+"pics/bt_legalstatement.gif";
	i2 = new Image(); i2.src = config_root+"pics/bt_legalstatement_roll.gif";
	
	j1 = new Image(); j1.src = config_root+"pics/bt_home.gif";
	j2 = new Image(); j2.src = config_root+"pics/bt_home_roll.gif";
	
	k1 = new Image(); k1.src = config_root+"pics/bt_contact.gif";
	k2 = new Image(); k2.src = config_root+"pics/bt_contact_roll.gif";
	
	}
	
function ark(place, imgName) {
if (Browser == true) {
document[place].src =eval(imgName + ".src");
} }
	//-->