
<!--
function onColor(lr)
      {
         lr.style.backgroundColor='DC9100';
           lr.style.color = "#FFFFFF";
       }

   function offColor(lr)
      {
         lr.style.backgroundColor='1169BB'; 
           lr.style.color = "#1169BB";
       }

   function onColor2(lr)
      {
         lr.style.backgroundColor='DC9100';
           lr.style.color = "#FFFFFF";
       }

   function offColor2(lr)
      {
         lr.style.backgroundColor='B7CAE8'; 
           lr.style.color = "#B7CAE8";
       }
	function pic(fileName) {
     myFloater = window.open('','myWindow','scrollbars=yes,status=no,width=#bul_DefaultImageSize#,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;
		}

  //-->

