
<!--
function onColor(lr)
      {
         lr.style.backgroundColor='cddcf3';
           lr.style.color = "#FFFFFF";
       }

   function offColor(lr)
      {
         lr.style.backgroundColor='white'; 
           lr.style.color = "#6A80A9";
       }

  
	function pic(fileName) {
     myFloater = window.open('','myWindow','scrollbars=yes,status=no,width=650,height=460')
     myFloater.location.href = fileName;
	}
	
	function note(fileName) {
     myFloater = window.open('','myWindow','scrollbars=yes,status=no,toolbar=no,resizable=yes,width=250,height=200')
     myFloater.location.href = fileName;
		}

  //-->
