
//Roll-over code		
Browser = false ;
if(document.images)
	{ Browser = true;
	
	a1 = new Image(); a1.src = config_root+"pics/bt_about-elg1.gif";
	a2 = new Image(); a2.src = config_root+"pics/bt_about-elg2.gif";
	
	b1 = new Image(); b1.src = config_root+"pics/bt_trading1.gif";
	b2 = new Image(); b2.src = config_root+"pics/bt_trading2.gif";
	
	c1 = new Image(); c1.src = config_root+"pics/bt_operations1.gif";
	c2 = new Image(); c2.src = config_root+"pics/bt_operations2.gif";
	
	d1 = new Image(); d1.src = config_root+"pics/bt_locations1.gif";
	d2 = new Image(); d2.src = config_root+"pics/bt_locations2.gif";
	
	e1 = new Image(); e1.src = config_root+"pics/bt_home1.gif";
	e2 = new Image(); e2.src = config_root+"pics/bt_home2.gif";
	
	f1 = new Image(); f1.src = config_root+"pics/bt_contact1.gif";
	f2 = new Image(); f2.src = config_root+"pics/bt_contact2.gif";
	}
	
function ark(place, imgName) {
if (Browser == true) {
document[place].src =eval(imgName + ".src");
} }
	//-->