
<!--
function onColor(lr)
      {
         lr.style.backgroundColor='6B82AD';
           lr.style.color = "#6B82AD";
       }

   function offColor(lr)
      {
         lr.style.backgroundColor='E7EBF7'; 
           lr.style.color = "#E7EBF7";
       }

  	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;
		}

  //-->
