<!--//--><![CDATA[//><!--
	
	function swap(imgSrc, imgTarget) {
    document[imgTarget].src = imgSrc;
  }
	
//--><!]]>