You can put this solution on YOUR website! DeMorgan's Laws:
not (P and Q) = (not P) or (not Q)
not (P or Q) = (not P) and (not Q)
------------------------------------------
not(p or q) = notp AND notq
===================================
Cheers,
Stan H.