
<!--
function onColor(lr)
      {
         lr.style.backgroundColor='ECD877';
           lr.style.color = "#ECD877";
       }

   function offColor(lr)
      {
         lr.style.backgroundColor='801529'; 
           lr.style.color = "#801529";
       }

  
	function pic(fileName) {
     myFloater = window.open('','myWindow','scrollbars=yes,status=no,width=610,height=460')
     myFloater.location.href = fileName;
	}
	
	function mail(fileName) {
     myFloater = window.open('','myWindow','scrollbars=yes,status=no,toolbar=no,resizable=yes,width=400,height=320')
     myFloater.location.href = fileName;
		}

  //-->
