
<!--
function onColor(lr)
      {
         lr.style.backgroundColor='cddcf3';
           lr.style.color = "#FFFFFF";
       }

   function offColor(lr)
      {
         lr.style.backgroundColor='white'; 
           lr.style.color = "#6A80A9";
       }

function onColorv(lr)
      {
         lr.style.backgroundColor='A62D38';
           lr.style.color = "#A62D38";
       }

   function offColorv(lr)
      {
         lr.style.backgroundColor='990000'; 
           lr.style.color = "#990000";
       }

	   
	function onColorh(lr)
      {
         lr.style.backgroundColor='cddcf3';
           lr.style.color = "#cddcf3";
       }

   function offColorh(lr)
      {
         lr.style.backgroundColor='305C89'; 
           lr.style.color = "#305C89";
       }	
  
	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=270,height=195')
     myFloater.location.href = fileName;
		}

  //-->
