<!--
 	function rswap(imgName, sub) {
  	if (document.images) 
    	document[imgName].src = sub;
	}
// -->
