
<!--
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='A62D38';
           lr.style.color = "#A62D38";
       }

   function offColorh(lr)
      {
         lr.style.backgroundColor='660000'; 
           lr.style.color = "#660000";
       }	
  
	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;
		}

  //-->
