/* <![CDATA[ */

	function swapimg(id,img){
		if (!/MSIE (5\.5|6\.)/.test(navigator.userAgent)){
			document.getElementById(id).src = '/images/web/'+ img;
		}
	//		document.getElementById(id).style.behavior = './styles/iepngfix.htc';
	}

	
/* ]]> */