|This is the Socket sub-menu
| It expects to be called with the following parameter
| %0 = number of socket

Set Director$Menu SocketSub

Menu "" <Director$Menu> -temp
	Option Close
		Command SWI Socket_Close %0
EndMenu
