/**/
Ext.onReady(function(){

});

	function getDistanceImg()	{

		if(Ext.isIE == true)	{
			document.getElementById("distance_img").innerHTML = "<img src='img/width37px.gif' />";
		} else if(Ext.isGecko == true)	{
			document.getElementById("distance_img").innerHTML = "<img src='img/width36px.gif' />";
		} else if(Ext.isOpera == true)	{
			document.getElementById("distance_img").innerHTML = "<img src='img/width36px.gif' />";
		} else if(Ext.isSafari == true)	{
			document.getElementById("distance_img").innerHTML = "<img src='img/width37px.gif' />";
		}

	}
