' VB Script Document
	on error resume next
	
	Sub menu_FSCommand(ByVal command, ByVal args)
		call menu_DoFSCommand(command, args)
	end sub
