FUNCTION: sameframe - determine whether two bound poset algebras have the same frame
CALLING SEQUENCE: 
  sameframe(p,q)
  p, q - bound poset algebras
SYNOPSIS:
EXAMPLES:
> 
 p:=[5,{[1,2],[2,3,4,5]},{[1,4]}];
![[Maple Math]](images/sameframe1.gif) 
> 
q:=[5,{[1,2,3],[4,1],[5,4]}];
![[Maple Math]](images/sameframe2.gif) 
> 
sameframe(p,q);
![[Maple Math]](images/sameframe3.gif) 
> 
 isoalg(p,q);
![[Maple Math]](images/sameframe4.gif)