;;;Toggle heavy/light "Bill Lester" PE Seal, BLHeavy BLLight ;;; (defun c:blh ( ) (command ".layer" "on" "*seal?bljr" "") ; (command ".layer" "off" "*seal6bljr" "") );defun (defun c:bll ( ) (command ".layer" "off" "*seal2bljr,*seal4bljr" "") ; (command ".layer" "on" "*seal6bljr" "") );defun